Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dexceptions.h91 void ThrowReferenceErrorDyn(const std::string &msg);
/ark/runtime_core/runtime/interpreter/
Druntime_interface.h227 static void ThrowReferenceErrorDyn(const std::string &msg) in ThrowReferenceErrorDyn() function
229 panda::ThrowReferenceErrorDyn(msg); in ThrowReferenceErrorDyn()
/ark/runtime_core/runtime/
Dexceptions.cpp316 void ThrowReferenceErrorDyn(const std::string &msg) in ThrowReferenceErrorDyn() function