Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8.cpp79 fun->SetCallHandler([](const v8::FunctionCallbackInfo<v8::Value>& info) { in CFXJS_ObjDefinition()
/external/v8/include/
Dv8.h5137 void SetCallHandler(
/external/v8/src/
Dapi.cc1205 Utils::ToLocal(obj)->SetCallHandler(callback, data, fast_handler); in FunctionTemplateNew()
1288 void FunctionTemplate::SetCallHandler( in SetCallHandler() function in v8::FunctionTemplate