| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 7107bdef372134c863d35c1c3b642fba02033d89..4048cfb9bbbd02bc169bcbd143be1187972b9eb3 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -236,7 +236,7 @@ namespace internal {
|
| F(FunctionSetLength, 2, 1) \
|
| F(FunctionSetPrototype, 2, 1) \
|
| F(FunctionIsAPIFunction, 1, 1) \
|
| - F(FunctionIsBuiltin, 1, 1) \
|
| + F(FunctionHidesSource, 1, 1) \
|
| F(SetCode, 2, 1) \
|
| F(SetNativeFlag, 1, 1) \
|
| F(ThrowStrongModeTooFewArguments, 0, 1) \
|
|
|