Home
last modified time | relevance | path

Searched defs:User (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/samename/
Denum_class.ts21 class User { class
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-export-namespace.ts20 export interface User { interface
Darkts-collections.ts26 export type User = Record<string, string>; alias
Darkts-no-type-literal.ts51 export type User = { alias
Darkts-no-intersection-type.ts45 type User = { alias
Darkts-tuple-annotation.ts26 export interface User { interface
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/
Dtype_omit.ts20 interface User { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/sts_to_js/
Dcheck_user_class.js23 const User = getClass('User'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_as_parameter/sts_to_ts/
Dcheck_generic_extend_class.js23 const User = getClass('User'); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/function_overload/ts_to_ets/
Dfunction_overload.ts48 export interface User { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/mimic_special_function/ts_to_ets/
Dspecial_function.ts25 export class User { class
/arkcompiler/ets_frontend/arkguard/test/grammar/function_type/function_type_test1/
Dfunction_type_test1.ts49 class User { class
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_not_have_property_js.js52 export class User { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/import/
Dmain.ts106 export class User { class
Dmain.js89 export let User = /** @class */ (function () { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue/
Desvalue_def_test.js52 export class User { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/eworker/ts_to_ets/
Deworker_helpers.ts48 export interface User { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/taskpool/ts_to_ets/
Dtaskpool_helpers.ts48 export interface User { interface
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/ts_to_sts/
Dmain.ts104 export class User { class
Dmain.js117 export let User = /** @class */ (function () { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_esvalue2/
Desvalue_def_test.js68 export class User { class
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h368 User(bool is_static, unsigned index, unsigned size) in User() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h415 User(bool isStatic, unsigned index, unsigned size) in User() function