dart-sdk/runtime
Clement Skau 67f097a161 [tools] Update all iteritems -> items
This migrates old python2 dict.iteritems() to python3 dict.items().
iteritems was removed in python3 meaning these script will otherwise not
run.
Note that this remains backwards compatible since dict.items() also
existed in python2, though the implementation was more memory intensive
for large dicts (which these likely aren't).

This is similar to https://dart-review.googlesource.com/c/sdk/+/200184

Change-Id: I4fe5c90d21de97d0ecceb27fa6efa7d7deb14098
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200864
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Clement Skau <cskau@google.com>
2021-05-20 11:36:52 +00:00
..
bin [dart:io] - Fix incorrect setting of socket options for UNIX-DOMAIN sockets 2021-05-14 01:53:48 +00:00
docs fix(docs): corrects common typos in project documentation 2021-05-18 15:48:18 +00:00
include Rereland "[vm/ffi] Disallow Pointers and structs in finalizers and expandos" 2021-04-14 12:07:18 +00:00
lib Reland "[VM/runtime] Refactor the representation of type parameters in the VM." 2021-05-05 23:43:14 +00:00
observatory [vm/debugger] Adds pragma support for func. decl. 2021-05-18 06:12:03 +00:00
observatory_2 [vm/debugger] Adds pragma support for func. decl. 2021-05-18 06:12:03 +00:00
platform [vm/compiler] Cache entry point in closure in bare instructions mode. 2021-05-20 09:05:40 +00:00
tests Make v8_snapshot_profile_writer_test slightly more lenient 2021-05-19 22:42:42 +00:00
third_party [tools] Update all iteritems -> items 2021-05-20 11:36:52 +00:00
tools Fix most lints in generated code, ignore some. 2021-05-14 19:48:48 +00:00
vm [vm/compiler] Make deopt env mandatory for FGC metadata emitting methods. 2021-05-20 11:20:52 +00:00
.clang-tidy
.gitignore
BUILD.gn [vm] Build configs for compressed pointers 2021-01-28 23:15:15 +00:00
codereview.settings
configs.gni
CPPLINT.cfg
PRESUBMIT.py
runtime_args.gni [wasm] Remove deprecated dart_enable_wasm flag. 2021-04-01 22:45:07 +00:00