Index: runtime/vm/flow_graph.h |
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
index c3194124e018539c28350d3ac47f6844aa9cf0c9..a03eeef6ee89295090e0d8c28105161222a91d20 100644 |
--- a/runtime/vm/flow_graph.h |
+++ b/runtime/vm/flow_graph.h |
@@ -110,6 +110,9 @@ class FlowGraph : public ZoneAllocated { |
intptr_t num_non_copied_params() const { |
return num_non_copied_params_; |
} |
+ bool IsIrregexpFunction() const { |
+ return parsed_function().function().IsIrregexpFunction(); |
+ } |
LocalVariable* CurrentContextVar() const { |
return parsed_function().current_context_var(); |