MCPcopy Create free account
hub / github.com/Tencent/puerts / ThrowException

Function ThrowException

unity/native_src/Src/Puerts.cpp:487–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487V8_EXPORT void ThrowException(v8::Isolate* Isolate, const char * Message)
488{
489 FV8Utils::ThrowException(Isolate, Message);
490}
491
492V8_EXPORT void ReturnClass(v8::Isolate* Isolate, const v8::FunctionCallbackInfo<v8::Value>& Info, int ClassID)
493{

Callers 3

EvalWithPathFunction · 0.70
NewWrapFunction · 0.70
ThrowExceptionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected