Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dreflect-apply.js169 function returnLastSloppy(a) { return arguments[arguments.length - 1]; } function
194 assertEquals("OK!", Reflect.apply(returnLastSloppy, this,
198 assertEquals("OK!", Reflect.apply(returnLastSloppy, this,