Home
last modified time | relevance | path

Searched refs:ConstructEntryFrame (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes-inl.h111 inline ConstructEntryFrame::ConstructEntryFrame( in ConstructEntryFrame() function
Dframes.h100 V(CONSTRUCT_ENTRY, ConstructEntryFrame) \
706 class ConstructEntryFrame : public EntryFrame {
712 static ConstructEntryFrame* cast(StackFrame* frame) { in cast()
714 return static_cast<ConstructEntryFrame*>(frame); in cast()
718 inline explicit ConstructEntryFrame(StackFrameIteratorBase* iterator);
Dframes.cc782 Code ConstructEntryFrame::unchecked_code() const { in unchecked_code()