Searched defs:child_templ (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc8751 Local<v8::FunctionTemplate> child_templ = v8::FunctionTemplate::New(); local
8753 child_templ->InstanceTemplate();
8754 child_templ->Inherit(parent_templ);
8764 Local<ObjectTemplate> child_proto_templ = child_templ->PrototypeTemplate();
8777 Local<v8::Object> instance = child_templ->GetFunction()->NewInstance();

Completed in 81 milliseconds