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

/external/v8/test/mjsunit/
H A Dstrict-mode.js603 function callKeyedStrict(o) { function
665 assertEquals(callKeyedStrict("howdy"), "string");
672 assertEquals(callKeyedStrict(17 + i), "number");
679 assertEquals(callKeyedStrict(true), "boolean");
686 assertEquals(callKeyedStrict(false), "boolean");

Completed in 83 milliseconds