mirror of https://github.com/lukechilds/node.git
Browse Source
Otherwise it's not possible to check from inside a destructor if V8 is still alive with v8::V8::IsDead(). In V8 3.25, that function returns true until the last isolate is destroyed. This used to work in v0.10 and is a standard trick to dispose persistent handles conditionally. Signed-off-by: Fedor Indutny <fedor@indutny.com>archived-io.js-v0.10
Ben Noordhuis
11 years ago
committed by
Fedor Indutny
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue