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

Unified Diff: src/builtins.h

Issue 1870993002: Revert of [builtins] Migrate String.prototype.charCodeAt and String.prototype.charAt to TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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/bootstrapper.cc ('k') | src/builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index ea47f7e6f2a8e435d60da628235e5172add7fd90..294929a290189691014ea048fb1af2a669e22ea5 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -310,9 +310,7 @@
V(MathRound, 2) \
V(MathSqrt, 2) \
V(MathTrunc, 2) \
- V(ObjectHasOwnProperty, 2) \
- V(StringPrototypeCharAt, 2) \
- V(StringPrototypeCharCodeAt, 2)
+ V(ObjectHasOwnProperty, 2)
// Define list of builtin handlers implemented in assembly.
#define BUILTIN_LIST_H(V) \
@@ -628,13 +626,6 @@
static void Generate_ObjectHasOwnProperty(
compiler::CodeStubAssembler* assembler);
- // ES6 section 21.1.3.1 String.prototype.charAt ( pos )
- static void Generate_StringPrototypeCharAt(
- compiler::CodeStubAssembler* assembler);
- // ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos )
- static void Generate_StringPrototypeCharCodeAt(
- compiler::CodeStubAssembler* assembler);
-
static void Generate_StringConstructor(MacroAssembler* masm);
static void Generate_StringConstructor_ConstructStub(MacroAssembler* masm);
static void Generate_OnStackReplacement(MacroAssembler* masm);
« no previous file with comments | « src/bootstrapper.cc ('k') | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698