Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dexceptions.h39 void ThrowIndexOutOfBoundsException(coretypes::array_ssize_t idx, coretypes::array_ssize_t length);
/ark/runtime_core/runtime/
Dexceptions.cpp84 void ThrowIndexOutOfBoundsException(coretypes::array_ssize_t idx, coretypes::array_ssize_t length) in ThrowIndexOutOfBoundsException() function