/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_proxy.cpp | 40 …JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(argv->GetThread(), GetCallArg(argv, 0), GetCallArg(… in ProxyConstructor() local 54 … JSHandle<JSProxy> proxy = JSProxy::ProxyCreate(thread, GetCallArg(argv, 0), GetCallArg(argv, 1)); in Revocable() local 88 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/ecmascript/ |
D | js_proxy.cpp | 50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() 110 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() 173 bool JSProxy::IsExtensible(JSThread *thread, const JSHandle<JSProxy> &proxy) in IsExtensible() 222 bool JSProxy::PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy) in PreventExtensions() 272 bool JSProxy::GetOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in GetOwnProperty() 376 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty() 460 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty() 519 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() 594 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty() 658 bool JSProxy::DeleteProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in DeleteProperty() [all …]
|
D | date_parse.cpp | 24 DateProxy proxy(&reader); in ParseDateString() local 43 bool DateParse::IsIsoDateTime(DateProxy *proxy, DayValue *dayValue) in IsIsoDateTime() 90 bool DateParse::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZo… in ParseIsoDateTime() 178 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/container/ |
D | container_lightweightmap.js | 28 let proxy = new Proxy(map, {}); variable 74 function TestForEach(value, key, proxy) { argument
|
D | container_treeset.js | 110 let proxy = new Proxy(set1, {}); variable 151 function TestForEach1(value, key, proxy) { argument
|
D | container_lightweightset.js | 28 let proxy = new Proxy(set, {}); variable 62 function TestForEach1(value, key, proxy) { argument
|
D | container_treemap.js | 98 let proxy = new Proxy(map1, {}); variable 149 function TestForEach1(value, key, proxy) { argument
|
D | container_hashmap.js | 115 let proxy = new Proxy(map1, {}); variable 161 function TestForEach1(value, key, proxy) { argument
|
D | container_stack.js | 26 let proxy = new Proxy(stack, {}); variable
|
D | container_plainarray.js | 28 let proxy = new Proxy(plainArray, {}); variable
|
D | container_hashset.js | 84 let proxy = new Proxy(set1, {}); variable
|
D | container_queue.js | 26 let proxy = new Proxy(queue, {}); variable
|
D | container_deque.js | 26 let proxy = new Proxy(deque, {}); variable
|
D | container_arraylist.js | 48 let proxy = new Proxy(arr1, {}); variable
|
D | container_vector.js | 84 let proxy = new Proxy(vector1, {}); variable
|
D | container_linked_list.js | 159 let proxy = new Proxy(list2, {}); variable
|
D | container_list.js | 200 let proxy = new Proxy(list3, {}); variable
|
/arkcompiler/ets_runtime/test/aottest/optimized_call/ |
D | optimized_call.ts | 27 const proxy = new Proxy(sum, object); 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/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/objecthasownproperty/ |
D | objecthasownproperty.js | 68 var proxy = new Proxy(person, { variable
|
/arkcompiler/ets_runtime/test/moduletest/proxy/ |
D | proxy.js | 61 const proxy = new Proxy(arr2, handler); constant
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
D | bytecode_optimizer_isapi.rb | 83 def proxy(method) method 129 def proxy(method) method
|