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

Unified Diff: lib/runtime/dart_runtime.js

Issue 1291623005: Skip type checks on native JavaScriptObjects (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Skip type checks on JSOs Created 5 years, 4 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 | « lib/runtime/_types.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart_runtime.js
diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js
index fd0d1a27f92e73285d327dd9adbffda8762aa21a..255ff212b37ed857f6c083839aeb6fd822bfcced 100644
--- a/lib/runtime/dart_runtime.js
+++ b/lib/runtime/dart_runtime.js
@@ -103,6 +103,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[
'definiteFunctionType',
'dynamic',
'functionType',
+ 'jsobject',
'typedef',
'typeName',
'void',
« no previous file with comments | « lib/runtime/_types.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698