PTAL.
Changed runtime.cc to not to add nested scope_info for GLOBAL_SCOPE (along with
EVAL_SCOPE), otherwise a debug test was failing.

if (scope_info->scope_type() != EVAL_SCOPE &&
    scope_info->scope_type() != GLOBAL_SCOPE) {
  nested_scope_chain_.Add(scope_info);
}


https://codereview.chromium.org/203463011/

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