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

https://codereview.chromium.org/943543002/diff/420001/test/mjsunit/strong/declaration-after-use.js#newcode100
test/mjsunit/strong/declaration-after-use.js:100: "'use strong'; if
(false) { let C = class C2 { method() { C; } } }",
On 2015/02/25 16:37:32, arv wrote:
This is kind of weird.

What about?

let f = function g() {
   g;  // Error or not?
};

I realized I misread this one.

I see you already have test for:

(class C { constructor() { C; } });

but I don't see anything for:

(function f() { f; });

https://codereview.chromium.org/943543002/

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