Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/anonClassDeclarationEmitIsAnon/
Dindex.ts26 export class User { class
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DpartialTypeNarrowedToByTypeGuard.ts23 type User = { alias
DrecursiveConditionalCrash3.ts39 interface User extends Base { interface
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/
Dtype_omit.ts20 interface User { interface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h368 User(bool is_static, unsigned index, unsigned size) in User() function