Home
last modified time | relevance | path

Searched refs:OPTION_SPLIT_TWO (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h209 OPTION_SPLIT_TWO, enumerator
222 static_assert(OPTION_SPLIT_TWO == 128); // add new option at the bottom, DO NOT modify this value
1993 } else if (option < OPTION_SPLIT_TWO) { in WasSet()
1996 wasSetPartThree_ |= (1ULL << static_cast<uint64_t>(option - OPTION_SPLIT_TWO)); in WasSet()
2004 } else if (option < OPTION_SPLIT_TWO) { in WasOptionSet()
2007 return ((1ULL << static_cast<uint64_t>(option - OPTION_SPLIT_TWO)) & wasSetPartThree_) != 0; in WasOptionSet()

Completed in 4 milliseconds