Home | History | Annotate | Download | only in cctest

Lines Matching full:fun_templ

991     Local<v8::FunctionTemplate> fun_templ =
993 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
1007 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate);
1008 fun_templ->SetCallHandler(handler_2);
1009 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
1025 Local<v8::FunctionTemplate> fun_templ =
1027 fun_templ->SetClassName(v8_str("funky"));
1028 fun_templ->InstanceTemplate()->SetAccessor(v8_str("m"), accessor);
1029 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
1268 Local<v8::FunctionTemplate> fun_templ =
1271 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
1277 Local<v8::FunctionTemplate> fun_templ =
1279 fun_templ->SetLength(22);
1280 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
1287 Local<v8::FunctionTemplate> fun_templ =
1289 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
12057 v8::Local<v8::FunctionTemplate> fun_templ =
12062 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12064 v8::Local<v8::ObjectTemplate> templ = fun_templ->InstanceTemplate();
12070 fun_templ->GetFunction(context.local()).ToLocalChecked();
12094 v8::Local<v8::FunctionTemplate> fun_templ =
12098 v8::Signature::New(isolate, fun_templ));
12099 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12101 fun_templ->SetHiddenPrototype(true);
12102 v8::Local<v8::ObjectTemplate> templ = fun_templ->InstanceTemplate();
12108 fun_templ->GetFunction(context.local()).ToLocalChecked();
12135 v8::Local<v8::FunctionTemplate> fun_templ =
12139 v8::Signature::New(isolate, fun_templ));
12140 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12142 fun_templ->SetHiddenPrototype(true);
12143 v8::Local<v8::ObjectTemplate> templ = fun_templ->InstanceTemplate();
12149 fun_templ->GetFunction(context.local()).ToLocalChecked();
12186 v8::Local<v8::FunctionTemplate> fun_templ =
12190 v8::Signature::New(isolate, fun_templ));
12191 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12193 fun_templ->SetHiddenPrototype(true);
12194 v8::Local<v8::ObjectTemplate> templ = fun_templ->InstanceTemplate();
12200 fun_templ->GetFunction(context.local()).ToLocalChecked();
12237 v8::Local<v8::FunctionTemplate> fun_templ =
12241 v8::Signature::New(isolate, fun_templ));
12242 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12244 fun_templ->SetHiddenPrototype(true);
12245 v8::Local<v8::ObjectTemplate> templ = fun_templ->InstanceTemplate();
12251 fun_templ->GetFunction(context.local()).ToLocalChecked();
12292 v8::Local<v8::FunctionTemplate> fun_templ =
12296 v8::Signature::New(isolate, fun_templ));
12297 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12299 fun_templ->SetHiddenPrototype(true);
12300 v8::Local<v8::ObjectTemplate> templ = fun_templ->InstanceTemplate();
12306 fun_templ->GetFunction(context.local()).ToLocalChecked();
12345 v8::Local<v8::FunctionTemplate> fun_templ =
12350 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12352 v8::Local<v8::ObjectTemplate> templ(fun_templ->InstanceTemplate());
12356 fun_templ->GetFunction(context.local()).ToLocalChecked();
12379 v8::Local<v8::FunctionTemplate> fun_templ =
12383 v8::Signature::New(isolate, fun_templ));
12384 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12386 fun_templ->SetHiddenPrototype(true);
12387 fun_templ->InstanceTemplate());
12391 fun_templ->GetFunction(context.local()).ToLocalChecked();
12417 v8::Local<v8::FunctionTemplate> fun_templ =
12421 v8::Signature::New(isolate, fun_templ));
12422 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12424 fun_templ->SetHiddenPrototype(true);
12425 v8::Local<v8::ObjectTemplate> templ(fun_templ->InstanceTemplate());
12429 fun_templ->GetFunction(context.local()).ToLocalChecked();
12464 v8::Local<v8::FunctionTemplate> fun_templ =
12468 v8::Signature::New(isolate, fun_templ));
12469 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12471 fun_templ->SetHiddenPrototype(true);
12472 v8::Local<v8::ObjectTemplate> templ(fun_templ->InstanceTemplate());
12476 fun_templ->GetFunction(context.local()).ToLocalChecked();
12515 v8::Local<v8::FunctionTemplate> fun_templ =
12519 v8::Signature::New(isolate, fun_templ));
12520 v8::Local<v8::ObjectTemplate> proto_templ = fun_templ->PrototypeTemplate();
12522 fun_templ->SetHiddenPrototype(true);
12523 v8::Local<v8::ObjectTemplate> templ(fun_templ->InstanceTemplate());
12527 fun_templ->GetFunction(context.local()).ToLocalChecked();
13359 Local<v8::FunctionTemplate> fun_templ =
13361 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
13384 Local<v8::FunctionTemplate> fun_templ =
13386 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
13423 Local<v8::FunctionTemplate> fun_templ =
13425 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
13442 Local<v8::FunctionTemplate> fun_templ =
13444 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
17349 Local<v8::FunctionTemplate> fun_templ =
17351 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
17373 Local<v8::FunctionTemplate> fun_templ =
17375 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();