Home
last modified time | relevance | path

Searched defs:proxy1 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/proxy/
Dproxy.ts38 const proxy1 = new Proxy(sum, handler); constant
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_plainarray.js102 let proxy1 = new Proxy(arr2, {}); variable
Dcontainer_arraylist.js184 let proxy1 = new Proxy(arr2, {}); variable
Dcontainer_vector.js223 let proxy1 = new Proxy(vector2, {}); variable
Dcontainer_linked_list.js288 let proxy1 = new Proxy(list3, {}); variable
Dcontainer_list.js216 let proxy1 = new Proxy(list4, {}); variable
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js82 let proxy1 = new Proxy([123], {}); variable