HomeSort by relevance Sort by last modified time
    Searched refs:fun_templ (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-accessors.cc 71 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
72 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
76 fun_templ->
78 fun_templ->InstanceTemplate()->
80 fun_templ->SetNativeDataProperty(v8_str("object_foo"), handle_property_2);
81 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
701 auto fun_templ = v8::FunctionTemplate::New(isolate); local
704 fun_templ->InstanceTemplate()->SetAccessorProperty(v8_str("foo"),
710 fun_templ->GetFunction(env.local()).ToLocalChecked())
787 auto fun_templ = v8::FunctionTemplate::New(isolate) local
    [all...]
test-api-interceptors.cc 355 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
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); local
384 Local<v8::ObjectTemplate> instance_templ = fun_templ->InstanceTemplate();
388 fun_templ->GetFunction(context.local()).ToLocalChecked();
1555 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
3981 auto fun_templ = v8::FunctionTemplate::New(isolate); local
    [all...]
test-api.cc 962 Local<v8::FunctionTemplate> fun_templ = local
978 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
996 Local<v8::FunctionTemplate> fun_templ = local
1239 Local<v8::FunctionTemplate> fun_templ = local
1248 Local<v8::FunctionTemplate> fun_templ = local
1258 Local<v8::FunctionTemplate> fun_templ = local
12329 v8::Local<v8::FunctionTemplate> fun_templ = local
12366 v8::Local<v8::FunctionTemplate> fun_templ = local
12407 v8::Local<v8::FunctionTemplate> fun_templ = local
12458 v8::Local<v8::FunctionTemplate> fun_templ = local
12509 v8::Local<v8::FunctionTemplate> fun_templ = local
12564 v8::Local<v8::FunctionTemplate> fun_templ = local
12617 v8::Local<v8::FunctionTemplate> fun_templ = local
12651 v8::Local<v8::FunctionTemplate> fun_templ = local
12689 v8::Local<v8::FunctionTemplate> fun_templ = local
12736 v8::Local<v8::FunctionTemplate> fun_templ = local
12787 v8::Local<v8::FunctionTemplate> fun_templ = local
13851 Local<v8::FunctionTemplate> fun_templ = local
13876 Local<v8::FunctionTemplate> fun_templ = local
13915 Local<v8::FunctionTemplate> fun_templ = local
13934 Local<v8::FunctionTemplate> fun_templ = local
17968 Local<v8::FunctionTemplate> fun_templ = local
17992 Local<v8::FunctionTemplate> fun_templ = local
    [all...]

Completed in 54 milliseconds