| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 23e91f2ae9e9b64cdf19bd3ce3410e1082508980..687afbd8fd6ba609501ccd4791bb6e06a6ad0d63 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -101,6 +101,7 @@ namespace internal {
|
| F(GetOptimizationStatus, -1, 1) \
|
| F(GetOptimizationCount, 1, 1) \
|
| F(CompileForOnStackReplacement, 1, 1) \
|
| + F(SetAllocationTimeout, 2, 1) \
|
| F(AllocateInNewSpace, 1, 1) \
|
| F(AllocateInOldPointerSpace, 1, 1) \
|
| F(AllocateInOldDataSpace, 1, 1) \
|
| @@ -110,6 +111,7 @@ namespace internal {
|
| F(DebugPrepareStepInIfStepping, 1, 1) \
|
| F(FlattenString, 1, 1) \
|
| F(MigrateInstance, 1, 1) \
|
| + F(NotifyContextDisposed, 0, 1) \
|
| \
|
| /* Array join support */ \
|
| F(PushIfAbsent, 2, 1) \
|
|
|