Revision f230a1cf deps/v8/src/frames.h

View differences:

deps/v8/src/frames.h
922 922
};
923 923

  
924 924

  
925
// Used specify the type of prologue to generate.
926
enum PrologueFrameMode {
927
  BUILD_FUNCTION_FRAME,
928
  BUILD_STUB_FRAME
929
};
930

  
931

  
925 932
// Reads all frames on the current stack and copies them into the current
926 933
// zone memory.
927 934
Vector<StackFrame*> CreateStackMap(Isolate* isolate, Zone* zone);

Also available in: Unified diff