Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dblock-scoping.js251 var let_accessors = [];
258 let_accessors[i] = function() { return x; } function
264 assertEquals(j, let_accessors[j]());