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

Unified Diff: src/code-stubs.cc

Issue 2365413002: Revert of [stubs] Port SubStringStub to TurboFan (Closed)
Patch Set: Created 4 years, 3 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-stubs.h ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index 4dbd881adfde49da613975e7a75e39e3e0a38d10..e74d408ca62905c41c13d672ab5b22eb53fdf193 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -2686,15 +2686,6 @@
assembler->UpdateFeedback(var_type_feedback.value(), type_feedback_vector,
slot_id);
return result_var.value();
-}
-
-// ES6 section 21.1.3.19 String.prototype.substring ( start, end )
-compiler::Node* SubStringStub::Generate(CodeStubAssembler* assembler,
- compiler::Node* string,
- compiler::Node* from,
- compiler::Node* to,
- compiler::Node* context) {
- return assembler->SubString(context, string, from, to);
}
// ES6 section 7.1.13 ToObject (argument)
« no previous file with comments | « src/code-stubs.h ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698