Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/types/
DundefinedType.h25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h113 static GateType UndefinedType() in UndefinedType() function
/arkcompiler/runtime_core/verification/
Dverification_options.h55 bool UndefinedType = false; member