Searched refs:jsProxy (Results 1 – 4 of 4) sorted by relevance
82 auto jsProxy = std::unique_ptr<JSProxy>(new JSProxy(EtsClass::FromRuntimeClass(proxyCls))); in Create() local83 jsProxy->proxyMethods_.reset(reinterpret_cast<Method *>(methodsBuffer)); in Create()84 return jsProxy; in Create()
351 auto jsProxy = JSProxy::Cast(object); in VisitObjectBody() local352 jsProxy->VisitRangeSlot<visitType>(visitor); in VisitObjectBody()
491 Label jsProxy; in JSCallInternal() local500 __ B(Condition::EQ, &jsProxy); in JSCallInternal()508 __ Bind(&jsProxy); in JSCallInternal()
3949 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetHandler() local3950 … return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, jsProxy->GetHandler())); in GetHandler()3956 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetTarget() local3957 return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, jsProxy->GetTarget())); in GetTarget()3963 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in IsRevoked() local3964 return jsProxy->GetIsRevoked(); in IsRevoked()