Searched refs:hError (Results 1 – 2 of 2) sorted by relevance
66 v8::Local<v8::Value> hError = v8::Exception::Error(hMessage); in FXJSE_ThrowMessage() local67 pIsolate->ThrowException(hError); in FXJSE_ThrowMessage()
1258 size_t const hError = ZSTD_getFrameHeader(&zfp, src, srcSize); in ZSTD_getDictID_fromFrame() local1259 if (ZSTD_isError(hError)) return 0; in ZSTD_getDictID_fromFrame()