| 1510 | |
| 1511 | struct vf_utf16_string { |
| 1512 | static String From(napi_env env, const std::u16string& value) { |
| 1513 | return String::New(env, value); |
| 1514 | } |
| 1515 | }; |
| 1516 | |
| 1517 | template <typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected