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

Unified Diff: src/runtime.h

Issue 10078014: Enable stepping into callback passed to builtins (e.g. Array.forEach). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index b8918cdd33f6ad4dd48d74f2e52a8a693cff8fca..a3b8e20267e7305c8d4e99aa4a759b6866efb44a 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -97,6 +97,8 @@ namespace internal {
F(AllocateInNewSpace, 1, 1) \
F(SetNativeFlag, 1, 1) \
F(StoreArrayLiteralElement, 5, 1) \
+ F(DebugStepIntoBuiltinCallback, 1, 1) \
+ F(PrepareBreakSlotsForCallback, 1, 1) \
\
/* Array join support */ \
F(PushIfAbsent, 2, 1) \

Powered by Google App Engine
This is Rietveld 408576698