Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dsendable_class_alias_property.ts19 declare type Nullable<T> = T | undefined; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-mappedtype.ts21 export type Nullable<T> = { alias
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h33 explicit Nullable(const ir::AstNode *node) : node_(node) {} in Nullable() function