Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 21b74fd

Browse files
creliercommit-bot@chromium.org
authored andcommitted
[dart2js] Update expectation file after BigInt fix in core lib.
Change-Id: I3a68b24357104b75f85a6a5c46852e2924437727 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103722 Reviewed-by: Régis Crelier <[email protected]> Commit-Queue: Régis Crelier <[email protected]> Auto-Submit: Régis Crelier <[email protected]>
1 parent 7356691 commit 21b74fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/compiler/dart2js/analyses/api_allowed.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"Dynamic invocation of '_js_helper::_execGlobal'.": 1,
2929
"Dynamic access of 'start'.": 1,
3030
"Dynamic access of 'end'.": 1,
31-
"Dynamic access of 'length'.": 3,
32-
"Dynamic invocation of '[]'.": 1,
3331
"Dynamic invocation of 'call'.": 13,
32+
"Dynamic access of 'length'.": 3,
3433
"Dynamic invocation of 'codeUnitAt'.": 2,
34+
"Dynamic invocation of '[]'.": 1,
3535
"Dynamic access of 'iterator'.": 2,
3636
"Dynamic invocation of 'replaceRange'.": 2
3737
},
@@ -184,7 +184,7 @@
184184
"org-dartlang-sdk:///sdk/lib/_internal/js_runtime/lib/core_patch.dart": {
185185
"Dynamic access of 'dart.core::_digits'.": 2,
186186
"Dynamic invocation of '<'.": 2,
187-
"Dynamic invocation of '[]'.": 19,
187+
"Dynamic invocation of '[]'.": 17,
188188
"Dynamic invocation of '+'.": 2,
189189
"Dynamic invocation of 'dart.core::_absSubSetSign'.": 3,
190190
"Dynamic invocation of 'dart.core::_absAndNotSetSign'.": 2,
@@ -244,4 +244,4 @@
244244
"Dynamic access of 'port'.": 1,
245245
"Dynamic invocation of 'dart._http::_toJSON'.": 1
246246
}
247-
}
247+
}

0 commit comments

Comments
 (0)