Home
last modified time | relevance | path

Searched defs:esValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/interop_js/
Darkts_esvalue.cpp20 extern "C" bool arkts_esvalue_unwrap(ani_env *env, ani_object esValue, void **result) in arkts_esvalue_unwrap()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/arkts_esvalue/ts_to_ets/
Dts_arkts_esvalue.cpp85 static ani_long NativeGetWrappedPtr([[maybe_unused]] ani_env *env, ani_object esValue) in NativeGetWrappedPtr()