Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 37c51d703db1679ba037990d411533734bfa9de5..4465cbe38921bcc012414f89cd879729664ac011 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2011 the V8 project authors. All rights reserved. |
+// Copyright 2010 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -3056,6 +3056,10 @@ BOOL_GETTER(SharedFunctionInfo, compiler_hints, |
kHasOnlySimpleThisPropertyAssignments) |
BOOL_ACCESSORS(SharedFunctionInfo, |
compiler_hints, |
+ try_full_codegen, |
+ kTryFullCodegen) |
+BOOL_ACCESSORS(SharedFunctionInfo, |
+ compiler_hints, |
allows_lazy_compilation, |
kAllowLazyCompilation) |