Files
atom/native
Nathan Sobo f22fedebcf Inject new instances of native objects into every JS context
This prevents concurrent access to the same state from different
worker threads. We needed to treat windowState specially because we
explicitly want it to last beyond the life-span of a single context.
So we store it as a static variable in `native.mm` and synchronize
access with a static `NSLock`. Good enough for now.
2013-01-24 17:22:50 -08:00
..
2012-08-30 09:11:01 -07:00
2012-08-28 11:58:24 -05:00
2012-08-27 13:21:59 -07:00
2012-08-27 13:21:59 -07:00
2012-08-30 09:07:39 -07:00
2012-08-30 09:11:01 -07:00
2012-08-30 09:07:39 -07:00