diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2016-07-07 14:29:32 -0700 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2016-07-18 11:00:56 +0200 |
commit | 5cdbbdf94d6f656230293ddd2a71dedf11cab17d (patch) | |
tree | a3de6a280a3c31d40ccfc8081569ba8bc64ce40a /deps/v8/include | |
parent | 48c52d765d474eb3d10699b6eda4a9ec23202db5 (diff) | |
download | node-new-5cdbbdf94d6f656230293ddd2a71dedf11cab17d.tar.gz |
deps: cherry-pick 1f53e42 from v8 upstream
Original commit message:
Handle symbols in FrameMirror#invocationText().
Fix a TypeError when putting together the invocationText for a
symbol method's stack frame.
See https://github.com/nodejs/node/issues/7536.
Review-Url: https://codereview.chromium.org/2122793003
Cr-Commit-Position: refs/heads/master@{#37597}
Fixes: https://github.com/nodejs/node/issues/7536
PR-URL: https://github.com/nodejs/node/pull/7612
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Diffstat (limited to 'deps/v8/include')
-rw-r--r-- | deps/v8/include/v8-version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h index b7513a6829..66e1ab9807 100644 --- a/deps/v8/include/v8-version.h +++ b/deps/v8/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 5 #define V8_MINOR_VERSION 1 #define V8_BUILD_NUMBER 281 -#define V8_PATCH_LEVEL 75 +#define V8_PATCH_LEVEL 76 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) |