Comment #17 on issue 1569 by [email protected]: Implement Harmony Modules
https://code.google.com/p/v8/issues/detail?id=1569#c17
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/fa293dd79f78074a0610739cb8f669849bf5704a
commit fa293dd79f78074a0610739cb8f669849bf5704a Author: adamk <[email protected]> Date: Thu Feb 26 18:40:50 2015 Re-introduce ImportDeclaration to the parser This also adds a new VariableMode, IMPORT, which will be used to do appropriate binding for Import-declared Variables. Only named imports are handled for now. "import *" and default import syntaxes have had their TODOs adjusted to match the new code structure. BUG=v8:1569 LOG=n Review URL: https://codereview.chromium.org/948303004 Cr-Commit-Position: refs/heads/master@{#26895}[modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/ast-numbering.cc
[modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/ast.h[modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/contexts.cc [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/globals.h [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/parser.cc [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/parser.h [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/prettyprinter.cc [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/runtime/runtime-scopes.cc [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/typing.cc [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/src/variables.cc [modify] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/test/cctest/test-parsing.cc [add] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/test/message/import-as-redeclaration.js [add] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/test/message/import-as-redeclaration.out [add] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/test/message/import-redeclaration.js [add] http://crrev.com/fa293dd79f78074a0610739cb8f669849bf5704a/test/message/import-redeclaration.out
--You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at: https://code.google.com/hosting/settings -- -- 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.
