31 namespace ActionScript {
77 switch (variable.
_type) {
123 return _value.boolean ? 1 : 0;
143 return _value.number != 0;
147 return static_cast<bool>(
_value.object.get());
Variable operator+(Variable v)
void operator=(Variable v)
A class holding an UTF-8 string.
Variable operator/(Variable v)
A variable used in the execution context.
Variable operator||(Variable v)
Variable operator &&(Variable v)
const Common::UString & asString() const
Function objects for ActionScript.
Variable operator*(Variable v)
Variable operator-(Variable v)
Abstract object which is inherited by every other class.
Variable operator==(Variable v)
An action script variable.
struct Aurora::ActionScript::Variable::@0 _value
boost::shared_ptr< Object > ObjectPtr
Variable operator<(Variable v)