|
Gnash
0.8.10
|
A visitor to check whether an array is strict or not. More...
#include <Array_as.h>
Public Member Functions | |
| IsStrictArray (VM &st) | |
| virtual bool | accept (const ObjectURI &uri, const as_value &val) |
| This function should return false if no further visits are needed. | |
| bool | strict () const |
A visitor to check whether an array is strict or not.
Strict arrays have no non-hidden non-numeric properties. Only real arrays are strict arrays; any users of this functor should check that first.
| gnash::IsStrictArray::IsStrictArray | ( | VM & | st | ) | [inline] |
| bool gnash::IsStrictArray::accept | ( | const ObjectURI & | uri, |
| const as_value & | val | ||
| ) | [virtual] |
This function should return false if no further visits are needed.
Implements gnash::PropertyVisitor.
References _st, and gnash::ObjectURI::toString().
| bool gnash::IsStrictArray::strict | ( | ) | const [inline] |
Referenced by gnash::amf::Writer::writeObject().
1.7.6.1