Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstrict-mode.js597 function callIndexedStrict(o) { function
655 assertEquals(callIndexedStrict("howdy"), "string");
662 assertEquals(callIndexedStrict(17 + i), "number");
669 assertEquals(callIndexedStrict(true), "boolean");
676 assertEquals(callIndexedStrict(false), "boolean");