| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index eda74cad15aa584f0eb9da26dc67e925e4fdc732..b3bc2e29ae5c2fed62ad359d7c35c4dd3a907198 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -845,6 +845,7 @@ namespace internal {
|
| F(GetOptimizationCount, 1, 1) \
|
| F(GetUndetectable, 0, 1) \
|
| F(ClearFunctionTypeFeedback, 1, 1) \
|
| + F(CheckWasmWrapperElision, 2, 1) \
|
| F(NotifyContextDisposed, 0, 1) \
|
| F(SetAllocationTimeout, -1 /* 2 || 3 */, 1) \
|
| F(DebugPrint, 1, 1) \
|
|
|