Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/
Darray-iterator.js86 function TestKeys() { class
97 TestKeys();
/external/v8/test/mjsunit/harmony/
Dproxies.js1695 function TestKeys(names, handler) { class
1704 TestKeys([], {
1708 TestKeys(["a", "zz", " ", "0", "toString"], {
1712 TestKeys(["throw", "function "], {
1717 TestKeys(["[object Object]"], {
1723 TestKeys(["a", "0"], {
1730 TestKeys(["23", "zz", ""], {
1739 TestKeys(["a", "b", "c", "5"], {
1750 TestKeys([], {