Searched refs:fun_templ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-accessors.cc70 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
71 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
75 fun_templ->
77 fun_templ->InstanceTemplate()->
79 fun_templ->SetNativeDataProperty(v8_str("object_foo"), handle_property_2);
80 Local<Function> fun = fun_templ->GetFunction();
H A Dtest-api.cc991 Local<v8::FunctionTemplate> fun_templ = local
993 Local<Function> fun = fun_templ->GetFunction();
1007 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
1008 fun_templ->SetCallHandler(handler_2);
1009 Local<Function> fun = fun_templ->GetFunction();
1025 Local<v8::FunctionTemplate> fun_templ = local
1027 fun_templ->SetClassName(v8_str("funky"));
1028 fun_templ->InstanceTemplate()->SetAccessor(v8_str("m"), accessor);
1029 Local<Function> fun = fun_templ->GetFunction();
1254 Local<v8::FunctionTemplate> fun_templ local
1266 Local<v8::FunctionTemplate> fun_templ = local
1276 Local<v8::FunctionTemplate> fun_templ = local
3429 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
11343 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
11375 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
12343 v8::Handle<v8::FunctionTemplate> fun_templ = local
12374 v8::Handle<v8::FunctionTemplate> fun_templ = local
12407 v8::Handle<v8::FunctionTemplate> fun_templ = local
12446 v8::Handle<v8::FunctionTemplate> fun_templ = local
12485 v8::Handle<v8::FunctionTemplate> fun_templ = local
12528 v8::Handle<v8::FunctionTemplate> fun_templ = local
12569 v8::Handle<v8::FunctionTemplate> fun_templ = local
12597 v8::Handle<v8::FunctionTemplate> fun_templ = local
12627 v8::Handle<v8::FunctionTemplate> fun_templ = local
12662 v8::Handle<v8::FunctionTemplate> fun_templ = local
12701 v8::Handle<v8::FunctionTemplate> fun_templ = local
13570 Local<v8::FunctionTemplate> fun_templ = local
13592 Local<v8::FunctionTemplate> fun_templ = local
13628 Local<v8::FunctionTemplate> fun_templ = local
13642 Local<v8::FunctionTemplate> fun_templ = local
17915 Local<v8::FunctionTemplate> fun_templ = local
17937 Local<v8::FunctionTemplate> fun_templ = local
[all...]

Completed in 65 milliseconds