| Index: src/objects-inl.h
|
| ===================================================================
|
| --- src/objects-inl.h (revision 3203)
|
| +++ src/objects-inl.h (working copy)
|
| @@ -2538,8 +2538,11 @@
|
| BOOL_GETTER(SharedFunctionInfo, compiler_hints,
|
| has_only_simple_this_property_assignments,
|
| kHasOnlySimpleThisPropertyAssignments)
|
| +BOOL_ACCESSORS(SharedFunctionInfo,
|
| + compiler_hints,
|
| + try_fast_codegen,
|
| + kTryFastCodegen)
|
|
|
| -
|
| INT_ACCESSORS(SharedFunctionInfo, length, kLengthOffset)
|
| INT_ACCESSORS(SharedFunctionInfo, formal_parameter_count,
|
| kFormalParameterCountOffset)
|
|
|