shapesecurity / shift-scope-js

scope analyser for the Shift AST
http://shift-ast.org/scope.html
Apache License 2.0
11 stars 6 forks source link

B.3.3: Hoisting should occur in script bodies, not just functions #36

Closed bakkot closed 7 years ago

bakkot commented 7 years ago

This was changed at some point, I think.

{ function f(){} }
typeof f; // function