Searched refs:SetCallHandler (Results 1 - 3 of 3) sorted by relevance

/external/v8/include/
H A Dv8.h4517 void SetCallHandler(
/external/v8/src/
H A Dapi.cc1177 Utils::ToLocal(obj)->SetCallHandler(callback, data, fast_handler);
1249 void FunctionTemplate::SetCallHandler( function in class:v8::FunctionTemplate
1253 EnsureNotInstantiated(info, "v8::FunctionTemplate::SetCallHandler");
/external/v8/test/cctest/
H A Dtest-api.cc971 // Use SetCallHandler to initialize a function template, should work like
979 fun_templ->SetCallHandler(handler_2);
13266 templ->SetCallHandler(IsConstructHandler);
13291 templ->SetCallHandler(NewTargetHandler);

Completed in 600 milliseconds