Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1106)

Unified Diff: pkg/compiler/lib/src/js_backend/codegen/glue.dart

Issue 1366673003: dart2js: fix for https://github.com/dart-lang/sdk/issues/24412 (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: delete whitespace Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/js_backend/codegen/glue.dart
diff --git a/pkg/compiler/lib/src/js_backend/codegen/glue.dart b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
index 37dd0ae333038226b49027cb39d9ab9ec0e54bbc..a1d423323e7a1667a6333fd06ef645d15587cd47 100644
--- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
+++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
@@ -261,6 +261,11 @@ class Glue {
ClassElement get jsExtendableArrayClass => _backend.jsExtendableArrayClass;
ClassElement get jsMutableArrayClass => _backend.jsMutableArrayClass;
+ ClassElement get jsPlainJavaScriptObjectClass =>
+ _backend.jsPlainJavaScriptObjectClass;
+ ClassElement get jsUnknownJavaScriptObjectClass =>
+ _backend.jsUnknownJavaScriptObjectClass;
+
bool isStringClass(ClassElement classElement) =>
classElement == _backend.jsStringClass ||
classElement == _compiler.stringClass;
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/codegen.dart ('k') | sdk/lib/_internal/js_runtime/lib/js_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698