Home
last modified time | relevance | path

Searched refs:SetCallAsFunctionHandler (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-template.h919 void SetCallAsFunctionHandler(FunctionCallback callback,
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h883 void SetCallAsFunctionHandler(FunctionCallback callback,
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc847 desc->SetCallAsFunctionHandler(ReturnNull); in RUNTIME_FUNCTION()
869 instance_template->SetCallAsFunctionHandler(call_as_function); in RUNTIME_FUNCTION()
/third_party/node/src/
H A Djs_native_api_v8.cc4866 tpl->InstanceTemplate()->SetCallAsFunctionHandler(v8impl::FunctionCallbackWrapper::Invoke, funcCbdata);
/third_party/node/deps/v8/src/api/
H A Dapi.cc1935 void ObjectTemplate::SetCallAsFunctionHandler(FunctionCallback callback, in SetCallAsFunctionHandler() function in v8::ObjectTemplate
1941 EnsureNotPublished(cons, "v8::ObjectTemplate::SetCallAsFunctionHandler"); in SetCallAsFunctionHandler()

Completed in 35 milliseconds