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

Unified Diff: src/full-codegen/full-codegen.h

Issue 2694623002: [intrinsics] Remove unused %_RegExpExec and %_NumberToString. (Closed)
Patch Set: Created 3 years, 10 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/debug/mirrors.js ('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/full-codegen/full-codegen.h
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
index f0cd3f39c4905a338d2bb7a9f8e51d7f2521dce3..b16e46358f0c3cf5e8f2e92b04b6a90afae99eaf 100644
--- a/src/full-codegen/full-codegen.h
+++ b/src/full-codegen/full-codegen.h
@@ -412,9 +412,7 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> {
F(ClassOf) \
F(StringCharCodeAt) \
F(SubString) \
- F(RegExpExec) \
F(ToInteger) \
- F(NumberToString) \
F(ToString) \
F(ToLength) \
F(ToNumber) \
« no previous file with comments | « src/debug/mirrors.js ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698