From a63d57cb9f1426d0a52d5adbbe18b2c354557dcc Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 20 Apr 2024 16:33:17 +0800 Subject: [PATCH] H.ob -> H._Error_compose --- branch/latest/md5.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 6aa92ad..dc12147 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -2167,9 +2167,9 @@ var A = { H._failedAsCheck(a, s) }, _failedAsCheck(a, b) { - throw H.wrap_expression(H.u_(H.ob(a, H.instanceOrFunctionType(a, b), H.aH(b, null)))) + throw H.wrap_expression(H.u_(H._Error_compose(a, H.instanceOrFunctionType(a, b), H.aH(b, null)))) }, - ob(a, b, c) { + _Error_compose(a, b, c) { var s = P.jh(a), r = H.aH(b == null ? H.instanceType(a) : b, null) return s + ": type '" + H.as_string(r) + "' is not a subtype of type '" + H.as_string(c) + "'" @@ -2178,7 +2178,7 @@ var A = { return new H.eI("TypeError: " + a) }, aC(a, b) { - return new H.eI("TypeError: " + H.ob(a, null, b)) + return new H.eI("TypeError: " + H._Error_compose(a, null, b)) }, uq(a) { return a != null