| Index: pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend_helpers.dart b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| index f85e9d08152583fe2364b1fbe8677dbb3e7cda94..165307fda23b0af2eb750072e4ba9d51b66d3faa 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| @@ -44,6 +44,11 @@ class BackendHelpers {
|
| static const String INVOKE_ON = '_getCachedInvocation';
|
| static const String START_ROOT_ISOLATE = 'startRootIsolate';
|
|
|
| + static const String JS = 'JS';
|
| + static const String JS_BUILTIN = 'JS_BUILTIN';
|
| + static const String JS_EMBEDDED_GLOBAL = 'JS_EMBEDDED_GLOBAL';
|
| + static const String JS_INTERCEPTOR_CONSTANT = 'JS_INTERCEPTOR_CONSTANT';
|
| +
|
| final Compiler compiler;
|
|
|
| Element cachedCheckConcurrentModificationError;
|
|
|