Home | History | Annotate | Download | only in component

Lines Matching refs:ErrorAbort

146     return ErrorAbort(state, kArgsParsingFailure, "%s() expects 1 arg, got %zu", name, argv.size());
155 return ErrorAbort(state, kArgsParsingFailure, "%s() expects a BLOB argument", name);