Searched refs:IsLengthString (Results 1 – 2 of 2) sorted by relevance
46 static bool IsLengthString(JSThread *thread, const JSHandle<JSTaggedValue> &key);
313 if (IsLengthString(thread, key)) { in DefineOwnProperty()337 bool JSArray::IsLengthString(JSThread *thread, const JSHandle<JSTaggedValue> &key) in IsLengthString() function in panda::ecmascript::JSArray