Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index c086fa3d5f16f3fb825c7b2d3a63bcf39548d5e4..1ed40e22a70e62f13e1a19c6c63d1d59e69e545e 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5797,6 +5797,8 @@ BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, bound, kBoundFunction) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_anonymous, kIsAnonymous) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_function, kIsFunction) |
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_crankshaft, |
+ kDontCrankshaft) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_cache, kDontCache) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_flush, kDontFlush) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_arrow, kIsArrow) |