| OLD | NEW |
| 1 #library('html'); | 1 #library('html'); |
| 2 | 2 |
| 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
| 5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
| 6 | 6 |
| 7 // DO NOT EDIT | 7 // DO NOT EDIT |
| 8 // Auto-generated dart:html library. | 8 // Auto-generated dart:html library. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 22101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 22112 // BSD-style license that can be found in the LICENSE file. | 22112 // BSD-style license that can be found in the LICENSE file. |
| 22113 | 22113 |
| 22114 // WARNING: Do not edit - generated code. | 22114 // WARNING: Do not edit - generated code. |
| 22115 | 22115 |
| 22116 interface Float32Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { | 22116 interface Float32Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { |
| 22117 | 22117 |
| 22118 Float32Array(int length); | 22118 Float32Array(int length); |
| 22119 | 22119 |
| 22120 Float32Array.fromList(List<num> list); | 22120 Float32Array.fromList(List<num> list); |
| 22121 | 22121 |
| 22122 Float32Array.fromBuffer(ArrayBuffer buffer); | 22122 Float32Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 22123 | 22123 |
| 22124 static final int BYTES_PER_ELEMENT = 4; | 22124 static final int BYTES_PER_ELEMENT = 4; |
| 22125 | 22125 |
| 22126 final int length; | 22126 final int length; |
| 22127 | 22127 |
| 22128 void setElements(Object array, [int offset]); | 22128 void setElements(Object array, [int offset]); |
| 22129 | 22129 |
| 22130 Float32Array subarray(int start, [int end]); | 22130 Float32Array subarray(int start, [int end]); |
| 22131 } | 22131 } |
| 22132 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 22132 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 22133 // for details. All rights reserved. Use of this source code is governed by a | 22133 // for details. All rights reserved. Use of this source code is governed by a |
| 22134 // BSD-style license that can be found in the LICENSE file. | 22134 // BSD-style license that can be found in the LICENSE file. |
| 22135 | 22135 |
| 22136 // WARNING: Do not edit - generated code. | 22136 // WARNING: Do not edit - generated code. |
| 22137 | 22137 |
| 22138 interface Float64Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { | 22138 interface Float64Array extends ArrayBufferView, List<num> default _TypedArrayFac
toryProvider { |
| 22139 | 22139 |
| 22140 Float64Array(int length); | 22140 Float64Array(int length); |
| 22141 | 22141 |
| 22142 Float64Array.fromList(List<num> list); | 22142 Float64Array.fromList(List<num> list); |
| 22143 | 22143 |
| 22144 Float64Array.fromBuffer(ArrayBuffer buffer); | 22144 Float64Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 22145 | 22145 |
| 22146 static final int BYTES_PER_ELEMENT = 8; | 22146 static final int BYTES_PER_ELEMENT = 8; |
| 22147 | 22147 |
| 22148 final int length; | 22148 final int length; |
| 22149 | 22149 |
| 22150 void setElements(Object array, [int offset]); | 22150 void setElements(Object array, [int offset]); |
| 22151 | 22151 |
| 22152 Float64Array subarray(int start, [int end]); | 22152 Float64Array subarray(int start, [int end]); |
| 22153 } | 22153 } |
| 22154 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 22154 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 23017 // BSD-style license that can be found in the LICENSE file. | 23017 // BSD-style license that can be found in the LICENSE file. |
| 23018 | 23018 |
| 23019 // WARNING: Do not edit - generated code. | 23019 // WARNING: Do not edit - generated code. |
| 23020 | 23020 |
| 23021 interface Int16Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { | 23021 interface Int16Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { |
| 23022 | 23022 |
| 23023 Int16Array(int length); | 23023 Int16Array(int length); |
| 23024 | 23024 |
| 23025 Int16Array.fromList(List<int> list); | 23025 Int16Array.fromList(List<int> list); |
| 23026 | 23026 |
| 23027 Int16Array.fromBuffer(ArrayBuffer buffer); | 23027 Int16Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 23028 | 23028 |
| 23029 static final int BYTES_PER_ELEMENT = 2; | 23029 static final int BYTES_PER_ELEMENT = 2; |
| 23030 | 23030 |
| 23031 final int length; | 23031 final int length; |
| 23032 | 23032 |
| 23033 void setElements(Object array, [int offset]); | 23033 void setElements(Object array, [int offset]); |
| 23034 | 23034 |
| 23035 Int16Array subarray(int start, [int end]); | 23035 Int16Array subarray(int start, [int end]); |
| 23036 } | 23036 } |
| 23037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23037 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23038 // for details. All rights reserved. Use of this source code is governed by a | 23038 // for details. All rights reserved. Use of this source code is governed by a |
| 23039 // BSD-style license that can be found in the LICENSE file. | 23039 // BSD-style license that can be found in the LICENSE file. |
| 23040 | 23040 |
| 23041 // WARNING: Do not edit - generated code. | 23041 // WARNING: Do not edit - generated code. |
| 23042 | 23042 |
| 23043 interface Int32Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { | 23043 interface Int32Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { |
| 23044 | 23044 |
| 23045 Int32Array(int length); | 23045 Int32Array(int length); |
| 23046 | 23046 |
| 23047 Int32Array.fromList(List<int> list); | 23047 Int32Array.fromList(List<int> list); |
| 23048 | 23048 |
| 23049 Int32Array.fromBuffer(ArrayBuffer buffer); | 23049 Int32Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 23050 | 23050 |
| 23051 static final int BYTES_PER_ELEMENT = 4; | 23051 static final int BYTES_PER_ELEMENT = 4; |
| 23052 | 23052 |
| 23053 final int length; | 23053 final int length; |
| 23054 | 23054 |
| 23055 void setElements(Object array, [int offset]); | 23055 void setElements(Object array, [int offset]); |
| 23056 | 23056 |
| 23057 Int32Array subarray(int start, [int end]); | 23057 Int32Array subarray(int start, [int end]); |
| 23058 } | 23058 } |
| 23059 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23059 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 23060 // for details. All rights reserved. Use of this source code is governed by a | 23060 // for details. All rights reserved. Use of this source code is governed by a |
| 23061 // BSD-style license that can be found in the LICENSE file. | 23061 // BSD-style license that can be found in the LICENSE file. |
| 23062 | 23062 |
| 23063 // WARNING: Do not edit - generated code. | 23063 // WARNING: Do not edit - generated code. |
| 23064 | 23064 |
| 23065 interface Int8Array extends ArrayBufferView, List<int> default _TypedArrayFactor
yProvider { | 23065 interface Int8Array extends ArrayBufferView, List<int> default _TypedArrayFactor
yProvider { |
| 23066 | 23066 |
| 23067 Int8Array(int length); | 23067 Int8Array(int length); |
| 23068 | 23068 |
| 23069 Int8Array.fromList(List<int> list); | 23069 Int8Array.fromList(List<int> list); |
| 23070 | 23070 |
| 23071 Int8Array.fromBuffer(ArrayBuffer buffer); | 23071 Int8Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 23072 | 23072 |
| 23073 static final int BYTES_PER_ELEMENT = 1; | 23073 static final int BYTES_PER_ELEMENT = 1; |
| 23074 | 23074 |
| 23075 final int length; | 23075 final int length; |
| 23076 | 23076 |
| 23077 void setElements(Object array, [int offset]); | 23077 void setElements(Object array, [int offset]); |
| 23078 | 23078 |
| 23079 Int8Array subarray(int start, [int end]); | 23079 Int8Array subarray(int start, [int end]); |
| 23080 } | 23080 } |
| 23081 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 23081 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| (...skipping 5843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 28925 // BSD-style license that can be found in the LICENSE file. | 28925 // BSD-style license that can be found in the LICENSE file. |
| 28926 | 28926 |
| 28927 // WARNING: Do not edit - generated code. | 28927 // WARNING: Do not edit - generated code. |
| 28928 | 28928 |
| 28929 interface Uint16Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { | 28929 interface Uint16Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { |
| 28930 | 28930 |
| 28931 Uint16Array(int length); | 28931 Uint16Array(int length); |
| 28932 | 28932 |
| 28933 Uint16Array.fromList(List<int> list); | 28933 Uint16Array.fromList(List<int> list); |
| 28934 | 28934 |
| 28935 Uint16Array.fromBuffer(ArrayBuffer buffer); | 28935 Uint16Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 28936 | 28936 |
| 28937 static final int BYTES_PER_ELEMENT = 2; | 28937 static final int BYTES_PER_ELEMENT = 2; |
| 28938 | 28938 |
| 28939 final int length; | 28939 final int length; |
| 28940 | 28940 |
| 28941 void setElements(Object array, [int offset]); | 28941 void setElements(Object array, [int offset]); |
| 28942 | 28942 |
| 28943 Uint16Array subarray(int start, [int end]); | 28943 Uint16Array subarray(int start, [int end]); |
| 28944 } | 28944 } |
| 28945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 28945 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 28946 // for details. All rights reserved. Use of this source code is governed by a | 28946 // for details. All rights reserved. Use of this source code is governed by a |
| 28947 // BSD-style license that can be found in the LICENSE file. | 28947 // BSD-style license that can be found in the LICENSE file. |
| 28948 | 28948 |
| 28949 // WARNING: Do not edit - generated code. | 28949 // WARNING: Do not edit - generated code. |
| 28950 | 28950 |
| 28951 interface Uint32Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { | 28951 interface Uint32Array extends ArrayBufferView, List<int> default _TypedArrayFact
oryProvider { |
| 28952 | 28952 |
| 28953 Uint32Array(int length); | 28953 Uint32Array(int length); |
| 28954 | 28954 |
| 28955 Uint32Array.fromList(List<int> list); | 28955 Uint32Array.fromList(List<int> list); |
| 28956 | 28956 |
| 28957 Uint32Array.fromBuffer(ArrayBuffer buffer); | 28957 Uint32Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 28958 | 28958 |
| 28959 static final int BYTES_PER_ELEMENT = 4; | 28959 static final int BYTES_PER_ELEMENT = 4; |
| 28960 | 28960 |
| 28961 final int length; | 28961 final int length; |
| 28962 | 28962 |
| 28963 void setElements(Object array, [int offset]); | 28963 void setElements(Object array, [int offset]); |
| 28964 | 28964 |
| 28965 Uint32Array subarray(int start, [int end]); | 28965 Uint32Array subarray(int start, [int end]); |
| 28966 } | 28966 } |
| 28967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 28967 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 28968 // for details. All rights reserved. Use of this source code is governed by a | 28968 // for details. All rights reserved. Use of this source code is governed by a |
| 28969 // BSD-style license that can be found in the LICENSE file. | 28969 // BSD-style license that can be found in the LICENSE file. |
| 28970 | 28970 |
| 28971 // WARNING: Do not edit - generated code. | 28971 // WARNING: Do not edit - generated code. |
| 28972 | 28972 |
| 28973 interface Uint8Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { | 28973 interface Uint8Array extends ArrayBufferView, List<int> default _TypedArrayFacto
ryProvider { |
| 28974 | 28974 |
| 28975 Uint8Array(int length); | 28975 Uint8Array(int length); |
| 28976 | 28976 |
| 28977 Uint8Array.fromList(List<int> list); | 28977 Uint8Array.fromList(List<int> list); |
| 28978 | 28978 |
| 28979 Uint8Array.fromBuffer(ArrayBuffer buffer); | 28979 Uint8Array.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length]); |
| 28980 | 28980 |
| 28981 static final int BYTES_PER_ELEMENT = 1; | 28981 static final int BYTES_PER_ELEMENT = 1; |
| 28982 | 28982 |
| 28983 final int length; | 28983 final int length; |
| 28984 | 28984 |
| 28985 void setElements(Object array, [int offset]); | 28985 void setElements(Object array, [int offset]); |
| 28986 | 28986 |
| 28987 Uint8Array subarray(int start, [int end]); | 28987 Uint8Array subarray(int start, [int end]); |
| 28988 } | 28988 } |
| 28989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 28989 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 28990 // for details. All rights reserved. Use of this source code is governed by a | 28990 // for details. All rights reserved. Use of this source code is governed by a |
| 28991 // BSD-style license that can be found in the LICENSE file. | 28991 // BSD-style license that can be found in the LICENSE file. |
| 28992 | 28992 |
| 28993 // WARNING: Do not edit - generated code. | 28993 // WARNING: Do not edit - generated code. |
| 28994 | 28994 |
| 28995 interface Uint8ClampedArray extends Uint8Array default _TypedArrayFactoryProvide
r { | 28995 interface Uint8ClampedArray extends Uint8Array default _TypedArrayFactoryProvide
r { |
| 28996 | 28996 |
| 28997 Uint8ClampedArray(int length); | 28997 Uint8ClampedArray(int length); |
| 28998 | 28998 |
| 28999 Uint8ClampedArray.fromList(List<int> list); | 28999 Uint8ClampedArray.fromList(List<int> list); |
| 29000 | 29000 |
| 29001 Uint8ClampedArray.fromBuffer(ArrayBuffer buffer); | 29001 Uint8ClampedArray.fromBuffer(ArrayBuffer buffer, [int byteOffset, int length])
; |
| 29002 | 29002 |
| 29003 final int length; | 29003 final int length; |
| 29004 | 29004 |
| 29005 void setElements(Object array, [int offset]); | 29005 void setElements(Object array, [int offset]); |
| 29006 | 29006 |
| 29007 Uint8ClampedArray subarray(int start, [int end]); | 29007 Uint8ClampedArray subarray(int start, [int end]); |
| 29008 } | 29008 } |
| 29009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 29009 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 29010 // for details. All rights reserved. Use of this source code is governed by a | 29010 // for details. All rights reserved. Use of this source code is governed by a |
| 29011 // BSD-style license that can be found in the LICENSE file. | 29011 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 2881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 31893 // BSD-style license that can be found in the LICENSE file. | 31893 // BSD-style license that can be found in the LICENSE file. |
| 31894 | 31894 |
| 31895 class _AudioContextFactoryProvider { | 31895 class _AudioContextFactoryProvider { |
| 31896 | 31896 |
| 31897 factory AudioContext() native ''' | 31897 factory AudioContext() native ''' |
| 31898 var constructor = window.AudioContext || window.webkitAudioContext; | 31898 var constructor = window.AudioContext || window.webkitAudioContext; |
| 31899 return new constructor(); | 31899 return new constructor(); |
| 31900 '''; | 31900 '''; |
| 31901 } | 31901 } |
| 31902 | 31902 |
| 31903 class _PointFactoryProvider { |
| 31904 |
| 31905 factory Point(num x, num y) native 'return new WebKitPoint(x, y);'; |
| 31906 } |
| 31907 |
| 31908 class _WebSocketFactoryProvider { |
| 31909 |
| 31910 factory WebSocket(String url) native '''return new WebSocket(url);'''; |
| 31911 } |
| 31912 |
| 31913 class _TextFactoryProvider { |
| 31914 factory Text(String data) native "return document.createTextNode(data);"; |
| 31915 } |
| 31916 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 31917 // for details. All rights reserved. Use of this source code is governed by a |
| 31918 // BSD-style license that can be found in the LICENSE file. |
| 31919 |
| 31903 class _TypedArrayFactoryProvider { | 31920 class _TypedArrayFactoryProvider { |
| 31904 | 31921 |
| 31905 factory Float32Array(int length) => _F32(length); | 31922 factory Float32Array(int length) => _F32(length); |
| 31906 factory Float32Array.fromList(List<num> list) => _F32(ensureNative(list)); | 31923 factory Float32Array.fromList(List<num> list) => _F32(ensureNative(list)); |
| 31907 factory Float32Array.fromBuffer(ArrayBuffer buffer) => _F32(buffer); | 31924 factory Float32Array.fromBuffer(ArrayBuffer buffer, |
| 31925 [int byteOffset = 0, int length]) { |
| 31926 if (length == null) return _F32_2(buffer, byteOffset); |
| 31927 return _F32_3(buffer, byteOffset, length); |
| 31928 } |
| 31908 | 31929 |
| 31909 factory Float64Array(int length) => _F64(length); | 31930 factory Float64Array(int length) => _F64(length); |
| 31910 factory Float64Array.fromList(List<num> list) => _F64(ensureNative(list)); | 31931 factory Float64Array.fromList(List<num> list) => _F64(ensureNative(list)); |
| 31911 factory Float64Array.fromBuffer(ArrayBuffer buffer) => _F64(buffer); | 31932 factory Float64Array.fromBuffer(ArrayBuffer buffer, |
| 31933 [int byteOffset = 0, int length]) { |
| 31934 if (length == null) return _F64_2(buffer, byteOffset); |
| 31935 return _F64_3(buffer, byteOffset, length); |
| 31936 } |
| 31912 | 31937 |
| 31913 factory Int8Array(int length) => _I8(length); | 31938 factory Int8Array(int length) => _I8(length); |
| 31914 factory Int8Array.fromList(List<num> list) => _I8(ensureNative(list)); | 31939 factory Int8Array.fromList(List<num> list) => _I8(ensureNative(list)); |
| 31915 factory Int8Array.fromBuffer(ArrayBuffer buffer) => _I8(buffer); | 31940 factory Int8Array.fromBuffer(ArrayBuffer buffer, |
| 31941 [int byteOffset = 0, int length]) { |
| 31942 if (length == null) return _I8_2(buffer, byteOffset); |
| 31943 return _I8_3(buffer, byteOffset, length); |
| 31944 } |
| 31916 | 31945 |
| 31917 factory Int16Array(int length) => _I16(length); | 31946 factory Int16Array(int length) => _I16(length); |
| 31918 factory Int16Array.fromList(List<num> list) => _I16(ensureNative(list)); | 31947 factory Int16Array.fromList(List<num> list) => _I16(ensureNative(list)); |
| 31919 factory Int16Array.fromBuffer(ArrayBuffer buffer) => _I16(buffer); | 31948 factory Int16Array.fromBuffer(ArrayBuffer buffer, |
| 31949 [int byteOffset = 0, int length]) { |
| 31950 if (length == null) return _I16_2(buffer, byteOffset); |
| 31951 return _I16_3(buffer, byteOffset, length); |
| 31952 } |
| 31920 | 31953 |
| 31921 factory Int32Array(int length) => _I32(length); | 31954 factory Int32Array(int length) => _I32(length); |
| 31922 factory Int32Array.fromList(List<num> list) => _I32(ensureNative(list)); | 31955 factory Int32Array.fromList(List<num> list) => _I32(ensureNative(list)); |
| 31923 factory Int32Array.fromBuffer(ArrayBuffer buffer) => _I32(buffer); | 31956 factory Int32Array.fromBuffer(ArrayBuffer buffer, |
| 31957 [int byteOffset = 0, int length]) { |
| 31958 if (length == null) return _I32_2(buffer, byteOffset); |
| 31959 return _I32_3(buffer, byteOffset, length); |
| 31960 } |
| 31924 | 31961 |
| 31925 factory Uint8Array(int length) => _U8(length); | 31962 factory Uint8Array(int length) => _U8(length); |
| 31926 factory Uint8Array.fromList(List<num> list) => _U8(ensureNative(list)); | 31963 factory Uint8Array.fromList(List<num> list) => _U8(ensureNative(list)); |
| 31927 factory Uint8Array.fromBuffer(ArrayBuffer buffer) => _U8(buffer); | 31964 factory Uint8Array.fromBuffer(ArrayBuffer buffer, |
| 31965 [int byteOffset = 0, int length]) { |
| 31966 if (length == null) return _U8_2(buffer, byteOffset); |
| 31967 return _U8_3(buffer, byteOffset, length); |
| 31968 } |
| 31928 | 31969 |
| 31929 factory Uint16Array(int length) => _U16(length); | 31970 factory Uint16Array(int length) => _U16(length); |
| 31930 factory Uint16Array.fromList(List<num> list) => _U16(ensureNative(list)); | 31971 factory Uint16Array.fromList(List<num> list) => _U16(ensureNative(list)); |
| 31931 factory Uint16Array.fromBuffer(ArrayBuffer buffer) => _U16(buffer); | 31972 factory Uint16Array.fromBuffer(ArrayBuffer buffer, |
| 31973 [int byteOffset = 0, int length]) { |
| 31974 if (length == null) return _U16_2(buffer, byteOffset); |
| 31975 return _U16_3(buffer, byteOffset, length); |
| 31976 } |
| 31932 | 31977 |
| 31933 factory Uint32Array(int length) => _U32(length); | 31978 factory Uint32Array(int length) => _U32(length); |
| 31934 factory Uint32Array.fromList(List<num> list) => _U32(ensureNative(list)); | 31979 factory Uint32Array.fromList(List<num> list) => _U32(ensureNative(list)); |
| 31935 factory Uint32Array.fromBuffer(ArrayBuffer buffer) => _U32(buffer); | 31980 factory Uint32Array.fromBuffer(ArrayBuffer buffer, |
| 31981 [int byteOffset = 0, int length]) { |
| 31982 if (length == null) return _U32_2(buffer, byteOffset); |
| 31983 return _U32_3(buffer, byteOffset, length); |
| 31984 } |
| 31936 | 31985 |
| 31937 factory Uint8ClampedArray(int length) => _U8C(length); | 31986 factory Uint8ClampedArray(int length) => _U8C(length); |
| 31938 factory Uint8ClampedArray.fromList(List<num> list) => _U8C(ensureNative(list))
; | 31987 factory Uint8ClampedArray.fromList(List<num> list) => _U8C(ensureNative(list))
; |
| 31939 factory Uint8ClampedArray.fromBuffer(ArrayBuffer buffer) => _U8C(buffer); | 31988 factory Uint8ClampedArray.fromBuffer(ArrayBuffer buffer, |
| 31989 [int byteOffset = 0, int length]) { |
| 31990 if (length == null) return _U8C_2(buffer, byteOffset); |
| 31991 return _U8C_3(buffer, byteOffset, length); |
| 31992 } |
| 31940 | 31993 |
| 31941 static Float32Array _F32(arg) native 'return new Float32Array(arg);'; | 31994 static Float32Array _F32(arg) native 'return new Float32Array(arg);'; |
| 31942 static Float64Array _F64(arg) native 'return new Float64Array(arg);'; | 31995 static Float64Array _F64(arg) native 'return new Float64Array(arg);'; |
| 31943 static Int8Array _I8(arg) native 'return new Int8Array(arg);'; | 31996 static Int8Array _I8(arg) native 'return new Int8Array(arg);'; |
| 31944 static Int16Array _I16(arg) native 'return new Int16Array(arg);'; | 31997 static Int16Array _I16(arg) native 'return new Int16Array(arg);'; |
| 31945 static Int32Array _I32(arg) native 'return new Int32Array(arg);'; | 31998 static Int32Array _I32(arg) native 'return new Int32Array(arg);'; |
| 31946 static Uint8Array _U8(arg) native 'return new Uint8Array(arg);'; | 31999 static Uint8Array _U8(arg) native 'return new Uint8Array(arg);'; |
| 31947 static Uint16Array _U16(arg) native 'return new Uint16Array(arg);'; | 32000 static Uint16Array _U16(arg) native 'return new Uint16Array(arg);'; |
| 31948 static Uint32Array _U32(arg) native 'return new Uint32Array(arg);'; | 32001 static Uint32Array _U32(arg) native 'return new Uint32Array(arg);'; |
| 31949 static Uint8ClampedArray _U8C(arg) native 'return new Uint8ClampedArray(arg);'
; | 32002 static Uint8ClampedArray _U8C(arg) native 'return new Uint8ClampedArray(arg);'
; |
| 31950 | 32003 |
| 32004 static Float32Array _F32_2(arg1, arg2) native 'return new Float32Array(arg1, a
rg2);'; |
| 32005 static Float64Array _F64_2(arg1, arg2) native 'return new Float64Array(arg1, a
rg2);'; |
| 32006 static Int8Array _I8_2(arg1, arg2) native 'return new Int8Array(arg1, arg2);'; |
| 32007 static Int16Array _I16_2(arg1, arg2) native 'return new Int16Array(arg1, arg2)
;'; |
| 32008 static Int32Array _I32_2(arg1, arg2) native 'return new Int32Array(arg1, arg2)
;'; |
| 32009 static Uint8Array _U8_2(arg1, arg2) native 'return new Uint8Array(arg1, arg2);
'; |
| 32010 static Uint16Array _U16_2(arg1, arg2) native 'return new Uint16Array(arg1, arg
2);'; |
| 32011 static Uint32Array _U32_2(arg1, arg2) native 'return new Uint32Array(arg1, arg
2);'; |
| 32012 static Uint8ClampedArray _U8C_2(arg1, arg2) native 'return new Uint8ClampedArr
ay(arg1, arg2);'; |
| 32013 |
| 32014 static Float32Array _F32_3(arg1, arg2, arg3) native 'return new Float32Array(a
rg1, arg2, arg3);'; |
| 32015 static Float64Array _F64_3(arg1, arg2, arg3) native 'return new Float64Array(a
rg1, arg2, arg3);'; |
| 32016 static Int8Array _I8_3(arg1, arg2, arg3) native 'return new Int8Array(arg1, ar
g2, arg3);'; |
| 32017 static Int16Array _I16_3(arg1, arg2, arg3) native 'return new Int16Array(arg1,
arg2, arg3);'; |
| 32018 static Int32Array _I32_3(arg1, arg2, arg3) native 'return new Int32Array(arg1,
arg2, arg3);'; |
| 32019 static Uint8Array _U8_3(arg1, arg2, arg3) native 'return new Uint8Array(arg1,
arg2, arg3);'; |
| 32020 static Uint16Array _U16_3(arg1, arg2, arg3) native 'return new Uint16Array(arg
1, arg2, arg3);'; |
| 32021 static Uint32Array _U32_3(arg1, arg2, arg3) native 'return new Uint32Array(arg
1, arg2, arg3);'; |
| 32022 static Uint8ClampedArray _U8C_3(arg1, arg2, arg3) native 'return new Uint8Clam
pedArray(arg1, arg2, arg3);'; |
| 32023 |
| 32024 |
| 32025 // Ensures that [list] is a JavaScript Array or a typed array. If necessary, |
| 32026 // copies the list. |
| 31951 static ensureNative(List list) => list; // TODO: make sure. | 32027 static ensureNative(List list) => list; // TODO: make sure. |
| 31952 } | 32028 } |
| 31953 | 32029 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 31954 class _PointFactoryProvider { | |
| 31955 | |
| 31956 factory Point(num x, num y) native 'return new WebKitPoint(x, y);'; | |
| 31957 } | |
| 31958 | |
| 31959 class _WebSocketFactoryProvider { | |
| 31960 | |
| 31961 factory WebSocket(String url) native '''return new WebSocket(url);'''; | |
| 31962 } | |
| 31963 | |
| 31964 class _TextFactoryProvider { | |
| 31965 factory Text(String data) native "return document.createTextNode(data);"; | |
| 31966 }// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 31967 // for details. All rights reserved. Use of this source code is governed by a | 32030 // for details. All rights reserved. Use of this source code is governed by a |
| 31968 // BSD-style license that can be found in the LICENSE file. | 32031 // BSD-style license that can be found in the LICENSE file. |
| 31969 | 32032 |
| 31970 // TODO(rnystrom): add a way to supress public classes from DartDoc output. | 32033 // TODO(rnystrom): add a way to supress public classes from DartDoc output. |
| 31971 // TODO(jacobr): we can remove this class now that we are using the $dom_ | 32034 // TODO(jacobr): we can remove this class now that we are using the $dom_ |
| 31972 // convention for deprecated methods rather than truly private methods. | 32035 // convention for deprecated methods rather than truly private methods. |
| 31973 /** | 32036 /** |
| 31974 * This class is intended for testing purposes only. | 32037 * This class is intended for testing purposes only. |
| 31975 */ | 32038 */ |
| 31976 class Testing { | 32039 class Testing { |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 32097 if (length < 0) throw new IllegalArgumentException('length'); | 32160 if (length < 0) throw new IllegalArgumentException('length'); |
| 32098 if (start < 0) throw new IndexOutOfRangeException(start); | 32161 if (start < 0) throw new IndexOutOfRangeException(start); |
| 32099 int end = start + length; | 32162 int end = start + length; |
| 32100 if (end > a.length) throw new IndexOutOfRangeException(end); | 32163 if (end > a.length) throw new IndexOutOfRangeException(end); |
| 32101 for (int i = start; i < end; i++) { | 32164 for (int i = start; i < end; i++) { |
| 32102 accumulator.add(a[i]); | 32165 accumulator.add(a[i]); |
| 32103 } | 32166 } |
| 32104 return accumulator; | 32167 return accumulator; |
| 32105 } | 32168 } |
| 32106 } | 32169 } |
| OLD | NEW |