Searched refs:EntryStackItem (Results 1 – 2 of 2) sorted by relevance
535 class EntryStackItem; variable590 friend class EntryStackItem; variable1995 class EntryStackItem {1997 EntryStackItem(PerIsolateThreadData* previous_thread_data, in EntryStackItem() function1998 Isolate* previous_isolate, EntryStackItem* previous_item) in EntryStackItem()2003 EntryStackItem(const EntryStackItem&) = delete;2004 EntryStackItem& operator=(const EntryStackItem&) = delete;2009 EntryStackItem* previous_item;2085 EntryStackItem* entry_stack_ = nullptr;
4251 EntryStackItem* item = in ThrowInternal()4252 new EntryStackItem(current_data, current_isolate, entry_stack_); in ThrowInternal()4273 EntryStackItem* item = entry_stack_; in ThrowInternal()