Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dreflect-apply.js166 function returnFirstSloppy(a) { return a; } function
187 assertEquals("OK!", Reflect.apply(returnFirstSloppy, this, ["OK!"]));
190 assertEquals("OK!", Reflect.apply(returnFirstSloppy, this,