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

Unified Diff: lib/runtime/dart/_interceptors.js

Issue 1767803002: a few small refactorings to closure workarounds (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | lib/runtime/dart/_native_typed_data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_interceptors.js
diff --git a/lib/runtime/dart/_interceptors.js b/lib/runtime/dart/_interceptors.js
index bed09a30fbdb678e2c24801f60ebe4b7014ff50f..edbfdf9862473de2ec1ebd65e0ca163b3c918f73 100644
--- a/lib/runtime/dart/_interceptors.js
+++ b/lib/runtime/dart/_interceptors.js
@@ -453,6 +453,11 @@ dart_library.library('dart/_interceptors', null, /* Imports */[
return JSExtendableArray;
});
let JSExtendableArray = JSExtendableArray$();
+ const _isInt32 = Symbol('_isInt32');
+ const _tdivSlow = Symbol('_tdivSlow');
+ const _shlPositive = Symbol('_shlPositive');
+ const _shrOtherPositive = Symbol('_shrOtherPositive');
+ const _shrBothPositive = Symbol('_shrBothPositive');
class Interceptor extends core.Object {
Interceptor() {
}
@@ -460,11 +465,6 @@ dart_library.library('dart/_interceptors', null, /* Imports */[
dart.setSignature(Interceptor, {
constructors: () => ({Interceptor: [Interceptor, []]})
});
- const _isInt32 = Symbol('_isInt32');
- const _tdivSlow = Symbol('_tdivSlow');
- const _shlPositive = Symbol('_shlPositive');
- const _shrOtherPositive = Symbol('_shrOtherPositive');
- const _shrBothPositive = Symbol('_shrBothPositive');
dart.defineExtensionNames([
'compareTo',
'isNegative',
« no previous file with comments | « no previous file | lib/runtime/dart/_native_typed_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698