v8
3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
void | Set (Handle< String > name, Handle< Data > value, PropertyAttribute attributes=None) |
void | Set (const char *name, Handle< Data > value) |
Friends | |
class | ObjectTemplate |
class | FunctionTemplate |
|
inline |
Definition at line 4175 of file v8.h.
References String::New(), and Template::Set().
Adds a property to each instance created by this template.
Referenced by Template::Set().
|
friend |
|
friend |