Index: runtime/vm/flow_graph.h |
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
index 148573ab1b23aa3b90a9b894b1a46ac581de40a6..b6929ccb3cdf56684e9d240bac4cfd6facf45328 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(); |