HomeSort by relevance Sort by last modified time
    Searched refs:TestForIn (Results 1 - 3 of 3) sorted by null

  /external/v8/test/mjsunit/harmony/
proxies-enumerate.js 21 // For-in calls "has" on every iteration, so for TestForIn() below to
30 function TestForIn(receiver, expected) {
38 TestForIn(proxy, ["foo", "bar"]);
42 TestForIn(pair.proxy, ["foo", "bar"]);
44 assertThrows(()=>{ TestForIn(pair.proxy, ["foo", "bar"]) }, TypeError);
51 TestForIn(receiver, ["receiver_one", "foo", "bar"]);
55 TestForIn(proxy, ["target_one", "target_two"]);
57 TestForIn(proxy, ["target_one", "target_two"]);
proxies-for.js 45 function TestForIn(properties, handler) {
56 TestForIn(["0", "a"], {
61 TestForIn(["null", "a"], {
67 TestForIn(["b", "a", "0", "c"], new Proxy({}, {
  /external/v8/test/cctest/compiler/
test-run-jsbranches.cc 107 static void TestForIn(const char* code) {
123 TestForIn(
132 TestForIn(
140 TestForIn(

Completed in 5152 milliseconds