Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h105 inline NativeFrame::NativeFrame(StackFrameIteratorBase* iterator) in NativeFrame() function
Dframes.h122 V(NATIVE, NativeFrame)
660 class NativeFrame : public TypedFrame {
668 inline explicit NativeFrame(StackFrameIteratorBase* iterator);
Dframes.cc751 void NativeFrame::ComputeCallerState(State* state) const { in ComputeCallerState()