You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (@hasDecl(Struct, "mark_as_undetectable") andStruct.mark_as_undetectable) {
1443
+
if (!has_js_call_as_function) {
1444
+
@compileError(@typeName(Struct) ++": mark_as_undetectable required jsCallAsFunction to be defined. This is a hard-coded requirement in V8, because mark_as_undetectable only exists for HTMLAllCollection which is also callable.");
0 commit comments