| 474 | public: |
| 475 | #if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION |
| 476 | inline EscapableHandleScope() : scope(v8::Isolate::GetCurrent()) {} |
| 477 | |
| 478 | inline static int NumberOfHandles() { |
| 479 | return v8::EscapableHandleScope::NumberOfHandles(v8::Isolate::GetCurrent()); |
nothing calls this directly
no outgoing calls
no test coverage detected