| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index a52672ad7d999d81b0b40baecb49556cc53e0a8c..4de92a6a71ad02258ba98c83a591ac4d90b58556 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -214,8 +214,6 @@ namespace internal {
|
| F(FunctionSetReadOnlyPrototype, 1, 1) \
|
| F(FunctionGetName, 1, 1) \
|
| F(FunctionSetName, 2, 1) \
|
| - F(FunctionNameShouldPrintAsAnonymous, 1, 1) \
|
| - F(FunctionMarkNameShouldPrintAsAnonymous, 1, 1) \
|
| F(FunctionSetBound, 1, 1) \
|
| F(FunctionRemovePrototype, 1, 1) \
|
| F(FunctionGetSourceCode, 1, 1) \
|
|
|