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

  /external/chromium_org/v8/test/cctest/
test-accessors.cc 69 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
70 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
74 fun_templ->
76 fun_templ->InstanceTemplate()->
78 fun_templ->SetNativeDataProperty(v8_str("object_foo"), handle_property_2);
79 Local<Function> fun = fun_templ->GetFunction();
test-api.cc 1025 Local<v8::FunctionTemplate> fun_templ = local
1040 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
1058 Local<v8::FunctionTemplate> fun_templ = local
1280 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New( local
1288 Local<v8::FunctionTemplate> fun_templ = local
1298 Local<v8::FunctionTemplate> fun_templ = local
3205 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
10820 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
10851 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11791 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11819 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11850 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11887 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11924 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11964 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
12003 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
12028 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
12056 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
12089 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
12125 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
12976 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(ThrowInJS); local
12997 Local<v8::FunctionTemplate> fun_templ = local
13033 Local<v8::FunctionTemplate> fun_templ = local
13047 Local<v8::FunctionTemplate> fun_templ = local
17236 Local<v8::FunctionTemplate> fun_templ = local
17260 Local<v8::FunctionTemplate> fun_templ = local
    [all...]
  /external/v8/test/cctest/
test-api.cc 790 Local<v8::FunctionTemplate> fun_templ = local
792 Local<Function> fun = fun_templ->GetFunction();
800 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
801 fun_templ->SetCallHandler(handle_call);
802 Local<Function> fun = fun_templ->GetFunction();
809 Local<v8::FunctionTemplate> fun_templ = local
811 fun_templ->SetClassName(v8_str("funky"));
812 fun_templ->InstanceTemplate()->SetAccessor(v8_str("m"), Return239);
813 Local<Function> fun = fun_templ->GetFunction();
2133 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8533 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8565 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9470 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9497 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9527 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9563 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9599 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9638 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9676 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9700 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9727 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9759 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
10598 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(ThrowInJS); local
10619 Local<v8::FunctionTemplate> fun_templ = local
10656 Local<v8::FunctionTemplate> fun_templ = local
10670 Local<v8::FunctionTemplate> fun_templ = local
14054 Local<v8::FunctionTemplate> fun_templ = local
14079 Local<v8::FunctionTemplate> fun_templ = local
    [all...]
test-accessors.cc 56 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
57 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
59 Local<Function> fun = fun_templ->GetFunction();

Completed in 88 milliseconds