Searched refs:LengthSetter (Results 1 – 4 of 4) sorted by relevance
78 …static bool LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTagged…
32 bool JSArray::LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTagge… in LengthSetter() function in panda::ecmascript::JSArray
604 accessor = factory->NewInternalAccessor(reinterpret_cast<void *>(JSArray::LengthSetter), in InitGlobalConstant()
997 reinterpret_cast<uintptr_t>(JSArray::LengthSetter),