Searched refs:TestForIn (Results 1 - 2 of 2) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
H A D | proxies-for.js | 41 function TestForIn(properties, handler) { function 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/ |
H A D | test-run-jsbranches.cc | 108 static void TestForIn(const char* code) { function 124 TestForIn( 133 TestForIn( 141 TestForIn(
|
Completed in 113 milliseconds