Searched refs:IsDoubleTypedArrayType (Results 1 – 3 of 3) sorted by relevance
628 if (tsManager_->IsDoubleTypedArrayType(inValueType)) { in InferLdObjByIndex()888 if (tsManager_->IsDoubleTypedArrayType(objType)) { in InferLdObjByValue()
464 bool PUBLIC_API IsDoubleTypedArrayType(kungfu::GateType gateType) const;
930 bool TSManager::IsDoubleTypedArrayType(kungfu::GateType gateType) const in IsDoubleTypedArrayType() function in panda::ecmascript::TSManager