Home
last modified time | relevance | path

Searched refs:makeException (Results 1 - 2 of 2) sorted by relevance

/third_party/node/lib/internal/crypto/
H A Dwebidl.js50 function makeException(message, opts = kEmptyObject) { function
66 throw makeException(
70 throw makeException(
120 throw makeException(
128 throw makeException(
164 throw makeException(
174 throw makeException(
193 throw makeException(
198 throw makeException(
209 throw makeException(
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dcasepropsbuilder.cpp288 int32_t makeException(UChar32 c, uint32_t value, ExcProps &ep, UErrorCode &errorCode);
699 * decode value into p2 (enough for makeException() to work properly), in addClosureMapping()
909 CasePropsBuilder::makeException(UChar32 c, uint32_t value, ExcProps &ep, UErrorCode &errorCode) { in makeException() function in CasePropsBuilder
1102 int32_t excIndex=makeException(c, value, *excProps[value>>UGENCASE_EXC_SHIFT], errorCode); in makeExceptions()

Completed in 2 milliseconds