Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api.h39 uint8_t (*JSRuntimeGetValueBoolean)(JSValue *etsJsValue); member
Dintrinsics_api_impl.cpp86 static uint8_t JSRuntimeGetValueBoolean(JSValue *etsJsValue) in JSRuntimeGetValueBoolean() function
685 JSRuntimeGetValueBoolean,
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp144 return S_INTRINSICS_API->JSRuntimeGetValueBoolean(etsJsValue); in JSRuntimeGetValueBooleanIntrinsic()