Home
last modified time | relevance | path

Searched refs:JSRuntimeSetPropertyString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api.h47 … void (*JSRuntimeSetPropertyString)(JSValue *etsJsValue, EtsString *etsPropName, EtsString *value); member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp186 S_INTRINSICS_API->JSRuntimeSetPropertyString(etsJsValue, etsPropName, value); in JSRuntimeSetPropertyStringIntrinsic()