webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Local.h>
Public Types | |
typedef Handle< T >::ExternalType | ExternalType |
Public Types inherited from JSC::Handle< T > | |
typedef HandleTypes< T >::ExternalType | ExternalType |
typedef HandleTypes< T >::ExternalType | ExternalType |
Public Member Functions | |
Local (VM &, ExternalType=ExternalType()) | |
Local (VM &, Handle< T >) | |
Local (const Local< T > &) | |
Local & | operator= (ExternalType) |
Local & | operator= (Handle< T >) |
Public Member Functions inherited from JSC::Handle< T > | |
template<typename U > | |
Handle (Handle< U > o) | |
void | swap (Handle &other) |
ExternalType | get () const |
template<typename U > | |
Handle (Handle< U > o) | |
void | swap (Handle &other) |
ExternalType | get () const |
Public Member Functions inherited from JSC::HandleBase | |
bool | operator! () const |
operator bool () const | |
HandleSlot | slot () const |
bool | operator! () const |
operator bool () const | |
HandleSlot | slot () const |
Public Member Functions inherited from JSC::HandleConverter< Handle< T >, T > | |
T * | operator-> () |
const T * | operator-> () const |
T * | operator-> () |
const T * | operator-> () const |
T * | operator* () |
const T * | operator* () const |
T * | operator* () |
const T * | operator* () const |
Friends | |
class | LocalScope |
Additional Inherited Members | |
Protected Member Functions inherited from JSC::Handle< T > | |
Handle (HandleSlot slot=0) | |
Handle (HandleSlot slot=0) | |
Protected Member Functions inherited from JSC::HandleBase | |
HandleBase (HandleSlot slot) | |
void | swap (HandleBase &other) |
void | setSlot (HandleSlot slot) |
HandleBase (HandleSlot slot) | |
void | swap (HandleBase &other) |
void | setSlot (HandleSlot slot) |
typedef Handle<T>::ExternalType JSC::Local< T >::ExternalType |
|
inline |
|
inline |
|
inline |
|
friend |