Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 98d96a8f28ac0747517e1b407753ed869a817ba0..34c3f2da0b35402d4bc14f1cdcdbc9377d1a0803 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5792,7 +5792,10 @@ void SharedFunctionInfo::set_kind(FunctionKind kind) { |
} |
-BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super, kUsesSuper) |
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super_property, |
+ kUsesSuperProperty) |
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super_constructor_call, |
+ kUsesSuperConstructorCall) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, inline_builtin, |
kInlineBuiltin) |