Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index e421fb3d8e2999a5b10bd51206453885b4b9284c..2cc14d0b044eea9cd38891fd626a162fa799b59c 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -621,7 +621,7 @@ namespace internal { |
ASM(StringConstructor_ConstructStub) \ |
CPP(StringFromCodePoint) \ |
/* ES6 section 21.1.2.1 String.fromCharCode ( ...codeUnits ) */ \ |
- TFJ(StringFromCharCode, 1) \ |
+ TFJ(StringFromCharCode, SharedFunctionInfo::kDontAdaptArgumentsSentinel) \ |
/* ES6 section 21.1.3.1 String.prototype.charAt ( pos ) */ \ |
TFJ(StringPrototypeCharAt, 1) \ |
/* ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos ) */ \ |