Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dproxies-for.js41 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/
Dtest-run-jsbranches.cc108 static void TestForIn(const char* code) { in TestForIn() function
124 TestForIn( in TEST()
133 TestForIn( in TEST()
141 TestForIn( in TEST()