#include <ScriptableObject.h>
|
typedef boost::unordered_map
< CStrW, IJSProperty * > | PropertyTable |
|
typedef jsval(IJSObject::* | GetFn )(JSContext *cx) |
|
typedef void(IJSObject::* | SetFn )(JSContext *cx, jsval value) |
|
Definition at line 44 of file ScriptableObject.h.
typedef jsval(IJSObject::* IJSObject::GetFn)(JSContext *cx) |
typedef void(IJSObject::* IJSObject::SetFn)(JSContext *cx, jsval value) |
virtual IJSObject::~IJSObject |
( |
| ) |
|
|
inlinevirtual |
virtual void IJSObject::AddProperty |
( |
const CStrW & |
PropertyName, |
|
|
jsval |
Value |
|
) |
| |
|
pure virtual |
virtual bool IJSObject::GetProperty |
( |
JSContext * |
cx, |
|
|
const CStrW & |
PropertyName, |
|
|
jsval * |
vp |
|
) |
| |
|
pure virtual |
virtual IJSProperty* IJSObject::HasProperty |
( |
const CStrW & |
PropertyName | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: