Searched refs:IsTypedArrayType (Results 1 – 7 of 7) sorted by relevance
27 if (IsTypedArrayType(type)) { in ToGlobelEnvPrototypeField()
124 inline constexpr bool IsTypedArrayType(BuiltinTypeId type) in IsTypedArrayType() function
65 if (tsManager_->IsTypedArrayType(targetType)) { in UpdateForEachCBPara()
382 bool PUBLIC_API IsTypedArrayType(kungfu::GateType gateType) const;
796 bool TSManager::IsTypedArrayType(kungfu::GateType gateType) const in IsTypedArrayType() function in panda::ecmascript::TSManager
673 if (tsManager_->IsTypedArrayType(inValueType)) { in InferLdObjByIndex()827 …_->IsBuiltinInstanceType(BuiltinTypeId::ARRAY, objType) || tsManager_->IsTypedArrayType(objType)) { in GetObjPropWithName()833 if (tsManager_->IsTypedArrayType(objType)) { in GetObjPropWithName()946 if (tsManager_->IsTypedArrayType(objType)) { in InferLdObjByValue()
804 if (IsTypedArrayType(type)) { in TryLowerTypedLdObjByNameForBuiltin()