Home
last modified time | relevance | path

Searched refs:JSRuntimeGetUndefined (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api.h50 JSValue *(*JSRuntimeGetUndefined)(); member
Dintrinsics_api_impl.cpp207 static JSValue *JSRuntimeGetUndefined() in JSRuntimeGetUndefined() function
696 JSRuntimeGetUndefined,
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp202 return S_INTRINSICS_API->JSRuntimeGetUndefined(); in JSRuntimeGetUndefinedIntrinsic()