Home
last modified time | relevance | path

Searched defs:proxy (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_proxy.cpp36 JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(argv->GetThread(), GetCallArg(argv, 0), GetCallArg(argv, 1)); in ProxyConstructor() local
50 JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(thread, GetCallArg(argv, 0), GetCallArg(argv, 1)); in Revocable() local
84 JSHandle<JSTaggedValue> proxy = GetConstructor(argv); in InvalidateProxyFunction() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.h48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() argument
56 SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, bool mayThrow = false) SetProperty() argument
[all...]
H A Ddate_parse.cpp45 bool DateParse::IsIsoDateTime(DateProxy *proxy, DayValue *dayValue) in IsIsoDateTime() argument
92 ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZone *timeZone) ParseIsoDateTime() argument
180 ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZone *timeZone) ParseLegacyDates() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
H A Djs_proxy.cpp51 static void InitProxyMethod(Class *cls, Method *src, Method *proxy) in InitProxyMethod() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.h34 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() argument
37 Store(VariableType::JS_ANY(), glue, proxy, offset, method); in SetMethod() local
40 void SetTarget(GateRef glue, GateRef proxy, GateRef target) in SetTarget() argument
43 Store(VariableType::JS_ANY(), glue, proxy, offset, target); in SetTarget() local
46 void SetHandler(GateRef glue, GateRef proxy, GateRef handler) in SetHandler() argument
49 Store(VariableType::JS_ANY(), glue, proxy, offset, handler); in SetHandler() local
52 void SetPrivateField(GateRef glue, GateRef proxy, GateRef privateField) in SetPrivateField() argument
55 Store(VariableType::JS_ANY(), glue, proxy, offset, privateField); in SetPrivateField() local
58 void SetIsRevoked(GateRef glue, GateRef proxy, GateRef value) in SetIsRevoked() argument
68 Store(VariableType::INT32(), glue, proxy, offset, newVal); SetIsRevoked() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_queue_test.cpp129 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_hashset_test.cpp419 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_arraylist_test.cpp310 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_deque_test.cpp290 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_lightweightset_test.cpp552 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_linked_list_test.cpp505 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_stack_test.cpp279 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_hashmap_test.cpp960 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_treemap_test.cpp1380 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_lightweightmap_test.cpp568 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_list_test.cpp501 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_plainarray_test.cpp468 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_treeset_test.cpp1089 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
H A Dcontainers_vector_test.cpp837 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_global_test.cpp88 JSHandle<JSProxy> proxy = factory->NewJSProxy(emptyObj, emptyObj); in HWTEST_F_L0() local
H A Dbuiltins_json_test.cpp460 JSHandle<JSTaggedValue> proxy = CreateProxy(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp444 JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(thread, in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
H A Djsvaluerefismodulenamespace_fuzzer.cpp87 Local<JSValueRef> proxy = JSNApiHelper::ToLocal<JSProxy>(JSHandle<JSTaggedValue>(proxyHandle)); in IsProxyFuzztest() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb83 def proxy(method) method
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecode_optimizer_isapi.rb83 def proxy(method) method
129 def proxy(method) method

Completed in 22 milliseconds

12