Searched defs:BUILTIN_TYPE (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ | ||
| H A D | etsObjectTypeConstants.h | 62 BUILTIN_TYPE = BUILTIN_STRING | BUILTIN_BIGINT | UNBOXABLE_TYPE, member in ark::es2panda::checker::ETSObjectFlags |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | type.h | 123 static constexpr uint32_t BUILTIN_TYPE = (1 << 31); // 31 : the 31-th bit is set implies builtin type member in panda::ecmascript::kungfu::ParamType |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | variableFlags.h | 157 BUILTIN_TYPE = 1ULL << 31ULL, member in ark::es2panda::varbinder::VariableFlags |
Completed in 2 milliseconds