Searched refs:ARKTSInner_Escape (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_module.cpp | 84 return ARKTSInner_Escape(env, scope, undefined); in ARKTS_LoadModule() 89 return ARKTSInner_Escape(env, scope, undefined); in ARKTS_LoadModule() 94 return ARKTSInner_Escape(env, scope, undefined); in ARKTS_LoadModule() 100 return ARKTSInner_Escape(env, scope, undefined); in ARKTS_LoadModule() 107 return ARKTSInner_Escape(env, scope, exports); in ARKTS_LoadModule()
|
H A D | ark_interop_internal.h | 43 panda::JSValueRef* ARKTSInner_Escape(ARKTS_Env env, ARKTS_Scope scope, ARKTS_Value ret);
|
H A D | ark_interop_napi.cpp | 697 panda::JSValueRef* ARKTSInner_Escape(ARKTS_Env env, ARKTS_Scope scope, ARKTS_Value ret) in ARKTSInner_Escape() function
|