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

Unified Diff: src/code-factory.h

Issue 2766593002: [csa] Migrate String.prototype.concat to TurboFan builtin. (Closed)
Patch Set: Magical list is magic... Created 3 years, 9 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/builtins/builtins-string-gen.cc ('k') | src/debug/debug-evaluate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-factory.h
diff --git a/src/code-factory.h b/src/code-factory.h
index 73550441165770c24eb78bbeb628b19bac7b824c..62e860f42a3f15fa08a3d7376d588b1813466085 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -108,8 +108,9 @@ class V8_EXPORT_PRIVATE CodeFactory final {
static Callable Equal(Isolate* isolate);
static Callable StrictEqual(Isolate* isolate);
- static Callable StringAdd(Isolate* isolate, StringAddFlags flags,
- PretenureFlag pretenure_flag);
+ static Callable StringAdd(Isolate* isolate,
+ StringAddFlags flags = STRING_ADD_CHECK_NONE,
+ PretenureFlag pretenure_flag = NOT_TENURED);
static Callable StringCharAt(Isolate* isolate);
static Callable StringCharCodeAt(Isolate* isolate);
static Callable StringCompare(Isolate* isolate, Token::Value token);
« no previous file with comments | « src/builtins/builtins-string-gen.cc ('k') | src/debug/debug-evaluate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698