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

Unified Diff: src/compiler/access-builder.h

Issue 1057813002: Fixed the range information for string lengths. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index ddbad8c64e7f2b717f1756945f9d2a725a264420..6297b28b1e56563cbbc475d14e4f3e2d1108d2a5 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -38,7 +38,7 @@ class AccessBuilder FINAL : public AllStatic {
static FieldAccess ForMapInstanceType();
// Provides access to String::length() field.
- static FieldAccess ForStringLength();
+ static FieldAccess ForStringLength(Zone* zone);
// Provides access to JSValue::value() field.
static FieldAccess ForValue();
« no previous file with comments | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698