Skip to content

Commit

Permalink
src: update postmortem constants
Browse files Browse the repository at this point in the history
Update two postmortem constants in the ustack helper that
changed while moving to V8 7.0.
  • Loading branch information
cjihrig committed Sep 17, 2018
1 parent 3ea5acc commit 38a738d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/v8abbr.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__NAME_OR_SCOPE_INFO__OBJECT)
#define V8_OFF_SHARED_IDENT \
V8_OFF_HEAP( \
V8DBG_CLASS_SHAREDFUNCTIONINFO__FUNCTION_IDENTIFIER_OR_DEBUG_INFO__OBJECT)
V8DBG_CLASS_SHAREDFUNCTIONINFO__NAME_OR_SCOPE_INFO__OBJECT)
#define V8_OFF_SHARED_SCRIPT \
V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__SCRIPT__OBJECT)
V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__SCRIPT_OR_DEBUG_INFO__OBJECT)
#define V8_OFF_SHARED_FUNIDENT \
V8_OFF_HEAP( \
V8DBG_CLASS_SHAREDFUNCTIONINFO__FUNCTION_IDENTIFIER_OR_DEBUG_INFO__OBJECT)
V8DBG_CLASS_SHAREDFUNCTIONINFO__NAME_OR_SCOPE_INFO__OBJECT)
#define V8_OFF_SCRIPT_NAME \
V8_OFF_HEAP(V8DBG_CLASS_SCRIPT__NAME__OBJECT)
#define V8_OFF_SCRIPT_LENDS \
Expand Down

0 comments on commit 38a738d

Please sign in to comment.