Home
last modified time | relevance | path

Searched refs:handle_call (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc633 static v8::Handle<Value> handle_call(const v8::Arguments& args) { in handle_call() function
651 v8::FunctionTemplate::New(handle_call); in THREADED_TEST()
661 fun_templ->SetCallHandler(handle_call); in THREADED_TEST()