Searched refs:callIndexedStrict (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dstrict-mode.js609 function callIndexedStrict(o) { function
667 assertEquals(callIndexedStrict("howdy"), "string");
674 assertEquals(callIndexedStrict(17 + i), "number");
681 assertEquals(callIndexedStrict(true), "boolean");
688 assertEquals(callIndexedStrict(false), "boolean");
/external/v8/test/mjsunit/
H A Dstrict-mode.js609 function callIndexedStrict(o) { function
667 assertEquals(callIndexedStrict("howdy"), "string");
674 assertEquals(callIndexedStrict(17 + i), "number");
681 assertEquals(callIndexedStrict(true), "boolean");
688 assertEquals(callIndexedStrict(false), "boolean");

Completed in 53 milliseconds