Chromium Code Reviews| Index: src/full-codegen.h |
| diff --git a/src/full-codegen.h b/src/full-codegen.h |
| index ecab4f9bc0060c3553064bed70f3f9eb72aa8e04..4492434942436ac725e54b68f193af904e768607 100644 |
| --- a/src/full-codegen.h |
| +++ b/src/full-codegen.h |
| @@ -521,6 +521,7 @@ class FullCodeGenerator: public AstVisitor { |
| F(IsSmi) \ |
| F(IsNonNegativeSmi) \ |
| F(IsArray) \ |
| + F(IsTypedArray) \ |
| F(IsRegExp) \ |
| F(IsJSProxy) \ |
| F(IsConstructCall) \ |