Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 7b3d06f9d39fef1410e15f49ee4c0b0782a6a5bd..1b0bfae95baaf45ef6718a974200979d28805038 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5977,6 +5977,10 @@ BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, must_use_ignition_turbo, |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_flush, kDontFlush) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_asm_wasm_broken, |
kIsAsmWasmBroken) |
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, collects_type_profile, |
+ kCollectsTypeProfile) |
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, |
+ computed_collects_type_profile, kComputedCollectsTypeProfile) |
BOOL_GETTER(SharedFunctionInfo, compiler_hints, optimization_disabled, |
kOptimizationDisabled) |