Searched refs:IsValidTypedArrayType (Results 1 – 3 of 3) sorted by relevance
726 } else if (tsManager_->IsValidTypedArrayType(receiverType)) { in TryLowerTypedLdObjByNameForArray()768 if (tsManager_->IsValidTypedArrayType(receiverType)) { in LowerTypedLdObjByIndex()849 } else if (tsManager_->IsValidTypedArrayType(receiverType)) { in LowerTypedLdObjByValue()1001 } else if (tsManager_->IsValidTypedArrayType(receiverType)) { in LowerTypedStObjByValue()
455 bool PUBLIC_API IsValidTypedArrayType(kungfu::GateType gateType) const;
909 bool TSManager::IsValidTypedArrayType(kungfu::GateType gateType) const in IsValidTypedArrayType() function in panda::ecmascript::TSManager