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

  /external/v8/test/cctest/
test-api.cc 791 Local<v8::FunctionTemplate> fun_templ = local
793 Local<Function> fun = fun_templ->GetFunction();
801 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
802 fun_templ->SetCallHandler(handle_call);
803 Local<Function> fun = fun_templ->GetFunction();
810 Local<v8::FunctionTemplate> fun_templ = local
812 fun_templ->SetClassName(v8_str("funky"));
813 fun_templ->InstanceTemplate()->SetAccessor(v8_str("m"), Return239);
814 Local<Function> fun = fun_templ->GetFunction();
1748 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
7065 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
7097 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
7960 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
7987 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8017 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8053 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8089 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8128 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8166 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8189 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8215 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
8246 v8::Handle<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
9076 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(ThrowInJS); local
9097 Local<v8::FunctionTemplate> fun_templ = local
9134 Local<v8::FunctionTemplate> fun_templ = local
9148 Local<v8::FunctionTemplate> fun_templ = local
12300 Local<v8::FunctionTemplate> fun_templ = local
12325 Local<v8::FunctionTemplate> fun_templ = local
    [all...]
test-accessors.cc 58 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New(); local
59 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
61 Local<Function> fun = fun_templ->GetFunction();

Completed in 1279 milliseconds