| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index bfedf445c7860e47fc0103b6120d47a566ed5324..cc1ecdf898cd828cb039f2d6ac646c3cd133b760 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -218,6 +218,7 @@ namespace internal {
|
| F(FunctionGetSourceCode, 1, 1) \
|
| F(FunctionGetScriptSourcePosition, 1, 1) \
|
| F(FunctionGetPositionForOffset, 2, 1) \
|
| + F(FunctionGetContextData, 1, 1) \
|
| F(FunctionSetInstanceClassName, 2, 1) \
|
| F(FunctionSetLength, 2, 1) \
|
| F(FunctionSetPrototype, 2, 1) \
|
|
|