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

Unified Diff: sdk/lib/_internal/compiler/js_lib/foreign_helper.dart

Issue 1158423005: Move IS_INDEXABLE_FIELD to JsGetName. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder.dart ('k') | sdk/lib/_internal/compiler/js_lib/js_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
diff --git a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
index cec0b8d80f2f5a30c9fb3e10f94fc8896bebd03a..7294cddec26a46b0fbc2d3717474e5cd6d25f44b 100644
--- a/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
+++ b/sdk/lib/_internal/compiler/js_lib/foreign_helper.dart
@@ -198,57 +198,10 @@ void JS_SET_CURRENT_ISOLATE(isolate) {}
JS_INTERCEPTOR_CONSTANT(Type type) {}
/**
- * Returns the prefix used for generated type argument substitutions on classes.
- */
-String JS_OPERATOR_AS_PREFIX() {}
-
-/**
- * Returns the field name used for determining if an object or its
- * interceptor has JavaScript indexing behavior.
- */
-String JS_IS_INDEXABLE_FIELD_NAME() {}
-
-/**
* Returns the object corresponding to Namer.CURRENT_ISOLATE.
*/
JS_CURRENT_ISOLATE() {}
-/// Returns the name used for generated function types on classes and methods.
-String JS_SIGNATURE_NAME() {}
-
-/// Returns the name used to tag typedefs.
-String JS_TYPEDEF_TAG() {}
-
-/**
- * Returns the name used to tag void return in function type representations
- * in JavaScript.
- */
-String JS_FUNCTION_TYPE_VOID_RETURN_TAG() {}
-
-/**
- * Returns the name used to tag return types in function type representations
- * in JavaScript.
- */
-String JS_FUNCTION_TYPE_RETURN_TYPE_TAG() {}
-
-/**
- * Returns the name used to tag required parameters in function type
- * representations in JavaScript.
- */
-String JS_FUNCTION_TYPE_REQUIRED_PARAMETERS_TAG() {}
-
-/**
- * Returns the name used to tag optional parameters in function type
- * representations in JavaScript.
- */
-String JS_FUNCTION_TYPE_OPTIONAL_PARAMETERS_TAG() {}
-
-/**
- * Returns the name used to tag named parameters in function type
- * representations in JavaScript.
- */
-String JS_FUNCTION_TYPE_NAMED_PARAMETERS_TAG() {}
-
/// Returns the JS name for [name] from the Namer.
String JS_GET_NAME(JsGetName name) {}
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder.dart ('k') | sdk/lib/_internal/compiler/js_lib/js_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698