|
v8
|
This is the complete list of members for v8::ObjectTemplate, including all inherited members.
| FunctionTemplate class | v8::ObjectTemplate | friend |
| InternalFieldCount() | v8::ObjectTemplate | |
| MarkAsUndetectable() | v8::ObjectTemplate | |
| New(Isolate *isolate, Handle< FunctionTemplate > constructor=Handle< FunctionTemplate >()) | v8::ObjectTemplate | static |
| NewInstance(Local< Context > context) | v8::ObjectTemplate | |
| Set(Handle< Name > name, Handle< Data > value, PropertyAttribute attributes=None) | v8::Template | |
| Set(Isolate *isolate, const char *name, Handle< Data > value) | v8::Template | |
| SetAccessCheckCallbacks(NamedSecurityCallback named_handler, IndexedSecurityCallback indexed_handler, Handle< Value > data=Handle< Value >(), bool turned_on_by_default=true) | v8::ObjectTemplate | |
| SetAccessor(Handle< String > name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Handle< Value > data=Handle< Value >(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None, Handle< AccessorSignature > signature=Handle< AccessorSignature >()) | v8::ObjectTemplate | |
| SetAccessor(Handle< Name > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Handle< Value > data=Handle< Value >(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None, Handle< AccessorSignature > signature=Handle< AccessorSignature >()) | v8::ObjectTemplate | |
| SetAccessorProperty(Local< Name > name, Local< FunctionTemplate > getter=Local< FunctionTemplate >(), Local< FunctionTemplate > setter=Local< FunctionTemplate >(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) | v8::Template | |
| SetCallAsFunctionHandler(FunctionCallback callback, Handle< Value > data=Handle< Value >()) | v8::ObjectTemplate | |
| SetHandler(const NamedPropertyHandlerConfiguration &configuration) | v8::ObjectTemplate | |
| SetHandler(const IndexedPropertyHandlerConfiguration &configuration) | v8::ObjectTemplate | |
| SetIndexedPropertyHandler(IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter=0, IndexedPropertyQueryCallback query=0, IndexedPropertyDeleterCallback deleter=0, IndexedPropertyEnumeratorCallback enumerator=0, Handle< Value > data=Handle< Value >()) | v8::ObjectTemplate | inline |
| SetInternalFieldCount(int value) | v8::ObjectTemplate | |
| SetNamedPropertyHandler(NamedPropertyGetterCallback getter, NamedPropertySetterCallback setter=0, NamedPropertyQueryCallback query=0, NamedPropertyDeleterCallback deleter=0, NamedPropertyEnumeratorCallback enumerator=0, Handle< Value > data=Handle< Value >()) | v8::ObjectTemplate | |
| SetNativeDataProperty(Local< String > name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Handle< Value > data=Handle< Value >(), PropertyAttribute attribute=None, Local< AccessorSignature > signature=Local< AccessorSignature >(), AccessControl settings=DEFAULT) | v8::Template | |
| SetNativeDataProperty(Local< Name > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Handle< Value > data=Handle< Value >(), PropertyAttribute attribute=None, Local< AccessorSignature > signature=Local< AccessorSignature >(), AccessControl settings=DEFAULT) | v8::Template | |
| V8_DEPRECATE_SOON("Use isolate version", Local< ObjectTemplate > New()) | v8::ObjectTemplate | static |
| V8_DEPRECATE_SOON("Use maybe version", Local< Object > NewInstance()) | v8::ObjectTemplate |
1.8.8