Searched refs:ArraySetLength (Results 1 – 2 of 2) sorted by relevance
40 …static bool ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const PropertyDescri…
230 bool JSArray::ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const PropertyDescr… in ArraySetLength() function in panda::ecmascript::JSArray315 return ArraySetLength(thread, array, desc); in DefineOwnProperty()