Searched refs:IsIntTypedArrayType (Results 1 – 3 of 3) sorted by relevance
624 if (tsManager_->IsIntTypedArrayType(inValueType)) { in InferLdObjByIndex()885 if (tsManager_->IsIntTypedArrayType(objType)) { in InferLdObjByValue()
462 bool PUBLIC_API IsIntTypedArrayType(kungfu::GateType gateType) const;
920 bool TSManager::IsIntTypedArrayType(kungfu::GateType gateType) const in IsIntTypedArrayType() function in panda::ecmascript::TSManager