Reviewers: rossberg, Michael Starzinger, fennyfanny655, Michael Achenbach (OOO), wingo,

Message:
Created Revert of Parse arrow functions at proper precedence level

Description:
Revert of Parse arrow functions at proper precedence level (patchset #2 id:60001
of https://codereview.chromium.org/1286383005/ )

Reason for revert:
Breaks layout test. Please change test expectation on blink first.

---
/mnt/data/b/build/slave/V8-Blink_Linux_64/build/layout-test-results/inspector/sources/debugger-pause/debugger-pause-in-internal-expected.txt
+++
/mnt/data/b/build/slave/V8-Blink_Linux_64/build/layout-test-results/inspector/sources/debugger-pause/debugger-pause-in-internal-actual.txt
@@ -1,4 +1,4 @@
-CONSOLE ERROR: line 9: Uncaught SyntaxError: Expected () to start arrow
function, but got '}' instead of '=>'
+CONSOLE ERROR: line 9: Uncaught SyntaxError: Unexpected token )
 Tests that pause on exception in internal script does not crash.

 Script source was shown.

Original issue's description:
Parse arrow functions at proper precedence level

BUG=v8:4211
LOG=Y
[email protected]

Committed: https://crrev.com/9271b0ccf9ddb217deb1f0b9ef9b59b64dc40214
Cr-Commit-Position: refs/heads/master@{#30298}

[email protected],[email protected],[email protected],[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:4211

Please review this at https://codereview.chromium.org/1315503002/

Base URL: https://chromium.googlesource.com/v8/v8@master

Affected files (+34, -118 lines):
  M src/ast.h
  M src/ast-literal-reindexer.cc
  M src/ast-numbering.cc
  M src/compiler/ast-graph-builder.cc
  M src/compiler/ast-loop-assignment-analyzer.cc
  M src/full-codegen/full-codegen.cc
  M src/hydrogen.cc
  M src/interpreter/bytecode-generator.cc
  M src/messages.h
  M src/parser.cc
  M src/pattern-rewriter.cc
  M src/preparser.h
  M src/prettyprinter.cc
  M src/typing.cc
  M test/message/arrow-missing.out
  D test/mjsunit/harmony/regress/regress-4211.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to