Home
last modified time | relevance | path

Searched defs:proxy2 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/proxy/
Dproxy.ts42 const proxy2 = new Proxy(sum, {}); constant
/arkcompiler/ets_runtime/test/moduletest/arrayjoin/
Darrayjoin.js113 let proxy2 = new Proxy([123, 456], {}); variable
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_list.js339 let proxy2 = new Proxy(list5, {}); variable
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js76 var proxy2 = new Proxy({},handler2); variable
117 var proxy2 = new Proxy({}, handler2); variable
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp761 JSVM_Value proxy2 = nullptr; variable