#include <ScriptableObject.h>
|
| template<typename Q , bool ReadOnly> |
| class | CJSObject |
| |
Definition at line 139 of file ScriptableObject.h.
| CJSValProperty::CJSValProperty |
( |
jsval |
Data | ) |
|
|
inline |
| CJSValProperty::~CJSValProperty |
( |
| ) |
|
|
inline |
| jsval CJSValProperty::Get |
( |
JSContext * |
cx, |
|
|
IJSObject * |
object |
|
) |
| |
|
inlinevirtual |
| void CJSValProperty::Root |
( |
| ) |
|
|
inline |
| void CJSValProperty::Set |
( |
JSContext * |
cx, |
|
|
IJSObject * |
owner, |
|
|
jsval |
value |
|
) |
| |
|
inlinevirtual |
| void CJSValProperty::Uproot |
( |
| ) |
|
|
inline |
template<typename Q , bool ReadOnly>
| jsval CJSValProperty::m_Data |
|
private |
The documentation for this class was generated from the following file: