| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e966779e54dfae00c8f8a9558770be6c0e1e2292..eee4bae358c0d2e29c4d9a7472947766cdf6681b 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -566,6 +566,7 @@ namespace internal {
|
| F(DebugDisassembleFunction, 1, 1) \
|
| F(DebugDisassembleConstructor, 1, 1) \
|
| F(FunctionGetInferredName, 1, 1) \
|
| + F(FunctionGetDebugName, 1, 1) \
|
| F(LiveEditFindSharedFunctionInfosForScript, 1, 1) \
|
| F(LiveEditGatherCompileInfo, 2, 1) \
|
| F(LiveEditReplaceScript, 3, 1) \
|
|
|