Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
Dswitch.js131 function f4_string(tag, x) { function
142 assertEquals(2, f4_string('zero', 0), "fallthrough-string-switch.0");
143 assertEquals(1, f4_string('one', 1), "fallthrough-string-switch.1");
144 assertEquals(3, f4_string('two', 2), "fallthrough-string-switch.2");
147 assertEquals(2, f4_string('_zero'.slice(1), 0), "fallthrough-string-switch.3");
148 assertEquals(1, f4_string('_one'.slice(1), 1), "fallthrough-string-switch.4");
149 assertEquals(3, f4_string('_two'.slice(1), 2), "fallthrough-string-switch.5");
152 assertEquals(3, f4_string(null, 3), "fallthrough-string-switch.6");