Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstrict-mode.js591 function callKeyedStrict(o) { function
653 assertEquals(callKeyedStrict("howdy"), "string");
660 assertEquals(callKeyedStrict(17 + i), "number");
667 assertEquals(callKeyedStrict(true), "boolean");
674 assertEquals(callKeyedStrict(false), "boolean");