Home
last modified time | relevance | path

Searched refs:popProxy (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_stack.js89 let popProxy = new Proxy(popStack, {}); variable
91 popProxy.push(i);
94 map.set("test proxy stack pop:" + i, popProxy.pop() == i);