Home
last modified time | relevance | path

Searched refs:EntryStackItem (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h535 class EntryStackItem; variable
590 friend class EntryStackItem; variable
1995 class EntryStackItem {
1997 EntryStackItem(PerIsolateThreadData* previous_thread_data, in EntryStackItem() function
1998 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;
Disolate.cc4251 EntryStackItem* item = in ThrowInternal()
4252 new EntryStackItem(current_data, current_isolate, entry_stack_); in ThrowInternal()
4273 EntryStackItem* item = entry_stack_; in ThrowInternal()