Skip to content

Commit 3fe5e24

Browse files
committed
1 parent 7e9a2ee commit 3fe5e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Backend/GlobOpt.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ class JsArrayKills
370370
(valueType.IsArrayOrObjectWithArray() &&
371371
(
372372
(killsArraysWithNoMissingValues && valueType.HasNoMissingValues()) ||
373+
(killsObjectArraysWithNoMissingValues && !valueType.IsArray() && valueType.HasNoMissingValues()) ||
373374
(killsNativeArrays && !valueType.HasVarElements())
374375
)
375376
);

0 commit comments

Comments
 (0)