Home
last modified time | relevance | path

Searched defs:car (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_satisfies4.ts21 const car = { constant
/arkcompiler/runtime_core/compiler/tests/js/
DtestTryCatch.js39 var car = ["B", "V", "p", "F", "A"]; variable
DregallocTryTest.js39 var car = ["B", "V", "p", "F", "A"]; variable
DstyleTryCatch.js39 var car = ["B", "V", "p", "F", "A"]; variable
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DInheritanceTest.js52 const car = new Car('Sedan', 'Toyota Camry'); constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DInheritanceTest.ts52 const car = new Car('Sedan', 'Toyota Camry'); constant
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DInheritanceTest.java94 Car car = new Car("Sedan", "Toyota Camry"); in main() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js22 function car(node) { function