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

Unified Diff: sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart

Issue 2707933002: Tests for `void`.
Patch Set: More tests. Created 3 years, 10 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: sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart b/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
index 54e7935bc249fb989ff16b90476ab5ce18bca55e..ef69480f3181eb670b255200c28dc84f0cebc32d 100644
--- a/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
+++ b/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart
@@ -343,6 +343,8 @@ enum JsGetName {
OBJECT_CLASS_TYPE_NAME,
/// String representation of the type of the function class.
FUNCTION_CLASS_TYPE_NAME,
+ /// String representation of `void`.
+ VOID_CLASS_TYPE_NAME,
}
enum JsBuiltin {

Powered by Google App Engine
This is Rietveld 408576698