Skip to content

Commit eeafb26

Browse files
committed
deps: patch V8 to 7.8.279.12
Refs: v8/v8@7.8.279.10...7.8.279.12 PR-URL: #29694 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]>
1 parent ddfc3b0 commit eeafb26

File tree

4 files changed

+85
-51
lines changed

4 files changed

+85
-51
lines changed

deps/v8/include/v8-version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define V8_MAJOR_VERSION 7
1212
#define V8_MINOR_VERSION 8
1313
#define V8_BUILD_NUMBER 279
14-
#define V8_PATCH_LEVEL 10
14+
#define V8_PATCH_LEVEL 12
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)

0 commit comments

Comments
 (0)