LGTM

https://codereview.chromium.org/993393002/diff/1/test/mjsunit/strong/declaration-after-use.js
File test/mjsunit/strong/declaration-after-use.js (right):

https://codereview.chromium.org/993393002/diff/1/test/mjsunit/strong/declaration-after-use.js#newcode150
test/mjsunit/strong/declaration-after-use.js:150: "class COuter {\n" +
These can use template literals if you want.

assertThrowsHelper(`
    class COuter {
      m() {
        class CInner {
          [({ m() { CInner; return 'A'; } }).m()]() {
            return 'B';
          }
        }
      }
   }`);

https://codereview.chromium.org/993393002/

--
--
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