H.cT -> H.applyHooksTransformer

This commit is contained in:
shenjack 2024-04-04 23:38:25 +08:00
parent 736de331b5
commit 4e39819926
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -1579,9 +1579,10 @@ var A = {
$.ov = new H.lw(o) $.ov = new H.lw(o)
$.oL = new H.lx(n) $.oL = new H.lx(n)
}, },
cT(a, b) { // 笑死了, 我把所有调用删掉了(在之前的commit)
return a(b) || b // applyHooksTransformer(transformer, hooks) {
}, // return transformer(hooks) || hooks
// },
JSSyntaxRegExp_makeNative(source, multiline, case_sensitive, unicode, dot_all, global) { JSSyntaxRegExp_makeNative(source, multiline, case_sensitive, unicode, dot_all, global) {
var s = multiline ? "m" : "", var s = multiline ? "m" : "",
r = case_sensitive ? "" : "i", r = case_sensitive ? "" : "i",