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

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

Issue 2373983004: [turbofan] inline %StringIteratorPrototype%.next in JSBuiltinReducer. (Closed)
Patch Set: Reland "[turbofan] inline %StringIteratorPrototype%.next in JSBuiltinReducer" Created 4 years, 2 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 | « src/code-stub-assembler.h ('k') | 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 7cc1fe18bd03104c8eafe51cf21ca15e319ddacf..96f3200ee2d221ec135fbc623b339e0e69c2ec94 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -182,6 +182,12 @@ class AccessBuilder final : public AllStatic {
// Provides access to JSGlobalObject::native_context() field.
static FieldAccess ForJSGlobalObjectNativeContext();
+ // Provides access to JSStringIterator::string() field.
+ static FieldAccess ForJSStringIteratorString();
+
+ // Provides access to JSStringIterator::index() field.
+ static FieldAccess ForJSStringIteratorIndex();
+
// Provides access to JSValue::value() field.
static FieldAccess ForValue();
« no previous file with comments | « src/code-stub-assembler.h ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698