Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h46 static bool IsLengthString(JSThread *thread, const JSHandle<JSTaggedValue> &key);
Djs_array.cpp313 if (IsLengthString(thread, key)) { in DefineOwnProperty()
337 bool JSArray::IsLengthString(JSThread *thread, const JSHandle<JSTaggedValue> &key) in IsLengthString() function in panda::ecmascript::JSArray