Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Darguments-apply.js121 function ShadowArgumentsWithConstant() { class
126 assertEquals(0, ShadowArgumentsWithConstant().length);
127 assertEquals(0, ShadowArgumentsWithConstant(1).length);
128 assertEquals(0, ShadowArgumentsWithConstant(1, 2).length);