Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeek <wpreul@gmail.com>2017-08-28 21:19:47 +0300
committerMichaƫl Zasso <targos@protonmail.com>2017-10-19 03:03:11 +0300
commit8f9e738a692a4617c905cd622473b0bc53630a62 (patch)
tree3fa32fc6d2f17c80245677ddf9494a6dc748bbf9 /src/v8abbr.h
parenta7487c92e208004a7da0e98d395306a4a9e780ef (diff)
src: update ustack offset identifiers
PR-URL: https://github.com/nodejs/node/pull/15362 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'src/v8abbr.h')
-rw-r--r--src/v8abbr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/v8abbr.h b/src/v8abbr.h
index 8981126f273..ed964160611 100644
--- a/src/v8abbr.h
+++ b/src/v8abbr.h
@@ -91,8 +91,8 @@
V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__FUNCTION_IDENTIFIER__OBJECT)
#define V8_OFF_SHARED_SCRIPT \
V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__SCRIPT__OBJECT)
-#define V8_OFF_SHARED_FUNTOK \
- V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__FUNCTION_TOKEN_POSITION__INT)
+#define V8_OFF_SHARED_FUNIDENT \
+ V8_OFF_HEAP(V8DBG_CLASS_SHAREDFUNCTIONINFO__FUNCTION_IDENTIFIER__OBJECT)
#define V8_OFF_SCRIPT_NAME \
V8_OFF_HEAP(V8DBG_CLASS_SCRIPT__NAME__OBJECT)
#define V8_OFF_SCRIPT_LENDS \