Home
last modified time | relevance | path

Searched defs:Point (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ts-templates/05.generics/01.type_parameters/01.type_parameter_constraint/generic_classes/
Dgeneric_class_constraint.ts27 {{cm}} class Point<T extends {{c.type}}> {} class
Dgeneric_class_wrong_constraint.ts27 {{cm}} class Point<T extends {{wc}}> {} class
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/initializer/
Dshorthandassignment_test.ts16 class Point { class
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_interface.ts18 class Point { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_2/
Dtest_proxy_reference_storage_2.js39 const Point = etsVm.getClass('Lproxy_reference_storage_2/test/Point;'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-type-literal.ts24 export type Point = { x: number; y: number }; alias
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dcallee_info_test.js54 class Point { class