| 1404 | } |
| 1405 | |
| 1406 | inline void FreeData(char *data, void *hint) { |
| 1407 | (void) hint; // unused |
| 1408 | delete[] data; |
| 1409 | } |
| 1410 | |
| 1411 | inline MaybeLocal<v8::Object> NewBuffer( |
| 1412 | char* data |
nothing calls this directly
no outgoing calls
no test coverage detected