Searched defs:NumberType (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
| H A D | numberType.h | 22 class NumberType : public Type { class 24 NumberType() : Type(TypeFlag::NUMBER) {} in NumberType() function in ark::es2panda::checker::NumberType |
| /arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
| H A D | numberType.h | 23 class NumberType : public Type { class 25 NumberType() : Type(TypeFlag::NUMBER) {} in NumberType() function in panda::es2panda::checker::NumberType |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | type.h | 180 static GateType NumberType() in NumberType() function in panda::ecmascript::kungfu::GateType |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ | ||
| H A D | pgo_profiler_type.h | 155 static int32_t NumberType() in NumberType() function in panda::ecmascript::pgo::PGOSampleTemplate |
Completed in 4 milliseconds