Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp65 return JSRuntimeGetValueObject(etsJsValue, cls); in JSRuntimeGetValueObjectIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.h35 EtsObject *JSRuntimeGetValueObject(JSValue *etsJsValue, EtsObject *clsObj);
Dintrinsics_api_impl.cpp122 EtsObject *JSRuntimeGetValueObject(JSValue *etsJsValue, EtsObject *clsObj) in JSRuntimeGetValueObject() function