Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DundefinedType.h22 class UndefinedType : public Type { class
24 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function in ark::es2panda::checker::UndefinedType
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DundefinedType.h23 class UndefinedType : public Type { class
25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function in panda::es2panda::checker::UndefinedType
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype.h215 static GateType UndefinedType() in UndefinedType() function in panda::ecmascript::kungfu::GateType

Completed in 2 milliseconds