Home
last modified time | relevance | path

Searched refs:lastPrimitiveException (Results 1 – 1 of 1) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrPrimitive.cpp321 std::exception_ptr lastPrimitiveException; in prPrimitiveErrorString() local
363 lastPrimitiveException = g->lastExceptions[g->thread].first; in prPrimitiveErrorString()
367 if (lastPrimitiveException) { in prPrimitiveErrorString()
369 std::rethrow_exception(lastPrimitiveException); in prPrimitiveErrorString()