Searched refs:car (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/js/ |
H A D | styleTryCatch.js | 39 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 D | testTryCatch.js | 39 var car = ["B", "V", "p", "F", "A"]; variable 43 text += car[i] + x + y;
|
H A D | regallocTryTest.js | 39 var car = ["B", "V", "p", "F", "A"]; variable 43 text += car[i] + x + y;
|
H A D | regallocTest.js | 43 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 D | InheritanceTest.java | 27 * @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 D | js_call.js | 22 function car(node) { function 117 exports.car = car;
|
Completed in 3 milliseconds