Home
last modified time | relevance | path

Searched refs:nextError (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-compat-serverresponse-destroy.js16 let nextError; variable
23 res.destroy(nextError);
25 res.destroy(nextError);
30 nextError = errors.shift();
33 res.destroy(nextError);
Dtest-events-on-async-iterator.js149 async function nextError() { function
374 nextError,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2511 GLenum nextError = functions->getError(); in CheckError() local
2512 while (nextError != GL_NO_ERROR && nextError != GL_CONTEXT_LOST) in CheckError()
2514 ERR() << "Additional GL error " << gl::FmtHex(nextError) << " generated."; in CheckError()
2515 nextError = functions->getError(); in CheckError()