| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index ac912d8129a7c285a343e977f05fdf041d1fa45b..9a2cf1dfed442b764c980fc66fba32e2fbf6a35d 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -212,6 +212,8 @@ namespace internal {
|
| F(FunctionSetPrototype, 2, 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) \
|
|
|