Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp659 bool isTypedArray) in LoopInvariantMotionForIndexCheck()
724 bool isTypedArray = false; in ProcessIndexCheck() local
Dmcr_circuit_builder.cpp991 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, bool isTypedArray) in InsertLoadArrayLength()
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts39 public isTypedArray(tsType: ts.TypeNode | undefined): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts306 public isTypedArray(tsType: ts.TypeNode | undefined): boolean { method in TsUtils