Searched defs:unshift (Results 1 – 11 of 11) sorted by relevance
| /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/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/typescript/tests/cases/conformance/decorators/ |
| D | 1.0lib-noErrors.ts | 813 unshift(...items: string[]): number; method 1051 unshift(...items: T[]): number; method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/mbe/src/ |
| D | lib.rs | 204 pub fn unshift(self, id: tt::TokenId) -> Option<tt::TokenId> { in unshift() method
|
| /third_party/typescript/lib/ |
| D | lib.es5.d.ts | 1390 unshift(...items: T[]): number; method
|
| /third_party/typescript/src/lib/ |
| D | es5.d.ts | 1370 unshift(...items: T[]): number; method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 1093 unshift(...items: T[]): number; method
|