Home
last modified time | relevance | path

Searched refs:ConstructFrame (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h256 inline ConstructFrame::ConstructFrame(StackFrameIteratorBase* iterator) in ConstructFrame() function in v8::internal::ConstructFrame
H A Dframes.h39 // - ConstructFrame
119 V(CONSTRUCT, ConstructFrame) \
1124 class ConstructFrame : public InternalFrame { class
1128 static ConstructFrame* cast(StackFrame* frame) { in cast()
1130 return static_cast<ConstructFrame*>(frame); in cast()
1134 inline explicit ConstructFrame(StackFrameIteratorBase* iterator);

Completed in 5 milliseconds