| OLD | NEW |
| 1 var _isolate_helper; | 1 var _isolate_helper; |
| 2 (function(exports) { | 2 (function(exports) { |
| 3 'use strict'; | 3 'use strict'; |
| 4 // Function _callInIsolate: (_IsolateContext, Function) → dynamic | 4 // Function _callInIsolate: (_IsolateContext, Function) → dynamic |
| 5 function _callInIsolate(isolate, function) { | 5 function _callInIsolate(isolate, function) { |
| 6 let result = isolate.eval(function); | 6 let result = isolate.eval(function); |
| 7 exports._globalState.topEventLoop.run(); | 7 exports._globalState.topEventLoop.run(); |
| 8 return result; | 8 return result; |
| 9 } | 9 } |
| 10 // Function enterJsAsync: () → dynamic | 10 // Function enterJsAsync: () → dynamic |
| (...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1266 exports.globalWindow = globalWindow; | 1266 exports.globalWindow = globalWindow; |
| 1267 exports.globalWorker = globalWorker; | 1267 exports.globalWorker = globalWorker; |
| 1268 exports.globalPostMessageDefined = globalPostMessageDefined; | 1268 exports.globalPostMessageDefined = globalPostMessageDefined; |
| 1269 exports.IsolateNatives = IsolateNatives; | 1269 exports.IsolateNatives = IsolateNatives; |
| 1270 exports.RawReceivePortImpl = RawReceivePortImpl; | 1270 exports.RawReceivePortImpl = RawReceivePortImpl; |
| 1271 exports.ReceivePortImpl = ReceivePortImpl; | 1271 exports.ReceivePortImpl = ReceivePortImpl; |
| 1272 exports.TimerImpl = TimerImpl; | 1272 exports.TimerImpl = TimerImpl; |
| 1273 exports.hasTimer = hasTimer; | 1273 exports.hasTimer = hasTimer; |
| 1274 exports.CapabilityImpl = CapabilityImpl; | 1274 exports.CapabilityImpl = CapabilityImpl; |
| 1275 })(_isolate_helper || (_isolate_helper = {})); | 1275 })(_isolate_helper || (_isolate_helper = {})); |
| OLD | NEW |