| 372 | } |
| 373 | |
| 374 | static auto get(v8::Isolate* isolate) -> StoreImpl* { |
| 375 | return static_cast<StoreImpl*>(isolate->GetData(0)); |
| 376 | } |
| 377 | |
| 378 | auto make_handle() -> v8::Persistent<v8::Object>* { |
| 379 | if (handle_pool_ == nullptr) { |
nothing calls this directly
no outgoing calls
no test coverage detected