mirror of
https://github.com/bellard/quickjs.git
synced 2025-05-29 01:49:18 +08:00
It is probably not trivial to guess that classes created like in the point example do not have enumerable properties (at least it was not for #315). Therefore PointEnumerable class describes how to implement such class.