Home | History | Annotate | Download | only in cctest

Lines Matching full:fun_templ

355   Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate);
356 Local<v8::ObjectTemplate> instance_templ = fun_templ->InstanceTemplate();
360 fun_templ->GetFunction(context.local()).ToLocalChecked();
383 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate);
384 Local<v8::ObjectTemplate> instance_templ = fun_templ->InstanceTemplate();
388 fun_templ->GetFunction(context.local()).ToLocalChecked();
1495 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate);
1496 Local<v8::ObjectTemplate> instance_templ = fun_templ->InstanceTemplate();
1500 fun_templ->GetFunction(context.local()).ToLocalChecked();