HomeSort by relevance Sort by last modified time
    Searched full:const_accessors (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/mjsunit/harmony/
block-scoping.js 253 var const_accessors = [];
260 const_accessors[i] = function() { return z; }
266 assertEquals(j, const_accessors[j]());
259 const_accessors[i] = function() { return z; } function

Completed in 101 milliseconds