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

/external/v8/test/mjsunit/
H A Dstrict-mode.js627 function callIndexedStrictGet(o) { function
724 assertEquals(callIndexedStrictGet("howdy"), "string");
731 assertEquals(callIndexedStrictGet(17 + i), "number");
738 assertEquals(callIndexedStrictGet(true), "boolean");
745 assertEquals(callIndexedStrictGet(false), "boolean");

Completed in 43 milliseconds