MCPcopy Create free account
hub / github.com/NativeScript/android / what

Method what

test-app/runtime/src/main/cpp/NativeScriptException.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205const char* NativeScriptException::what() const noexcept {
206 m_whatCache = ToString();
207 return m_whatCache.c_str();
208}
209
210// ON V8 UNCAUGHT EXCEPTION
211void NativeScriptException::OnUncaughtError(Local<Message> message,

Calls 1

ToStringFunction · 0.85

Tested by 1