| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 41 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() 47 void SetTarget(GateRef glue, GateRef proxy, GateRef target) in SetTarget() 53 GateRef GetHandler(GateRef glue, GateRef proxy) in GetHandler() 59 void SetHandler(GateRef glue, GateRef proxy, GateRef handler) in SetHandler() 65 void SetPrivateField(GateRef glue, GateRef proxy, GateRef privateField) in SetPrivateField() 71 void SetIsRevoked(GateRef glue, GateRef proxy, GateRef value) in SetIsRevoked()
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | utility.js | 15 export function testCommon(proxy, res) { argument 44 export function testdProxySet(proxy, res, dProxy) { argument 93 export function testdProxyArray1(proxy, res, testArray) { argument
|
| D | container_lightweightmap.js | 30 let proxy = new Proxy(map, {}); variable 52 function TestForEach(value, key, proxy) { argument
|
| D | container_hashmap.js | 86 let proxy = new Proxy(map1, {}); variable 108 function TestForEachHashmap(valueHashMap, keyHashMap, proxy) { argument
|
| D | container_lightweightset.js | 28 let proxy = new Proxy(set, {}); variable 62 function TestForEach1(value, key, proxy) { argument
|
| D | container_treemap.js | 70 let proxy = new Proxy(map1, {}); variable 97 function TestForEachTreeMap(valueTreeMap, keyTreeMap, proxy) { argument
|
| D | container_hashset.js | 84 let proxy = new Proxy(set1, {}); variable
|
| D | container_treeset.js | 156 let proxy = new Proxy(set1, {}); variable 197 function TestForEach1(value, key, proxy) { argument
|
| D | container_vector.js | 84 let proxy = new Proxy(vector1, {}); variable
|
| D | container_stack.js | 28 let proxy = new Proxy(stack, {}); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_proxy.cpp | 36 …JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(argv->GetThread(), GetCallArg(argv, 0), GetCallArg(… 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/test/aottest/instanceof/ |
| D | instanceof.ts | 72 const proxy = new Proxy(foo, {}); constant 88 const proxy = new Proxy( target, {}); constant
|
| /arkcompiler/ets_runtime/test/aottest/optimized_call/ |
| D | optimized_call.ts | 27 const proxy = new Proxy(sum, object); constant
|
| /arkcompiler/ets_runtime/test/aottest/proxy2/ |
| D | proxy2.ts | 26 const proxy = new Proxy(sum, handler); constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.cpp | 48 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() 108 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() 171 bool JSProxy::IsExtensible(JSThread *thread, const JSHandle<JSProxy> &proxy) in IsExtensible() 220 bool JSProxy::PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy) in PreventExtensions() 270 bool JSProxy::GetOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in GetOwnProperty() 374 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty() 458 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty() 558 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() 628 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty() 672 bool JSProxy::DeleteProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in DeleteProperty() [all …]
|
| D | date_parse.cpp | 26 DateProxy proxy(&reader); in ParseDateString() local 45 bool DateParse::IsIsoDateTime(DateProxy *proxy, DayValue *dayValue) in IsIsoDateTime() 92 bool DateParse::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseIsoDateTime() 180 bool DateParse::ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseLegacyDates()
|
| D | js_proxy.h | 48 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty()
|
| /arkcompiler/ets_runtime/test/moduletest/regressproxy/ |
| D | regressproxy.js | 35 const proxy = new Proxy(options, { get: () => 'proxied cause'}); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/ |
| D | arktsconfig.in.json | 10 "proxy": { "language": "js", "ohmUrl": "${CMAKE_CURRENT_BINARY_DIR}/proxy" } object
|
| /arkcompiler/ets_runtime/test/moduletest/isin/ |
| D | isin.js | 85 const proxy = new Proxy(target, { constant
|
| /arkcompiler/ets_runtime/test/moduletest/forin/ |
| D | forin.js | 110 const proxy = new Proxy(new Array(100), obj); constant 122 const proxy = new Proxy([7], C); constant
|
| /arkcompiler/ets_runtime/test/moduletest/assignproxy/ |
| D | assignproxy.js | 23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { variable
|
| /arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
| D | objecthasownproperty.js | 68 var proxy = new Proxy(person, { variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | mark_deep_js2sts_test.cpp | 55 ObjectHeader *proxy = nullptr; in GCStarted() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | collector_resources.h | 33 explicit CollectorResources(CollectorProxy& proxy) : collectorProxy_(proxy) {} in CollectorResources()
|