Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectTypeConstants.h62 BUILTIN_TYPE = BUILTIN_STRING | BUILTIN_BIGINT | UNBOXABLE_TYPE, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h123 …static constexpr uint32_t BUILTIN_TYPE = (1 << 31); // 31 : the 31-th bit is set implies builtin t… variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h157 BUILTIN_TYPE = 1ULL << 31ULL, enumerator