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

Side by Side Diff: lib/runtime/dart/_foreign_helper.js

Issue 1413683006: Move runtime js files down to lib/runtime/dart (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « lib/runtime/dart/_errors.js ('k') | lib/runtime/dart/_generators.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dart_library.library('dart/_foreign_helper', null, /* Imports */[ 1 dart_library.library('dart/_foreign_helper', null, /* Imports */[
2 "dart_runtime/dart", 2 "dart/_runtime",
3 'dart/core' 3 'dart/core'
4 ], /* Lazy imports */[ 4 ], /* Lazy imports */[
5 ], function(exports, dart, core) { 5 ], function(exports, dart, core) {
6 'use strict'; 6 'use strict';
7 let dartx = dart.dartx; 7 let dartx = dart.dartx;
8 function JS(typeDescription, codeTemplate, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) { 8 function JS(typeDescription, codeTemplate, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
9 if (arg0 === void 0) 9 if (arg0 === void 0)
10 arg0 = null; 10 arg0 = null;
11 if (arg1 === void 0) 11 if (arg1 === void 0)
12 arg1 = null; 12 arg1 = null;
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 exports.JS_FUNCTION_TYPE_REQUIRED_PARAMETERS_TAG = JS_FUNCTION_TYPE_REQUIRED_P ARAMETERS_TAG; 145 exports.JS_FUNCTION_TYPE_REQUIRED_PARAMETERS_TAG = JS_FUNCTION_TYPE_REQUIRED_P ARAMETERS_TAG;
146 exports.JS_FUNCTION_TYPE_OPTIONAL_PARAMETERS_TAG = JS_FUNCTION_TYPE_OPTIONAL_P ARAMETERS_TAG; 146 exports.JS_FUNCTION_TYPE_OPTIONAL_PARAMETERS_TAG = JS_FUNCTION_TYPE_OPTIONAL_P ARAMETERS_TAG;
147 exports.JS_FUNCTION_TYPE_NAMED_PARAMETERS_TAG = JS_FUNCTION_TYPE_NAMED_PARAMET ERS_TAG; 147 exports.JS_FUNCTION_TYPE_NAMED_PARAMETERS_TAG = JS_FUNCTION_TYPE_NAMED_PARAMET ERS_TAG;
148 exports.JS_GET_NAME = JS_GET_NAME; 148 exports.JS_GET_NAME = JS_GET_NAME;
149 exports.JS_EMBEDDED_GLOBAL = JS_EMBEDDED_GLOBAL; 149 exports.JS_EMBEDDED_GLOBAL = JS_EMBEDDED_GLOBAL;
150 exports.JS_GET_FLAG = JS_GET_FLAG; 150 exports.JS_GET_FLAG = JS_GET_FLAG;
151 exports.JS_EFFECT = JS_EFFECT; 151 exports.JS_EFFECT = JS_EFFECT;
152 exports.JS_CONST = JS_CONST; 152 exports.JS_CONST = JS_CONST;
153 exports.JS_STRING_CONCAT = JS_STRING_CONCAT; 153 exports.JS_STRING_CONCAT = JS_STRING_CONCAT;
154 }); 154 });
OLDNEW
« no previous file with comments | « lib/runtime/dart/_errors.js ('k') | lib/runtime/dart/_generators.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698