Merge branch 'master' into harmony-v3.3.4

This commit is contained in:
alexlamsl
2017-12-31 00:05:32 +08:00
4 changed files with 32 additions and 8 deletions

View File

@@ -699,9 +699,7 @@ function OutputStream(options) {
}
};
PARENS(AST_Node, function(){
return false;
});
PARENS(AST_Node, return_false);
// a function expression needs parens around it when it's provably
// the first token to appear in a statement.