File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 ();
You can’t perform that action at this time.
0 commit comments