Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 62cdc8020c306332f7d42dc28cb104dfe900aa37..32fff62f032e3826958124016fcdd8968d148f9c 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -4090,6 +4090,7 @@ ACCESSORS(SharedFunctionInfo, this_property_assignments, Object, |
SMI_ACCESSORS(SharedFunctionInfo, ast_node_count, kAstNodeCountOffset) |
+SMI_ACCESSORS(FunctionTemplateInfo, length, kLengthOffset) |
BOOL_ACCESSORS(FunctionTemplateInfo, flag, hidden_prototype, |
kHiddenPrototypeBit) |
BOOL_ACCESSORS(FunctionTemplateInfo, flag, undetectable, kUndetectableBit) |