Home
last modified time | relevance | path

Searched defs:slice (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js35 return Array.prototype.slice.call(arguments); method in Array
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericClassPropertyInheritanceSpecialization.ts35 slice(start: number, end?: number): T[]; method
DstaticAnonymousTypeNotReferencingTypeParameter.ts384 static slice<T>(dit: typeof ListWrapper, l: T[], from: number = 0, to: number = null): T[] { method in ListWrapper
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js4756 o.slice = function(t, e, i) { function