Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dcollections.js189 function TestArbitrary(m) { class
200 TestArbitrary(new Map);
201 TestArbitrary(new WeakMap);
/external/chromium_org/v8/test/mjsunit/harmony/
Dcollections.js194 function TestArbitrary(m) { class
205 TestArbitrary(new Map);
206 TestArbitrary(new WeakMap);
Dtypedarrays.js565 function TestArbitrary(m) { class
575 TestArbitrary(new ArrayBuffer(256));
579 TestArbitrary(new DataView(new ArrayBuffer(256)));