Home
last modified time | relevance | path

Searched defs:funRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_async_hook_context.h118 panda::JSValueRef* MakeCallback(panda::FunctionRef* funRef, panda::JSValueRef* obj, in MakeCallback()
152 static panda::JSValueRef* InternalMakeCallback(NativeEngine* engine, panda::FunctionRef* funRef, in InternalMakeCallback()
195 panda::JSValueRef* MakeCallback(NativeEngine* engine, panda::FunctionRef* funRef, in MakeCallback()
H A Dnative_node_api.cpp612 panda::FunctionRef* funRef = reinterpret_cast<panda::FunctionRef *>(func); in napi_make_callback() local