Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 33523) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -3343,6 +3343,10 @@ |
| is_native_list_factory_ = value; |
| } |
| + bool IsRecognizedFactory() const { |
| + return is_known_list_constructor() || is_native_list_factory(); |
| + } |
| + |
| virtual bool MayThrow() const { return true; } |
| virtual AliasIdentity Identity() const { return identity_; } |