KJS::ScopeChainNode Class Reference
#include <scope_chain.h>
Public Member Functions | |
| ScopeChainNode (ScopeChainNode *n, ObjectImp *o) | |
Public Attributes | |
| ScopeChainNode * | next |
| ObjectImp * | object |
| int | refCount |
Detailed Description
A scope chain node.
Definition at line 34 of file scope_chain.h.
Constructor & Destructor Documentation
◆ ScopeChainNode()
|
inline |
Definition at line 36 of file scope_chain.h.
Member Data Documentation
◆ next
| ScopeChainNode* KJS::ScopeChainNode::next |
Definition at line 39 of file scope_chain.h.
◆ object
| ObjectImp* KJS::ScopeChainNode::object |
Definition at line 40 of file scope_chain.h.
◆ refCount
| int KJS::ScopeChainNode::refCount |
Definition at line 41 of file scope_chain.h.
The documentation for this class was generated from the following file:
Trinity API Reference