| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 556e8ffe2de3d715ee19fa4fd0619c4773e3f65e..1432abd6f49f81c9137c998340063bc30280a0ed 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -193,6 +193,7 @@ namespace internal {
|
| F(DebugGetPrototype, 1, 1) \
|
| F(DebugSetScriptSource, 2, 1) \
|
| F(FunctionGetInferredName, 1, 1) \
|
| + F(FunctionGetDebugName, 1, 1) \
|
| F(GetFunctionCodePositionFromSource, 2, 1) \
|
| F(ExecuteInDebugContext, 1, 1) \
|
| F(GetDebugContext, 0, 1) \
|
|
|