Searched refs:DONE_BITS (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_iterator.h | 39 static constexpr size_t DONE_BITS = 1; member in panda::ecmascript::final 40 FIRST_BIT_FIELD(BitField, Done, bool, DONE_BITS) |
H A D | js_promise.h | 74 static constexpr size_t DONE_BITS = 1; member in panda::ecmascript::final 75 FIRST_BIT_FIELD(BitField, Done, bool, DONE_BITS) |
Completed in 1 milliseconds