#include <scope_chain.h>
A scope chain object.
Definition at line 47 of file scope_chain.h.
◆ ScopeChain() [1/2]
| KJS::ScopeChain::ScopeChain |
( |
| ) |
|
|
inline |
◆ ~ScopeChain()
| KJS::ScopeChain::~ScopeChain |
( |
| ) |
|
|
inline |
◆ ScopeChain() [2/2]
| KJS::ScopeChain::ScopeChain |
( |
const ScopeChain & | c | ) |
|
|
inline |
◆ bottom()
| ObjectImp * KJS::ScopeChain::bottom |
( |
| ) |
const |
|
inline |
◆ clear()
| void KJS::ScopeChain::clear |
( |
| ) |
|
|
inline |
◆ isEmpty()
| bool KJS::ScopeChain::isEmpty |
( |
| ) |
const |
|
inline |
◆ mark()
| void KJS::ScopeChain::mark |
( |
| ) |
|
◆ operator=()
| ScopeChain & KJS::ScopeChain::operator= |
( |
const ScopeChain & | c | ) |
|
◆ pop()
| void KJS::ScopeChain::pop |
( |
| ) |
|
◆ push()
| void KJS::ScopeChain::push |
( |
ObjectImp * | o | ) |
|
◆ top()
| ObjectImp * KJS::ScopeChain::top |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: