Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/asm/
Datomics-load.js65 function testElementType(taConstr, f, oobValue, offset) { argument
74 assertEquals(oobValue, f(-1), name);
75 assertEquals(oobValue, f(ta.length), name);
Datomics-store.js71 function testElementType(taConstr, f, oobValue, offset) { argument
79 assertEquals(oobValue, f(-1, 0), name);
80 assertEquals(oobValue, f(ta.length, 0), name);
Datomics-compareexchange.js77 function testElementType(taConstr, f, oobValue, offset) { argument
89 assertEquals(oobValue, f(-1, 0, 0), name);
90 assertEquals(oobValue, f(ta.length, 0, 0), name);