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

Unified Diff: src/frames-inl.h

Issue 2803853005: Inline Array.prototype.forEach in TurboFan (Closed)
Patch Set: fix v8heapconst.py Created 3 years, 7 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/frames-inl.h
diff --git a/src/frames-inl.h b/src/frames-inl.h
index bf1db052953b05430633852b2396dd7cba27520e..72b457ed10d13feda9e99dc73cca61cee9d2fffb 100644
--- a/src/frames-inl.h
+++ b/src/frames-inl.h
@@ -279,6 +279,10 @@ inline ConstructFrame::ConstructFrame(StackFrameIteratorBase* iterator)
: InternalFrame(iterator) {
}
+inline BuiltinContinuationFrame::BuiltinContinuationFrame(
+ StackFrameIteratorBase* iterator)
+ : InternalFrame(iterator) {}
+
inline JavaScriptFrameIterator::JavaScriptFrameIterator(
Isolate* isolate)
: iterator_(isolate) {

Powered by Google App Engine
This is Rietveld 408576698