Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstrict-mode.js615 function callIndexedStrictGet(o) { function
712 assertEquals(callIndexedStrictGet("howdy"), "string");
719 assertEquals(callIndexedStrictGet(17 + i), "number");
726 assertEquals(callIndexedStrictGet(true), "boolean");
733 assertEquals(callIndexedStrictGet(false), "boolean");