| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 2bd5768c4ff6a492fb5a58e05077f1a8172218be..c2d0eff25fdea328beee948130b8eb4cac758dce 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -187,6 +187,7 @@ namespace internal {
|
| F(ScriptLineStartPosition, 2, 1) \
|
| F(ScriptLineEndPosition, 2, 1) \
|
| F(ScriptLocationFromLine, 4, 1) \
|
| + F(ScriptLocationFromLine2, 4, 1) \
|
| F(ScriptPositionInfo, 3, 1) \
|
| F(ScriptSourceLine, 2, 1) \
|
| F(DebugPrepareStepInIfStepping, 1, 1) \
|
| @@ -221,6 +222,7 @@ namespace internal {
|
| F(FunctionSetName, 2, 1) \
|
| F(FunctionRemovePrototype, 1, 1) \
|
| F(FunctionGetScript, 1, 1) \
|
| + F(FunctionGetScriptId, 1, 1) \
|
| F(FunctionGetSourceCode, 1, 1) \
|
| F(FunctionGetScriptSourcePosition, 1, 1) \
|
| F(FunctionGetContextData, 1, 1) \
|
|
|