Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 51cda541f0b55ef054e74fcc713d79e264b4ebd5..619188c8b0efddbc45203d1522a1214f5476fc24 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -84,7 +84,6 @@ namespace internal { |
F(HomeObjectSymbol, 0, 1) \ |
F(DefineClass, 4, 1) \ |
F(FinalizeClassDefinition, 2, 1) \ |
- F(DefineClassMethod, 3, 1) \ |
F(LoadFromSuper, 4, 1) \ |
F(LoadKeyedFromSuper, 4, 1) \ |
F(StoreToSuper_Strict, 4, 1) \ |
@@ -411,7 +410,6 @@ namespace internal { |
F(GetHoleNaNUpper, 0, 1) \ |
F(GetHoleNaNLower, 0, 1) |
- |
#define FOR_EACH_INTRINSIC_OBJECT(F) \ |
F(GetPrototype, 1, 1) \ |
F(InternalSetPrototype, 2, 1) \ |
@@ -448,6 +446,7 @@ namespace internal { |
F(IsJSGlobalProxy, 1, 1) \ |
F(DefineAccessorPropertyUnchecked, 5, 1) \ |
F(DefineDataPropertyUnchecked, 4, 1) \ |
+ F(DefineDataPropertyInLiteral, 5, 1) \ |
F(GetDataProperty, 2, 1) \ |
F(HasFastPackedElements, 1, 1) \ |
F(ValueOf, 1, 1) \ |
@@ -479,7 +478,6 @@ namespace internal { |
F(ObjectDefineProperties, 2, 1) \ |
F(ObjectDefineProperty, 3, 1) |
- |
#define FOR_EACH_INTRINSIC_OBSERVE(F) \ |
F(IsObserved, 1, 1) \ |
F(SetIsObserved, 1, 1) \ |