Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index e0117ef9bf7065f275a96c432c3fac9d538049ea..546574dabec2421d61b05600f9cb2a11f310c872 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -712,7 +712,11 @@ namespace internal { |
F(SetInitialize, 1, 1) \ |
/* Arrays */ \ |
F(HasFastPackedElements, 1, 1) \ |
- F(GetPrototype, 1, 1) |
+ F(GetPrototype, 1, 1) \ |
+ /* Strings */ \ |
+ F(StringLength, 1, 1) \ |
+ /* JSValue */ \ |
+ F(JSValueValue, 1, 1) |
#define FOR_EACH_INTRINSIC_RETURN_OBJECT(F) \ |