Searched refs:CallWithObject (Results 1 – 2 of 2) sorted by relevance
51 void CallWithObject(const FunctionCallbackInfo<Value>& args) { in CallWithObject() function137 NODE_SET_METHOD(target, "callWithObject", CallWithObject); in Initialize()
86 static napi_value CallWithObject(napi_env env, napi_callback_info info) { in CallWithObject() function223 EXPORT_FUNC(env, exports, "callWithObject", CallWithObject); in NAPI_MODULE_INIT()