Searched defs:handle_call (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc767 static v8::Handle<Value> handle_call(const v8::Arguments& args) { function
791 v8::FunctionTemplate::New(handle_call);
801 fun_templ->SetCallHandler(handle_call);

Completed in 149 milliseconds