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/
Djs_proxy.cpp82 auto jsProxy = std::unique_ptr<JSProxy>(new JSProxy(EtsClass::FromRuntimeClass(proxyCls))); in Create() local
83 jsProxy->proxyMethods_.reset(reinterpret_cast<Method *>(methodsBuffer)); in Create()
84 return jsProxy; in Create()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h351 auto jsProxy = JSProxy::Cast(object); in VisitObjectBody() local
352 jsProxy->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp491 Label jsProxy; in JSCallInternal() local
500 __ B(Condition::EQ, &jsProxy); in JSCallInternal()
508 __ Bind(&jsProxy); in JSCallInternal()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3949 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetHandler() local
3950 … return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, jsProxy->GetHandler())); in GetHandler()
3956 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetTarget() local
3957 return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, jsProxy->GetTarget())); in GetTarget()
3963 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in IsRevoked() local
3964 return jsProxy->GetIsRevoked(); in IsRevoked()