| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index feded98b4e9b0f20a0b87bdc08b3bb0703848d64..967b24bda13d32f33101068e2a2429fdd775b89c 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -105,6 +105,9 @@ class AstGraphBuilder : public StructuredGraphBuilder, public AstVisitor {
|
| // Builders for binary operations.
|
| Node* BuildBinaryOp(Node* left, Node* right, Token::Value op);
|
|
|
| + // Builder for stack-check guards.
|
| + Node* BuildStackCheck();
|
| +
|
| #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
|
| // Visiting functions for AST nodes make this an AstVisitor.
|
| AST_NODE_LIST(DECLARE_VISIT)
|
|
|