Searched refs:TestForIn (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
D | proxies-for.js | 41 function TestForIn(properties, handler) { class 52 TestForIn(["0", "a"], { 56 TestForIn(["null", "a"], { 61 TestForIn(["b", "d"], { 74 TestForIn(["b", "a", "0", "c"], Proxy.create({
|
/external/v8/test/cctest/compiler/ |
D | test-run-jsbranches.cc | 108 static void TestForIn(const char* code) { in TestForIn() function 124 TestForIn( in TEST() 133 TestForIn( in TEST() 141 TestForIn( in TEST()
|