|
Gnash
0.8.10
|
Native GetterSetter. More...
Public Member Functions | |
| NativeGetterSetter (as_c_function_ptr get, as_c_function_ptr set) | |
| as_value | get (const fn_call &fn) const |
| Invoke the getter. | |
| void | set (const fn_call &fn) |
| Invoke the setter. | |
| void | markReachableResources () const |
| Nothing to do for native setters. | |
Native GetterSetter.
| gnash::GetterSetter::NativeGetterSetter::NativeGetterSetter | ( | as_c_function_ptr | get, |
| as_c_function_ptr | set | ||
| ) | [inline] |
Invoke the getter.
| void gnash::GetterSetter::NativeGetterSetter::markReachableResources | ( | ) | const [inline] |
Nothing to do for native setters.
| void gnash::GetterSetter::NativeGetterSetter::set | ( | const fn_call & | fn | ) | [inline] |
Invoke the setter.
1.7.5