Searched refs:objArrayWithHoleNeverFind (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/IndexOf/ |
| D | builtinArrayIndexOf.ts | 67 let objArrayWithHoleNeverFind = [{0:0},,{2:2},,{4:4},,] variable 125 print(objArrayWithHoleNeverFind.indexOf({4:4})) //: -1
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/Array/Includes/ |
| D | builtinArrayIncludes.ts | 69 let objArrayWithHoleNeverFind = [{0:0},,{2:2},,{4:4},,] variable 141 print(objArrayWithHoleNeverFind.includes({4:4})) //: false
|