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

/external/v8/test/cctest/
H A Dtest-api.cc10267 Local<v8::FunctionTemplate> child_templ = v8::FunctionTemplate::New(); local
10269 child_templ->InstanceTemplate();
10270 child_templ->Inherit(parent_templ);
10280 Local<ObjectTemplate> child_proto_templ = child_templ->PrototypeTemplate();
10293 Local<v8::Object> instance = child_templ->GetFunction()->NewInstance();

Completed in 71 milliseconds