Comment #14 on issue 2198 by bugdro...@chromium.org: Implement block scoping
https://code.google.com/p/v8/issues/detail?id=2198#c14

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74

commit bad0224c70db5539f35129a1e9deb78a21395e74
Author: dslo...@chromium.org <dslo...@chromium.org>
Date: Wed Nov 12 11:34:09 2014

Various clean-ups after top-level lexical declarations are done.

1. Global{Context,Scope}=>Script{Context,Scope}
2. Enable fixed tests
3. Update comments

R=rossb...@chromium.org
BUG=v8:2198
LOG=N

Review URL: https://codereview.chromium.org/716833002

Cr-Commit-Position: refs/branch-heads/bleeding_edge@{#25291}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25291 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

[modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/include/v8.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/api.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/arm/full-codegen-arm.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/arm64/full-codegen-arm64.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/arm64/macro-assembler-arm64.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/bootstrapper.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/code-stubs-hydrogen.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/code-stubs.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler/js-generic-lowering.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler/js-operator.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler/js-operator.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler/opcodes.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler/typer.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/compiler/verifier.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/contexts.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/contexts.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/factory.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/factory.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/full-codegen.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/globals.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/heap-snapshot-generator.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/heap/heap.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/heap/heap.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/hydrogen-instructions.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/hydrogen-instructions.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/hydrogen.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/hydrogen.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/ia32/full-codegen-ia32.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/ic/ic.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/interface.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/isolate.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/isolate.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/mips/full-codegen-mips.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/mips64/full-codegen-mips64.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/objects-inl.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/objects.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/objects.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/parser.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/parser.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/ppc/full-codegen-ppc.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/preparser.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/preparser.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/rewriter.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/runtime/runtime-debug.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/runtime/runtime-scopes.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/runtime/runtime.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/scopes.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/scopes.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/variables.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/variables.h [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/x64/full-codegen-x64.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/src/x87/full-codegen-x87.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/test/cctest/test-decls.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/test/cctest/test-heap-profiler.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/test/cctest/test-parsing.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/test/cctest/test-serialize.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/bad0224c70db5539f35129a1e9deb78a21395e74/test/unittests/compiler/js-operator-unittest.cc


--
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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to