Skip to content

Commit 621f98c

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
[environment] Fix Math.sumPrecise argument type
Change-Id: I7351c40670430f5b21ecff521eb5d419dc3ce2ac Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9051356 Reviewed-by: Dominik Klemba <tacet@google.com> Auto-Submit: Matthias Liedtke <mliedtke@google.com> Commit-Queue: Dominik Klemba <tacet@google.com>
1 parent fe372e7 commit 621f98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Fuzzilli/Environment/JavaScriptEnvironment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@ public extension ObjectGroup {
21102110
"sin" : [.jsAnything] => .number,
21112111
"sinh" : [.jsAnything] => .number,
21122112
"sqrt" : [.jsAnything] => .number,
2113-
"sumPrecise" : [.jsAnything] => .number,
2113+
"sumPrecise" : [.iterable] => .number,
21142114
"tan" : [.jsAnything] => .number,
21152115
"tanh" : [.jsAnything] => .number,
21162116
"trunc" : [.jsAnything] => .number,

0 commit comments

Comments
 (0)