| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent aff53dd commit 42552a7
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.41', | ||
| 39 | + 'v8_embedder_string': '-node.42', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -249,6 +249,7 @@ class ActivationsFinder : public ThreadVisitor { | |||
| 249 | 249 | SafepointEntry safepoint = code.GetSafepointEntry(it.frame()->pc()); | |
| 250 | 250 | int trampoline_pc = safepoint.trampoline_pc(); | |
| 251 | 251 | DCHECK_IMPLIES(code == topmost_, safe_to_deopt_); | |
| 252 | + CHECK_GE(trampoline_pc, 0); | ||
| 252 | 253 | // Replace the current pc on the stack with the trampoline. | |
| 253 | 254 | // TODO(v8:10026): avoid replacing a signed pointer. | |
| 254 | 255 | Address* pc_addr = it.frame()->pc_address(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments