| 57 | |
| 58 | public: |
| 59 | CustomAllocWorker(Function& cb) : AsyncWorker(cb){}; |
| 60 | static void DoWork(const CallbackInfo& info) { |
| 61 | Function cb = info[0].As<Function>(); |
| 62 | Allocator allocator; |
nothing calls this directly
no outgoing calls
no test coverage detected