(mPtr, ...args)
| 8222 | } |
| 8223 | } |
| 8224 | const callFunctionRB = (mPtr, ...args) => callFunctionRI(mPtr, ...args) == 1; |
| 8225 | exports.callFunctionRB = callFunctionRB; |
| 8226 | const callFunctionRI = (mPtr, ...args) => callFunctionWithOutError(mPtr, ...args).toInt32(); |
| 8227 | exports.callFunctionRI = callFunctionRI; |
nothing calls this directly
no test coverage detected