Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: src/interpreter/interpreter-assembler.h

Issue 2067503002: [debugger] fix stepping over await calls for ignition generators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@test
Patch Set: address comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/interpreter/interpreter-assembler.h
diff --git a/src/interpreter/interpreter-assembler.h b/src/interpreter/interpreter-assembler.h
index f8d4b7ce60e937073ac366396dcf1f135459436f..f52d52c621a44392ed90f8e12a9d38e15a84e972 100644
--- a/src/interpreter/interpreter-assembler.h
+++ b/src/interpreter/interpreter-assembler.h
@@ -127,6 +127,9 @@ class InterpreterAssembler : public CodeStubAssembler {
// Returns true if the stack guard check triggers an interrupt.
compiler::Node* StackCheckTriggeredInterrupt();
+ // Returns true if debugger is performing a step action across await.
+ compiler::Node* DebugSteppingAcrossAwait();
+
// Updates the profiler interrupt budget for a return.
void UpdateInterruptBudgetOnReturn();

Powered by Google App Engine
This is Rietveld 408576698