Home
last modified time | relevance | path

Searched defs:proxyObj (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_record.cpp39 napi_value proxyObj; in WrapImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp830 napi_value proxyObj; in CreateProxy() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1839 inline GateRef StubBuilder::GetTarget(GateRef glue, GateRef proxyObj) in GetTarget()