Home
last modified time | relevance | path

Searched refs:ShouldConvertToBuiltinArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.h137 inline bool ShouldConvertToBuiltinArray(const GateType &type) const in ShouldConvertToBuiltinArray() function
Dmethod_type_infer.cpp706 if (ShouldConvertToBuiltinArray(objType)) { in InferLdObjByName()