| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 25e69d8f9cd3aca3c3abd8dc52aa640623e238e1..9e06a4e194a4cc35a883af83e09410ea961656b7 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -253,6 +253,9 @@ class AstGraphBuilder : public AstVisitor {
|
| Node* BuildHoleCheckThrow(Node* value, Variable* var, Node* not_hole,
|
| BailoutId bailout_id);
|
|
|
| + // Builders for conditional errors.
|
| + Node* BuildThrowIfStaticPrototype(Node* name, BailoutId bailout_id);
|
| +
|
| // Builders for non-local control flow.
|
| Node* BuildReturn(Node* return_value);
|
| Node* BuildThrow(Node* exception_value);
|
|
|