Home | History | Annotate | Download | only in cctest

Lines Matching full:parent_templ

10261   Local<v8::FunctionTemplate> parent_templ = v8::FunctionTemplate::New();
10263 parent_templ->InstanceTemplate();
10270 child_templ->Inherit(parent_templ);