Searched refs:InternalMakeCallback (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_async_hook_context.h | 26 static panda::JSValueRef* InternalMakeCallback(NativeEngine* engine, panda::FunctionRef* funRef, 122 panda::JSValueRef* rst = InternalMakeCallback(env_, funRef, obj, argv, argc, this); in MakeCallback() 152 static panda::JSValueRef* InternalMakeCallback(NativeEngine* engine, panda::FunctionRef* funRef, in InternalMakeCallback() function 200 panda::JSValueRef* rst = InternalMakeCallback(engine, funRef, obj, argv, argc, asyncContext); in MakeCallback()
|