Home
last modified time | relevance | path

Searched defs:jsProxy (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp82 auto jsProxy = std::unique_ptr<JSProxy>(new JSProxy(EtsClass::FromRuntimeClass(proxyCls))); in Create() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h351 auto jsProxy = JSProxy::Cast(object); in VisitObjectBody() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3949 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetHandler() local
3956 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetTarget() local
3963 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in IsRevoked() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp491 Label jsProxy; in JSCallInternal() local