Home
last modified time | relevance | path

Searched refs:jsProxy (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
H A Djs_proxy.cpp97 auto jsProxy = std::unique_ptr<JSProxy>(new JSProxy(EtsClass::FromRuntimeClass(proxyCls))); in Create() local
98 return jsProxy; in Create()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dobject_xray.h406 auto jsProxy = JSProxy::Cast(object); in VisitObjectBody() local
407 jsProxy->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp594 Label jsProxy; in JSCallInternal() local
603 __ B(Condition::EQ, &jsProxy); in JSCallInternal()
611 __ Bind(&jsProxy); in JSCallInternal()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp6105 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetHandler()
6106 return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, jsProxy->GetHandler())); in GetHandler()
6113 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetTarget()
6114 return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, jsProxy->GetTarget())); in GetTarget()
6120 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in IsRevoked()
6121 return jsProxy->GetIsRevoked(); in IsRevoked()

Completed in 16 milliseconds