Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h145 OPTION_SPLIT_ONE, enumerator
221 static_assert(OPTION_SPLIT_ONE == 64); // add new option at the bottom, DO NOT modify this value
1991 if (option < OPTION_SPLIT_ONE) { in WasSet()
1994 wasSetPartTwo_ |= (1ULL << static_cast<uint64_t>(option - OPTION_SPLIT_ONE)); in WasSet()
2002 if (option < OPTION_SPLIT_ONE) { in WasOptionSet()
2005 return ((1ULL << static_cast<uint64_t>(option - OPTION_SPLIT_ONE)) & wasSetPartTwo_) != 0; in WasOptionSet()

Completed in 5 milliseconds