Skip to content

Commit cef7fc7

Browse files
committed
deps: make V8 14.2 ABI-compatible with 14.1
- Revert increase of `V8_EMBEDDER_DATA_TAG_COUNT` Refs: v8/v8@ef4972e
1 parent 8ed9534 commit cef7fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/include/v8-internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ constexpr size_t kMaxCppHeapPointers = 0;
424424
// The number of tags reserved for embedder data stored in internal fields. The
425425
// value is picked arbitrarily, and is slightly larger than the number of tags
426426
// currently used in Chrome.
427-
#define V8_EMBEDDER_DATA_TAG_COUNT 15
427+
#define V8_EMBEDDER_DATA_TAG_COUNT 5
428428

429429
// Generic tag range struct to represent ranges of type tags.
430430
//

0 commit comments

Comments
 (0)