| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.cpp | 50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() 109 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() 219 bool JSProxy::PreventExtensions(JSThread *thread, const JSHandle<JSProxy> &proxy) in PreventExtensions() 268 bool JSProxy::GetOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTag… in GetOwnProperty() 375 bool JSProxy::DefineOwnProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JS… in DefineOwnProperty() 464 bool JSProxy::HasProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in HasProperty() 522 OperationResult JSProxy::GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, in GetProperty() 596 bool JSProxy::SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagged… in SetProperty() 656 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() 173 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_lightweightset.js | 28 let proxy = new Proxy(set, {}); variable 62 function TestForEach1(value, key, proxy) { argument
|
| D | container_treeset.js | 97 let proxy = new Proxy(set1, {}); variable 138 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 | 99 let proxy = new Proxy(map1, {}); variable 145 function TestForEach1(value, key, proxy) { argument
|
| D | container_stack.js | 26 let proxy = new Proxy(stack, {}); variable
|
| D | container_hashset.js | 84 let proxy = new Proxy(set1, {}); variable
|
| D | container_plainarray.js | 28 let proxy = new Proxy(plainArray, {}); 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 | 184 let proxy = new Proxy(list3, {}); variable
|
| /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
|
| /arkcompiler/ets_runtime/test/moduletest/assignproxy/ |
| D | assignproxy.js | 23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { variable
|
| /arkcompiler/ets_runtime/test/moduletest/spreadoperator/ |
| D | spreadoperator.js | 101 let proxy = new Proxy(show2, handler); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_global_test.cpp | 110 JSHandle<JSProxy> proxy = factory->NewJSProxy(emptyObj, emptyObj); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/tests/ |
| D | runtime_stubs_test.cpp | 91 JSProxy *proxy = *proxyHandle; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_queue_test.cpp | 129 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
|
| D | containers_stack_test.cpp | 279 JSHandle<JSProxy> proxy = CreateJSProxyHandle(thread); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 83 def proxy(method) method
|