Index: src/builtins.h |
diff --git a/src/builtins.h b/src/builtins.h |
index f99e05aa2a1bd2874ee9640e5da4ef740341e196..d838b713c094cfd770a04933b7d3db82b194c94a 100644 |
--- a/src/builtins.h |
+++ b/src/builtins.h |
@@ -1,3 +1,4 @@ |
+ |
// Copyright 2011 the V8 project authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -161,6 +162,8 @@ class CodeStubAssembler; |
V(ReflectSet) \ |
V(ReflectSetPrototypeOf) \ |
\ |
+ V(StringFromCodePoint) \ |
+ \ |
V(StringPrototypeTrim) \ |
V(StringPrototypeTrimLeft) \ |
V(StringPrototypeTrimRight) \ |