Searched refs:FunctionCallbackImpl (Results 1 – 1 of 1) sorted by relevance
512 void FunctionCallbackImpl(const v8::FunctionCallbackInfo<v8::Value>& info) { in FunctionCallbackImpl() function711 return v8::FunctionTemplate::New(isolate, FunctionCallbackImpl, in GetNativeFunctionTemplate()1455 v8::FunctionTemplate::New(isolate, FunctionCallbackImpl, function_data); in CreateFunction()