Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
node_modules
/
core-js-pure
/
proposals
/
object-iteration.js
blob: ebfaabaa20817f18ba831377755c8517b140ce3f [
file
]
// TODO: remove from `core-js@4` as withdrawn
require
(
'../modules/esnext.object.iterate-entries'
);
require
(
'../modules/esnext.object.iterate-keys'
);
require
(
'../modules/esnext.object.iterate-values'
);