Home
last modified time | relevance | path

Searched defs:splice (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericClassPropertyInheritanceSpecialization.ts36 splice(start: number, deleteCount?: number, ...items: T[]): T[]; method
DstaticAnonymousTypeNotReferencingTypeParameter.ts396 static splice<T>(dit: typeof ListWrapper, l: T[], from: number, length: number): T[] { method in ListWrapper