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

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

Issue 1169723002: [turbofan] Initial support for the %_DateField intrinsic. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Attempt to fix Windows. Created 5 years, 6 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 7c6029d9c54739d2167d12ffb2d27ce2a4e23c43..e4d1332771d8fa4306afb3f5599be74864a794ff 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -31,6 +31,9 @@ class AccessBuilder final : public AllStatic {
// Provides access to JSArrayBuffer::backing_store() field.
static FieldAccess ForJSArrayBufferBackingStore();
+ // Provides access to JSDate fields.
+ static FieldAccess ForJSDateField(JSDate::FieldIndex index);
+
// Provides access to FixedArray::length() field.
static FieldAccess ForFixedArrayLength();
« 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