| 307 | } |
| 308 | |
| 309 | Local<Value> GetHiddenValue(Local<Object> obj, Local<String> symbol) { |
| 310 | return Nan::Get(obj, symbol).ToLocalChecked(); |
| 311 | } |
| 312 | |
| 313 | ::Windows::Foundation::TimeSpan TimeSpanFromMilli(int64_t millis) { |
| 314 | ::Windows::Foundation::TimeSpan timeSpan; |
no outgoing calls
no test coverage detected