/third_party/jerryscript/tests/jerry/ |
D | array-prototype-unshift.js | 44 var obj = { unshift : Array.prototype.unshift }; property 51 var obj = { unshift : Array.prototype.unshift }; property 63 var obj = { unshift : Array.prototype.unshift }; property 75 var obj = { unshift : Array.prototype.unshift, length : 1 }; property 86 var obj = { unshift : Array.prototype.unshift, length : 1 }; property 98 var obj = { '0' : "foo", '2' : "bar", length : 3, unshift : Array.prototype.unshift }; property 110 Array.prototype.unshift.call(arr, 2, 3); method in Array 121 Array.prototype.unshift.call(arr, 2, 3); method in Array
|
D | regression-test-issue-1076.js | 15 try { Array.prototype.unshift(1) } catch($){} method in Array
|
/third_party/jerryscript/tests/jerry/fail/ |
D | regression-test-issue-2894.js | 15 Array.prototype.unshift(Object(Symbol())); method in Array
|
/third_party/jsframework/runtime/main/app/ |
D | map.ts | 32 public unshift(instance: Page) { method in PageLinkedMap
|
/third_party/node/deps/npm/node_modules/yallist/ |
D | yallist.js | 114 Yallist.prototype.unshift = function () { method in Yallist 392 function unshift (self, item) { function
|
/third_party/node/lib/internal/streams/ |
D | buffer_list.js | 30 unshift(v) { method in module.exports
|
D | readable.js | 282 Readable.prototype.unshift = function(chunk, encoding) { method in Readable
|
/third_party/typescript/tests/cases/compiler/ |
D | genericClassPropertyInheritanceSpecialization.ts | 20 unshift(...items: T[]): number; method
|
D | underscoreTest1.ts | 161 unshift(...items: T[]): number; method 321 unshift(...items: T[]): ChainedObject<number>; method
|
/third_party/node/test/parallel/ |
D | test-stream-readable-unshift.js | 25 const unshift = 'front'; constant
|
/third_party/node/deps/npm/node_modules/minipass-pipeline/ |
D | index.js | 53 unshift (...streams) { method in Pipeline
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 813 unshift(...items: string[]): number; method 1051 unshift(...items: T[]): number; method
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 1370 unshift(...items: T[]): number; method
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 1390 unshift(...items: T[]): number; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 1093 unshift(...items: T[]): number; method
|