![]() |
v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#include <v8-util.h>
Public Member Functions | |
| PersistentValueReference () | |
| PersistentValueReference (const PersistentValueReference &other) | |
| Local< V > | NewLocal (Isolate *isolate) const |
| bool | IsEmpty () const |
| template<typename T > | |
| bool | SetReturnValue (ReturnValue< T > returnValue) |
| void | Reset () |
| void | operator= (const PersistentValueReference &other) |
Friends | |
| class | PersistentValueMap |
Helper class for GetReference/SetWithReference. Do not use outside that context.
|
inline |
|
inline |
Definition at line 222 of file v8-util.h.
References Handle< T >::Local.
|
inline |
|
inline |
|
friend |