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

Unified Diff: src/accessors.h

Issue 1984043002: Remove now-incorrect DataView accessor optimization (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | src/accessors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.h
diff --git a/src/accessors.h b/src/accessors.h
index 6a99934105c16e6e53fdf117ae6487c51e06ad42..7863c5a3d7f3988a027b6a9abc4e70cb4259ed96 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -95,14 +95,6 @@ class Accessors : public AllStatic {
static bool IsJSObjectFieldAccessor(Handle<Map> map, Handle<Name> name,
int* object_offset);
- // Returns true for properties that are accessors to ArrayBufferView and
- // derived classes fields. If true, *object_offset contains offset of
- // object field. The caller still has to check whether the underlying
- // buffer was neutered.
- static bool IsJSArrayBufferViewFieldAccessor(Handle<Map> map,
- Handle<Name> name,
- int* object_offset);
-
static Handle<AccessorInfo> MakeAccessor(
Isolate* isolate,
Handle<Name> name,
« no previous file with comments | « no previous file | src/accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698