Searched refs:isTypedArray (Results 1 – 8 of 8) sorted by relevance
659 bool isTypedArray) in LoopInvariantMotionForIndexCheck() argument681 length = builder_.InsertLoadArrayLength(array, isTypedArray); in LoopInvariantMotionForIndexCheck()724 bool isTypedArray = false; in ProcessIndexCheck() local726 isTypedArray = true; in ProcessIndexCheck()749 … indexBound->UpperGate(), indexBound->Upper(), isTypedArray); in ProcessIndexCheck()
142 GateRef upperGate, int upper, bool isTypedArray);
991 GateRef CircuitBuilder::InsertLoadArrayLength(GateRef array, bool isTypedArray) in InsertLoadArrayLength() argument997 if (isTypedArray) { in InsertLoadArrayLength()
488 GateRef InsertLoadArrayLength(GateRef array, bool isTypedArray);
39 public isTypedArray(tsType: ts.TypeNode | undefined): boolean { method in TsUtils290 …if (checkType == CheckType.Array && (this.isGenericArrayType(tsType) || this.isTypedArray(tsTypeNo…
306 public isTypedArray(tsType: ts.TypeNode | undefined): boolean { method in TsUtils557 …if (checkType === CheckType.Array && (this.isGenericArrayType(tsType) || this.isTypedArray(tsTypeN…
1606 !this.tsUtils.isTypedArray(tsElemAccessBaseExprTypeNode) &&1972 this.tsUtils.isTypedArray(spreadExprTypeNode) ||
1317 …!this.tsUtils.isLibraryType(tsElemAccessBaseExprType) && !this.tsUtils.isTypedArray(tsElemAccessBa…1655 … if (ts.isArrayTypeNode(spreadExprTypeNode) || this.tsUtils.isTypedArray(spreadExprTypeNode) ||