Home
last modified time | relevance | path

Searched refs:copyWithin (Results 1 – 25 of 29) sorted by relevance

12

/third_party/jerryscript/tests/jerry/es2015/
Darray-prototype-copywithin.js19 assert(array.copyWithin(2,0,6).toString() === "foo,1,foo,1,bar,[object Object]");
20 assert(array.copyWithin(0,1,3).toString() === "1,foo,foo,1,bar,[object Object]");
21 assert(array.copyWithin(3,0,4).toString() === "1,foo,foo,1,foo,foo");
25 assert(array.copyWithin().toString() === "foo,1,bar,[object Object],2,baz");
26 assert(array.copyWithin(2).toString() === "foo,1,foo,1,bar,[object Object]");
27 assert(array.copyWithin(1,4).toString() === "foo,bar,[object Object],1,bar,[object Object]");
31 assert(array.copyWithin(12,3,-3).toString() === "foo,1,bar,[object Object],2,baz");
32 assert(array.copyWithin(-2,-4,3).toString() === "foo,1,bar,[object Object],bar,baz");
33 assert(array.copyWithin(1,-5,30).toString() === "foo,1,bar,[object Object],bar,baz");
37 assert(array.copyWithin(undefined).toString() === "foo,1,bar,[object Object],2,baz");
[all …]
Dtypedarray-prototype-copy-within.js30 e.prototype.copyWithin.call (undefined); method in e
37 assert(e.copyWithin(2, 1 ,4).toString() === '0,1,1,2,3,5');
38 assert(e.copyWithin(3, 4, 6).toString() === '0,1,1,3,5,5');
39 assert(e.copyWithin(4, 1, 3).toString() === '0,1,1,3,1,1');
44 assert(e.copyWithin(2, -10, 3).toString() === '5,2,5,2,1,4');
45 assert(e.copyWithin(-3, 1, 6).toString() === '5,2,5,2,5,2');
46 assert(e.copyWithin(2, 0, -3).toString() === '5,2,5,2,5,2');
51 assert(e.copyWithin().toString() === '9,3,4,5,1,7');
52 assert(e.copyWithin(3).toString() === '9,3,4,9,3,4');
53 assert(e.copyWithin(1, 5).toString() === '9,4,4,9,3,4');
[all …]
Dregression-test-issue-3408.js16 array.copyWithin(NaN, 67, 0);
Dregression-test-issue-3580.js19 String([0, "X"].map(func).copyWithin([]));
Dregression-test-issue-3107.js16 var result = arr.copyWithin(100, 14, 5);
Dsymbol-unscopables.js85 assert(symbol_obj.copyWithin === true);
/third_party/skia/third_party/externals/brotli/js/
Dpolyfill.js17 if (!Array.prototype.copyWithin) {
18 Array.prototype.copyWithin = function(target, start, end) { method in Array
55 if (!Int8Array.prototype.copyWithin) {
56 Int8Array.prototype.copyWithin = Array.prototype.copyWithin; method in Int8Array
Ddecode.js1132 ringBuffer.copyWithin(dst, src, srcEnd);
1212 ringBuffer.copyWithin(0, s.ringBufferSize, s.pos);
1535 s.byteBuffer.copyWithin(0, readOffset, 4096);
Ddecode.min.js1copyWithin(Y,v,x);e.fa+=k,e.o-=k,e.W+=k}else for(;e.fa<e.ea;)if(a[e.W]=a[e.W-e.ga&n],e.o--,e.W++,e…
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsTypeReassignmentFromDeclaration.types19copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
20copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
21copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
22copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
DjsDeclarationsTypeReassignmentFromDeclaration2.types10copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
11copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
12copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
13copyWithin(target: number, start: number, end?: number): Item[]; [Symbol.iterator](): IterableIter…
DdoYouNeedToChangeYourTargetLibraryES2015.js23 const testArrayCopyWithin = [""].copyWithin(0, 0);
121 var testArrayCopyWithin = [""].copyWithin(0, 0);
DdoYouNeedToChangeYourTargetLibraryES2015.types155 const testArrayCopyWithin = [""].copyWithin(0, 0);
157 >[""].copyWithin(0, 0) : any
158 >[""].copyWithin : any
161 >copyWithin : any
DdoYouNeedToChangeYourTargetLibraryES2015.symbols64 const testArrayCopyWithin = [""].copyWithin(0, 0);
/third_party/typescript/src/lib/
Des2020.bigint.d.ts151 copyWithin(target: number, start: number, end?: number): this; method
423 copyWithin(target: number, start: number, end?: number): this; method
Des5.d.ts1766 copyWithin(target: number, start: number, end?: number): this; method
2048 copyWithin(target: number, start: number, end?: number): this; method
2330 copyWithin(target: number, start: number, end?: number): this; method
2611 copyWithin(target: number, start: number, end?: number): this; method
2893 copyWithin(target: number, start: number, end?: number): this; method
3175 copyWithin(target: number, start: number, end?: number): this; method
3457 copyWithin(target: number, start: number, end?: number): this; method
3738 copyWithin(target: number, start: number, end?: number): this; method
4021 copyWithin(target: number, start: number, end?: number): this; method
Des2015.symbol.wellknown.d.ts80 copyWithin: boolean;
Des2015.core.d.ts44 copyWithin(target: number, start: number, end?: number): this; method
/third_party/typescript/lib/
Dlib.es2020.bigint.d.ts171 copyWithin(target: number, start: number, end?: number): this; method
443 copyWithin(target: number, start: number, end?: number): this; method
Dlib.es5.d.ts1786 copyWithin(target: number, start: number, end?: number): this; method
2068 copyWithin(target: number, start: number, end?: number): this; method
2350 copyWithin(target: number, start: number, end?: number): this; method
2631 copyWithin(target: number, start: number, end?: number): this; method
2913 copyWithin(target: number, start: number, end?: number): this; method
3195 copyWithin(target: number, start: number, end?: number): this; method
3477 copyWithin(target: number, start: number, end?: number): this; method
3758 copyWithin(target: number, start: number, end?: number): this; method
4041 copyWithin(target: number, start: number, end?: number): this; method
Dlib.es2015.symbol.wellknown.d.ts100 copyWithin: boolean;
Dlib.es2015.core.d.ts64 copyWithin(target: number, start: number, end?: number): this; method
/third_party/node/deps/npm/node_modules/socks/build/common/
Dreceivebuffer.js36 this._buffer.copyWithin(0, length, length + this._offset - length);
/third_party/typescript/tests/cases/compiler/
DdoYouNeedToChangeYourTargetLibraryES2015.ts22 const testArrayCopyWithin = [""].copyWithin(0, 0);
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini269 LIT_MAGIC_STRING_COPY_WITHIN = "copyWithin"

12