| 476 | inline EscapableHandleScope() : scope(v8::Isolate::GetCurrent()) {} |
| 477 | |
| 478 | inline static int NumberOfHandles() { |
| 479 | return v8::EscapableHandleScope::NumberOfHandles(v8::Isolate::GetCurrent()); |
| 480 | } |
| 481 | |
| 482 | template<typename T> |
| 483 | inline v8::Local<T> Escape(v8::Local<T> value) { |
nothing calls this directly
no outgoing calls
no test coverage detected