Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
const char* NativeScriptException::what() const noexcept {
206
m_whatCache = ToString();
207
return m_whatCache.c_str();
208
}
209
210
// ON V8 UNCAUGHT EXCEPTION
211
void NativeScriptException::OnUncaughtError(Local<Message> message,
Callers
15
LogAndAbortUncaught
Function · 0.45
NativeScriptLongValueOfFunctionCallback
Method · 0.45
NativeScriptLongToStringFunctionCallback
Method · 0.45
NativeScriptLongFunctionCallback
Method · 0.45
RequireCallback
Method · 0.45
MarkAsLongCallbackStatic
Method · 0.45
MarkAsByteCallbackStatic
Method · 0.45
MarkAsShortCallbackStatic
Method · 0.45
MarkAsCharCallbackStatic
Method · 0.45
MarkAsFloatCallbackStatic
Method · 0.45
MarkAsDoubleCallbackStatic
Method · 0.45
MarkAsLongCallback
Method · 0.45
Calls
1
ToString
Function · 0.85
Tested by
1
sendToFrontEndCallback
Method · 0.36