Home
last modified time | relevance | path

Searched refs:IsIntTypedArrayType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h391 bool PUBLIC_API IsIntTypedArrayType(kungfu::GateType gateType) const;
Dts_manager.cpp928 bool TSManager::IsIntTypedArrayType(kungfu::GateType gateType) const in IsIntTypedArrayType() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp665 if (tsManager_->IsIntTypedArrayType(inValueType)) { in InferLdObjByIndex()
936 if (tsManager_->IsIntTypedArrayType(objType)) { in InferLdObjByValue()