| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 64a6328 commit d9d26b0
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.7', | ||
| 39 | + 'v8_embedder_string': '-node.8', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15953,7 +15953,7 @@ void CodeStubAssembler::SharedValueBarrier( | |||
| 15953 | 15953 | GotoIf(TaggedIsSmi(value), &done); | |
| 15954 | 15954 | // Fast path: Shared memory features imply shared RO space, so RO objects are | |
| 15955 | 15955 | // trivially shared. | |
| 15956 | - DCHECK(ReadOnlyHeap::IsReadOnlySpaceShared()); | ||
| 15956 | + CSA_DCHECK(this, BoolConstant(ReadOnlyHeap::IsReadOnlySpaceShared())); | ||
| 15957 | 15957 | TNode<IntPtrT> page_flags = LoadBasicMemoryChunkFlags(CAST(value)); | |
| 15958 | 15958 | GotoIf(WordNotEqual(WordAnd(page_flags, | |
| 15959 | 15959 | IntPtrConstant(BasicMemoryChunk::READ_ONLY_HEAP)), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments