Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp152 …auto jsProxy = Runtime::GetCurrent()->GetInternalAllocator()->New<JSProxy>(EtsClass::FromRuntimeCl… in CreateInterfaceProxy() local
227 …auto jsProxy = Runtime::GetCurrent()->GetInternalAllocator()->New<JSProxy>(EtsClass::FromRuntimeCl… in CreateProxy() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h426 auto jsProxy = JSProxy::Cast(object); in VisitObjectBody() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp586 Label jsProxy; in JSCallInternal() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6763 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetHandler() local
6771 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in GetTarget() local
6778 JSHandle<JSProxy> jsProxy(JSNApiHelper::ToJSHandle(this)); in IsRevoked() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp2814 …JSHandle<JSProxy> jsProxy = factory->NewJSProxy(JSHandle<JSTaggedValue>(object), JSHandle<JSTagged… in HWTEST_F_L0() local