mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/dart a977273262..f29e100f42 (8 commits)
f29e100f42 [dart/fuzzer] Generate DartFuzz API tables automatically f0027dfea3 [CFE] JS number semantics for constant subtype checks. 018fd36557 [CFE] Handle spread and if in const map literals. b5be157e09 [CFE] Handle spread and if in const set literals. 0b57b67ecb [CFE] Move const set desugaring to constant evaluator. 102b1fa39e [CFE] Handle spread and if in const list literals. 8611cbf7df [CFE] Add constant update flag to collection tests. 665d2d0003 [CFE] Leave const collections to the constant evaluator.
This commit is contained in:
parent
82765aa77d
commit
b53e436f91
2
DEPS
2
DEPS
@ -31,7 +31,7 @@ vars = {
|
||||
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
|
||||
# You can use //tools/dart/create_updated_flutter_deps.py to produce
|
||||
# updated revision list of existing dependencies.
|
||||
'dart_revision': 'a977273262343d8fa2f8c5ae268be391f6087e30',
|
||||
'dart_revision': 'f29e100f42f49cae1cb535d807955fc1503b0d80',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 7fd62bb67d412c7e900c9f47816f1440
|
||||
Signature: 94e50e38cee32854b41f95fc588edc59
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -5137,6 +5137,8 @@ FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library.cc
|
||||
FILE: ../../../third_party/dart/runtime/lib/ffi_dynamic_library_patch.dart
|
||||
FILE: ../../../third_party/dart/runtime/lib/ffi_native_type_patch.dart
|
||||
FILE: ../../../third_party/dart/runtime/lib/ffi_patch.dart
|
||||
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/dartfuzz_api_table.dart
|
||||
FILE: ../../../third_party/dart/runtime/tools/dartfuzz/gen_api_table.dart
|
||||
FILE: ../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.html
|
||||
FILE: ../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.js
|
||||
FILE: ../../../third_party/dart/runtime/vm/catch_entry_moves_test.cc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user