Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 0f920c7259eba9fc3521013d3fe2027f24c8f461..6a0358399d1a26340779eb587af046ac09212a77 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -278,6 +278,7 @@ namespace internal { |
| \ |
| /* Eval */ \ |
| F(GlobalReceiver, 1, 1) \ |
| + F(IsAttachedGlobal, 1, 1) \ |
| F(ResolvePossiblyDirectEval, 5, 2) \ |
| \ |
| F(SetProperty, -1 /* 4 or 5 */, 1) \ |