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 988 Local<v8::FunctionTemplate> fun_templ = local
1004 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
1022 Local<v8::FunctionTemplate> fun_templ = local
1251 Local<v8::FunctionTemplate> fun_templ = local
1263 Local<v8::FunctionTemplate> fun_templ = local
1273 Local<v8::FunctionTemplate> fun_templ = local
3300 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
11205 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
11237 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(isolate); local
12205 v8::Handle<v8::FunctionTemplate> fun_templ = local
12236 v8::Handle<v8::FunctionTemplate> fun_templ = local
12269 v8::Handle<v8::FunctionTemplate> fun_templ = local
12308 v8::Handle<v8::FunctionTemplate> fun_templ = local
12347 v8::Handle<v8::FunctionTemplate> fun_templ = local
12390 v8::Handle<v8::FunctionTemplate> fun_templ = local
12431 v8::Handle<v8::FunctionTemplate> fun_templ = local
12459 v8::Handle<v8::FunctionTemplate> fun_templ = local
12489 v8::Handle<v8::FunctionTemplate> fun_templ = local
12524 v8::Handle<v8::FunctionTemplate> fun_templ = local
12563 v8::Handle<v8::FunctionTemplate> fun_templ = local
13432 Local<v8::FunctionTemplate> fun_templ = local
13454 Local<v8::FunctionTemplate> fun_templ = local
13490 Local<v8::FunctionTemplate> fun_templ = local
13504 Local<v8::FunctionTemplate> fun_templ = local
17852 Local<v8::FunctionTemplate> fun_templ = local
17876 Local<v8::FunctionTemplate> fun_templ = local
    [all...]

Completed in 54 milliseconds