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

Unified Diff: src/objects.h

Issue 2039093005: Revert of [builtins] Properly optimize TypedArray/DataView accessors. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « src/js/typedarray.js ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index c71786849950f39566b2ca45521b758d2d30f640..27b832d4f566c3a95017241e88218e44c7328ac6 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6617,14 +6617,7 @@
#undef DECLARE_FUNCTION_ID
// Fake id for a special case of Math.pow. Note, it continues the
// list of math functions.
- kMathPowHalf,
- // These are manually assigned to special getters during bootstrapping.
- kDataViewBuffer,
- kDataViewByteLength,
- kDataViewByteOffset,
- kTypedArrayByteLength,
- kTypedArrayByteOffset,
- kTypedArrayLength,
+ kMathPowHalf
};
@@ -8549,8 +8542,6 @@
// Return a string version of this name that is converted according to the
// rules described in ES6 section 9.2.11.
MUST_USE_RESULT static MaybeHandle<String> ToFunctionName(Handle<Name> name);
- MUST_USE_RESULT static MaybeHandle<String> ToFunctionName(
- Handle<Name> name, Handle<String> prefix);
DECLARE_CAST(Name)
« no previous file with comments | « src/js/typedarray.js ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698