mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Our current lazy compilation parent scope issue caused us to only have a single lexical scope, which was taken to be the global scope. This effectively hid all local variables. Additionally, the variables were not marked as enumerable, so Chrome didn't show them. As further improvements, 'this' is now included, and we more correctly tag parent scopes as closures. Changelog: [Internal] Reviewed By: avp Differential Revision: D18671527 fbshipit-source-id: cbbf9fbd319e433b9f681bd23e4ad7b4bb4a3d74