• marja's avatar
    [strong] Check strong mode free variables against the global object. · cb7279da
    marja authored
    Gather references to unbound variables where the reference (VariableProxy) is
    inside strong mode. Check them against the global object when a script is bound
    to a context (during compilation).
    
    This CL only checks unbound variables which are not inside lazy functions - TBD
    how do we solve that; alternatives: add developer mode which disables laziness /
    do the check whenever lazy functions are really compiled.
    
    BUG=v8:3956
    LOG=N
    
    Review URL: https://codereview.chromium.org/1005063002
    
    Cr-Commit-Position: refs/heads/master@{#27422}
    cb7279da
Name
Last commit
Last update
..
arrays.js Loading commit data...
classes.js Loading commit data...
declaration-after-use.js Loading commit data...
delete.js Loading commit data...
empty-statement.js Loading commit data...
equality.js Loading commit data...
for-in.js Loading commit data...
functions.js Loading commit data...
mutually-recursive-funcs.js Loading commit data...
use-strong.js Loading commit data...
var-let-const.js Loading commit data...