Skip to content

Commit

Permalink
src: update v8abbr.h for V8 update
Browse files Browse the repository at this point in the history
This commit updates v8abbr.h to use the updated metadata.
  • Loading branch information
cjihrig committed Dec 8, 2019
1 parent cfd6103 commit 4177a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v8abbr.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
#define V8_OFF_STR_CHARS \
V8_OFF_HEAP(V8DBG_CLASS_SEQONEBYTESTRING__CHARS__CHAR)
#define V8_OFF_CONSSTR_CAR \
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__FIRST_OFFSET__INT)
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__FIRST_STRING)
#define V8_OFF_CONSSTR_CDR \
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__SECOND_OFFSET__INT)
V8_OFF_HEAP(V8DBG_CLASS_CONSSTRING__SECOND_STRING)
#define V8_OFF_EXTSTR_RSRC \
V8_OFF_HEAP(V8DBG_CLASS_EXTERNALSTRING__RESOURCE__OBJECT)
#define V8_OFF_FA_SIZE \
Expand Down

0 comments on commit 4177a69

Please sign in to comment.