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

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

Issue 1030063004: more care around generated names, fixes #60 #82 and #97 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/_interceptors.js » ('j') | lib/runtime/dart/_internal.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_foreign_helper.js
diff --git a/lib/runtime/dart/_foreign_helper.js b/lib/runtime/dart/_foreign_helper.js
index da5466e74464feacc7fa2688cbfee705cb2ac401..02764210101f2698501486fab3706cf24e127a9a 100644
--- a/lib/runtime/dart/_foreign_helper.js
+++ b/lib/runtime/dart/_foreign_helper.js
@@ -34,13 +34,13 @@ var _foreign_helper;
class IsolateContext extends core.Object {
}
// Function JS_CALL_IN_ISOLATE: (dynamic, Function) → dynamic
- function JS_CALL_IN_ISOLATE(isolate, function) {
+ function JS_CALL_IN_ISOLATE(isolate, func) {
}
// Function DART_CLOSURE_TO_JS: (Function) → dynamic
- function DART_CLOSURE_TO_JS(function) {
+ function DART_CLOSURE_TO_JS(func) {
}
// Function RAW_DART_FUNCTION_REF: (Function) → dynamic
- function RAW_DART_FUNCTION_REF(function) {
+ function RAW_DART_FUNCTION_REF(func) {
}
// Function JS_SET_CURRENT_ISOLATE: (dynamic) → void
function JS_SET_CURRENT_ISOLATE(isolate) {
« no previous file with comments | « no previous file | lib/runtime/dart/_interceptors.js » ('j') | lib/runtime/dart/_internal.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698