5 #ifndef V8_UNBOUND_QUEUE_
6 #define V8_UNBOUND_QUEUE_
21 template<
typename Record>
28 INLINE(
void Enqueue(
const Record& rec));
INLINE(Record *Peek() const)
base::AtomicWord divider_
INLINE(void Enqueue(const Record &rec))
DISALLOW_COPY_AND_ASSIGN(UnboundQueue)
INLINE(void DeleteFirst())
INLINE(bool Dequeue(Record *rec))
INLINE(bool IsEmpty() const)
Debugger support for the V8 JavaScript engine.