Index: runtime/vm/flow_graph_builder.h |
=================================================================== |
--- runtime/vm/flow_graph_builder.h (revision 37504) |
+++ runtime/vm/flow_graph_builder.h (working copy) |
@@ -155,9 +155,8 @@ |
return ic_data_array_; |
} |
- void WarnOnJSIntegralNumTypeTest(AstNode* node, |
+ bool WarnOnJSIntegralNumTypeTest(AstNode* node, |
srdjan
2014/06/19 20:50:06
Please add comment describing what bool result sta
regis
2014/06/19 20:57:30
Done.
|
const AbstractType& type) const; |
- void JSWarning(intptr_t token_pos, const char* msg) const; |
void Bailout(const char* reason) const; |
intptr_t AllocateBlockId() { return ++last_used_block_id_; } |