#include <v8.h>
v8::Dataを継承しています。
v8::FunctionTemplate, と v8::ObjectTemplateに継承されています。
Public メソッド | |
void | Set (Handle< String > name, Handle< Data > value, PropertyAttribute attributes=None) |
void | Set (const char *name, Handle< Data > value) |
Private メソッド | |
Template () | |
フレンド | |
class | ObjectTemplate |
class | FunctionTemplate |
The superclass of object and function templates.
v8::Template::Template | ( | ) | [private] |
void v8::Template::Set | ( | v8::Handle< String > | name, | |
v8::Handle< Data > | value, | |||
v8::PropertyAttribute | attribute = None | |||
) |
Adds a property to each instance created by this template.
参照先 v8::NeanderArray::add(), v8::IsDeadCheck(), v8::Integer::New(), と v8::Utils::OpenHandle().
参照元 Set().
void v8::Template::Set | ( | const char * | name, | |
v8::Handle< Data > | value | |||
) | [inline] |
参照先 v8::String::New(), と Set().
friend class FunctionTemplate [friend] |
v8::ObjectTemplateで再定義されています。
friend class ObjectTemplate [friend] |
v8::FunctionTemplateで再定義されています。