Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 823285fd37661bad76a15483a06cc104b680512b..bd24c3b38e3be9a617c3fcdb7a9d7470f4e8ae2e 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -285,6 +285,7 @@ namespace internal { |
| F(DefineOrRedefineAccessorProperty, 5, 1) \ |
| F(IgnoreAttributesAndSetProperty, -1 /* 3 or 4 */, 1) \ |
| F(GetDataProperty, 2, 1) \ |
| + F(SetHiddenProperty, 3, 1) \ |
| \ |
| /* Arrays */ \ |
| F(RemoveArrayHoles, 2, 1) \ |