| 53 | ~ExtAsciiString() { } |
| 54 | const char *data() const { return s; } |
| 55 | size_t length() const { return sizeof (s) / sizeof (*s) - 1; } |
| 56 | }; |
| 57 | |
| 58 | NAN_METHOD(NewExternalStringResource) { |
nothing calls this directly
no outgoing calls
no test coverage detected