Home
last modified time | relevance | path

Searched defs:model (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DInheritanceTest.java54 String model; field in Car
62 public Car(String type, String model) { in Car()
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DInheritanceTest.ts33 constructor(public type: string, public model: string) { property in Car
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DInheritanceTest.js33 constructor(type, model) { argument