mirror of https://github.com/lukechilds/node.git
Browse Source
Change process.domain to use a getter/setter and access that property via an array index. These are much faster to get from c++, and it can be passed to _setupDomainUse and stored as a Persistent<Array>. InDomain() and GetDomain() as trivial ways to access the domain information in the native layer. Important because we'll be able to quickly access if a domain is active. Instead of just whether the domain module has been loaded.v0.11.6-release
4 changed files with 61 additions and 13 deletions
Loading…
Reference in new issue