Index: src/parsing/parser.h |
diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
index 572b11fe098029a2d5c102f522706de3ab6b2314..4d9dc39d7009919d310f9fbdd885986b952d7c52 100644 |
--- a/src/parsing/parser.h |
+++ b/src/parsing/parser.h |
@@ -1019,7 +1019,8 @@ class Parser : public ParserBase<ParserTraits> { |
void InsertShadowingVarBindingInitializers(Block* block); |
// Implement sloppy block-scoped functions, ES2015 Annex B 3.3 |
- void InsertSloppyBlockFunctionVarBindings(Scope* scope, bool* ok); |
+ void InsertSloppyBlockFunctionVarBindings(Scope* scope, bool check_outer, |
Dan Ehrenberg
2016/06/28 01:07:00
Nit: call this outer_is_param_scope here too?
bakkot
2016/06/28 01:19:37
Whoops, done.
|
+ bool* ok); |
// Parser support |
VariableProxy* NewUnresolved(const AstRawString* name, VariableMode mode); |