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

  /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();
  /external/chromium_org/v8/test/cctest/
test-accessors.cc 57 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
58 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
59 Local<Function> fun = fun_templ->GetFunction();
test-api.cc 941 Local<v8::FunctionTemplate> fun_templ = local
943 Local<Function> fun = fun_templ->GetFunction();
956 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New() local
974 Local<v8::FunctionTemplate> fun_templ = local
1194 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New( local
1202 Local<v8::FunctionTemplate> fun_templ = local
1212 Local<v8::FunctionTemplate> fun_templ = local
3031 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
10178 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
10209 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11149 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11177 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11209 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11247 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11285 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11326 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11366 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11391 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11420 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11454 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
11491 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
12345 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(ThrowInJS); local
12366 Local<v8::FunctionTemplate> fun_templ = local
12402 Local<v8::FunctionTemplate> fun_templ = local
12416 Local<v8::FunctionTemplate> fun_templ = local
16803 Local<v8::FunctionTemplate> fun_templ = local
16827 Local<v8::FunctionTemplate> fun_templ = local
    [all...]

Completed in 220 milliseconds