Home
last modified time | relevance | path

Searched defs:array5 (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Darray-of.js43 var array5 = Array.of(obj, 2, 3); variable
/third_party/typescript/tests/baselines/reference/
H A DimplicitAnyWidenToAny.js22 var array5 = <any[]>[null, undefined]; variable
52 var array5 = [null, undefined]; variable
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-slice.js23 var array5 = array.slice(undefined, -3); variable
H A Darray-prototype-splice.js69 var array5 = array.splice(-2, -2, 6720, "Szeged"); variable

Completed in 2 milliseconds