Sign in
fuchsia
/
third_party
/
dart-pkg
/
main
/
.
/
petitparser
/
lib
/
src
/
shared
/
annotations.dart
blob: 23cee95f7dffb8652315a39b17e055d2372c0010 [
file
] [
log
] [
blame
]
const
inlineVm
=
pragma
(
'vm:prefer-inline'
);
const
inlineJs
=
pragma
(
'dart2js:tryInline'
);