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 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 178 milliseconds