Home
last modified time | relevance | path

Searched refs:cars (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Darray.js15 var cars = ["Saab", "Volvo", "BMW"]; variable
17 assert (cars[0] === "Saab");
18 assert (cars[1] === "Volvo");
19 assert (cars[2] === "BMW");
22 assert (cars[0] === cars1[0]);
23 assert (cars[1] === cars1[1]);
24 assert (cars[2] === cars1[2]);
/third_party/typescript/tests/baselines/reference/
H A DtemplateLiteralTypes1.js232 cars: [
238 let make = getProp2(obj2, 'cars.1.make'); // 'Trabant'
290 cars: [
295 var make = getProp2(obj2, 'cars.1.make'); // 'Trabant'

Completed in 2 milliseconds