Home
last modified time | relevance | path

Searched refs:currentError (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-info-headers-errors.js40 let currentError; variable
43 Http2Stream.prototype.info = () => currentError.ngError;
47 const errorMustCall = common.expectsError(currentError.error);
49 `${currentError.error.code} should emit on ${currentError.type}`
52 if (currentError.type === 'stream') {
69 currentError = test;
Dtest-http2-respond-nghttperrors.js41 let currentError; variable
44 Http2Stream.prototype.respond = () => currentError.ngError;
48 const errorMustCall = common.expectsError(currentError.error);
50 `${currentError.error.code} should emit on ${currentError.type}`
53 if (currentError.type === 'stream') {
87 currentError = test;
Dtest-http2-respond-with-fd-errors.js48 let currentError; variable
51 Http2Stream.prototype.respond = () => currentError.ngError;
55 const errorMustCall = common.expectsError(currentError.error);
57 `${currentError.error.code} should emit on ${currentError.type}`
60 if (currentError.type === 'stream') {
95 currentError = test;
Dtest-http2-server-push-stream-errors.js65 let currentError; variable
68 Http2Stream.prototype.pushPromise = () => currentError.ngError;
72 stream.pushStream({}, common.expectsError(currentError.error));
85 currentError = test;
Dtest-http2-client-onconnect-errors.js66 let currentError; variable
69 Http2Session.prototype.request = () => currentError;
81 currentError = test.ngError;
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp356 GLenum currentError = gl.getError(); in verifyError() local
357 if (currentError == expectedError) in verifyError()
362 << " was expected but got " << glu::getErrorStr(static_cast<int>(currentError)) << ". " in verifyError()
369 GLenum currentError = gl.getError(); in verifyError() local
370 if ((currentError == expectedError1) || (currentError == expectedError2)) in verifyError()
376 << glu::getErrorStr(static_cast<int>(currentError)) << ". " << missmatchMessage in verifyError()
/third_party/typescript/src/compiler/
Dchecker.ts17391 const currentError = errorInfo;
17393 if (errorInfo !== currentError) {
/third_party/typescript/lib/
Dtsc.js49614 var currentError = errorInfo;
49616 if (errorInfo !== currentError) {
DtypingsInstaller.js59670 var currentError = errorInfo;
59672 if (errorInfo !== currentError) {
Dtsserverlibrary.js59875 var currentError = errorInfo;
59877 if (errorInfo !== currentError) {
Dtypescript.js59875 var currentError = errorInfo;
59877 if (errorInfo !== currentError) {
Dtsserver.js59681 var currentError = errorInfo;
59683 if (errorInfo !== currentError) {
DtypescriptServices.js59875 var currentError = errorInfo;
59877 if (errorInfo !== currentError) {