| 915 | # undef X |
| 916 | |
| 917 | inline void ThrowError(v8::Local<v8::Value> error) { |
| 918 | v8::Isolate::GetCurrent()->ThrowException(error); |
| 919 | } |
| 920 | |
| 921 | inline MaybeLocal<v8::Object> NewBuffer( |
| 922 | char *data |
nothing calls this directly
no outgoing calls
no test coverage detected