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

Unified Diff: src/prototype.h

Issue 2593553002: [crankshaft] Ensure that we use inlined Array.prototype.shift only when there's no elements in the … (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « src/crankshaft/hydrogen.cc ('k') | test/mjsunit/regress/regress-crbug-663340.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/prototype.h
diff --git a/src/prototype.h b/src/prototype.h
index d052510b497480292e4c837977c514db89cd6089..3d973dbf9c7d94ba35035cd4a8571f38b0cb8fae 100644
--- a/src/prototype.h
+++ b/src/prototype.h
@@ -173,6 +173,7 @@ class PrototypeIterator {
}
bool IsAtEnd() const { return is_at_end_; }
+ Isolate* isolate() const { return isolate_; }
private:
Isolate* isolate_;
« no previous file with comments | « src/crankshaft/hydrogen.cc ('k') | test/mjsunit/regress/regress-crbug-663340.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698