Home
last modified time | relevance | path

Searched refs:car (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/js/
H A DstyleTryCatch.js39 var car = ["B", "V", "p", "F", "A"]; variable
43 text += car[i] + x + y;
75 var car = ["B", "V", "p", "F", "A"];
79 text += car[i] + x + y;
82 text += car[i] + x + y;
85 text += car[i] + x + y;
H A DtestTryCatch.js39 var car = ["B", "V", "p", "F", "A"]; variable
43 text += car[i] + x + y;
H A DregallocTryTest.js39 var car = ["B", "V", "p", "F", "A"]; variable
43 text += car[i] + x + y;
H A DregallocTest.js43 var car = ["B", "V", "p", "F", "A"];
47 text += car[i] + x + y;
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
H A DInheritanceTest.java27 * @param type type of car
59 * @param type type of car
60 * @param model model of car
71 System.out.println("Starting the " + model + " car engine."); in startEngine()
78 System.out.println("Beep beep! The car is honking."); in honk()
94 Car car = new Car("Sedan", "Toyota Camry"); in main()
95 car.move(); in main()
96 car.startEngine(); in main()
97 car.honk(); in main()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
H A Djs_call.js22 function car(node) { function
117 exports.car = car;

Completed in 5 milliseconds