Home
last modified time | relevance | path

Searched defs:Shape (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_inherit.ts18 interface Shape { interface
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/
Dtype_pick.ts18 interface Shape { interface
/arkcompiler/ets_frontend/arkguard/test/grammar/advanced_type/
Ddiscriminated_unions.ts34 type Shape = Square | Rectangle | Circle; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-limit-extends.ts45 export interface Shape { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_composite_types/
Dtest_composite_types.ts66 interface Shape { interface
/arkcompiler/ets_runtime/test/aottest/classstatic/
Dclassstatic.ts228 class Shape { class