Home
last modified time | relevance | path

Searched defs:unshift (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/tests/jerry/
Darray-prototype-unshift.js44 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
Dregression-test-issue-1076.js15 try { Array.prototype.unshift(1) } catch($){} method in Array
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-2894.js15 Array.prototype.unshift(Object(Symbol())); method in Array
/third_party/jsframework/runtime/main/app/
Dmap.ts32 public unshift(instance: Page) { method in PageLinkedMap
/third_party/typescript/tests/cases/compiler/
DgenericClassPropertyInheritanceSpecialization.ts20 unshift(...items: T[]): number; method
DunderscoreTest1.ts161 unshift(...items: T[]): number; method
321 unshift(...items: T[]): ChainedObject<number>; method
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts813 unshift(...items: string[]): number; method
1051 unshift(...items: T[]): number; method
/third_party/rust/rust/src/tools/rust-analyzer/crates/mbe/src/
Dlib.rs204 pub fn unshift(self, id: tt::TokenId) -> Option<tt::TokenId> { in unshift() method
/third_party/typescript/lib/
Dlib.es5.d.ts1390 unshift(...items: T[]): number; method
/third_party/typescript/src/lib/
Des5.d.ts1370 unshift(...items: T[]): number; method
/third_party/typescript/tests/lib/
Dlib.d.ts1093 unshift(...items: T[]): number; method