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

  /external/chromium_org/v8/test/cctest/
test-accessors.cc 70 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();
test-api.cc 991 Local<v8::FunctionTemplate> fun_templ = local
1007 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
1025 Local<v8::FunctionTemplate> fun_templ = local
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 47 milliseconds