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

Unified Diff: lib/runtime/dart_runtime.js

Issue 1186683005: dart:mirrors (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments 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
Index: lib/runtime/dart_runtime.js
diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js
index 914636ae8cd900771054820bbc86879cfea34510..7e23f52b7f931c498bebf1cc6baa34ed24c6a966 100644
--- a/lib/runtime/dart_runtime.js
+++ b/lib/runtime/dart_runtime.js
@@ -56,7 +56,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
])
// From dart_utils
- exportFrom(dart_utils, ['copyProperties']);
+ exportFrom(dart_utils, ['copyProperties', 'instantiate']);
// Renames
exports.defineLazyClass = _export(dart_utils.defineLazy);
exports.defineLazyProperties = _export(dart_utils.defineLazy);
@@ -73,6 +73,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
'dload',
'dput',
'dsend',
+ 'dsendArray',
'dsetindex',
'equals',
'hashCode',

Powered by Google App Engine
This is Rietveld 408576698