| OLD | NEW |
| 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 // Generated from namespace: functions | 5 // Generated from namespace: functions |
| 6 | 6 |
| 7 part of chrome; | 7 part of chrome; |
| 8 | 8 |
| 9 /** | 9 /** |
| 10 * Types | 10 * Types |
| 11 */ | 11 */ |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 } | 84 } |
| 85 JS('void', '#.dictCallbackFunc(#)', this._jsObject, convertDartClosureToJS(_
_proxy_callback, 1)); | 85 JS('void', '#.dictCallbackFunc(#)', this._jsObject, convertDartClosureToJS(_
_proxy_callback, 1)); |
| 86 } | 86 } |
| 87 | 87 |
| 88 /// Function returning a dictionary. | 88 /// Function returning a dictionary. |
| 89 FunctionsDictType dictRetFunc() => new FunctionsDictType._proxy(JS('', '#.dict
RetFunc()', this._jsObject)); | 89 FunctionsDictType dictRetFunc() => new FunctionsDictType._proxy(JS('', '#.dict
RetFunc()', this._jsObject)); |
| 90 | 90 |
| 91 API_functions(this._jsObject) { | 91 API_functions(this._jsObject) { |
| 92 } | 92 } |
| 93 } | 93 } |
| OLD | NEW |