This is the complete list of members for v8::ObjectTemplate, including all inherited members.
| FromSnapshot(Isolate *isolate, size_t index) | v8::ObjectTemplate | static |
| FunctionTemplate | v8::ObjectTemplate | friend |
| InternalFieldCount() | v8::ObjectTemplate | |
| IsImmutableProto() | v8::ObjectTemplate | |
| MarkAsUndetectable() | v8::ObjectTemplate | |
| New(Isolate *isolate, Local< FunctionTemplate > constructor=Local< FunctionTemplate >()) | v8::ObjectTemplate | static |
| New() | v8::ObjectTemplate | static |
| NewInstance() | v8::ObjectTemplate | |
| NewInstance(Local< Context > context) | v8::ObjectTemplate | |
| Set(Local< Name > name, Local< Data > value, PropertyAttribute attributes=None) | v8::Template | |
| Set(Isolate *isolate, const char *name, Local< Data > value) | v8::Template | inline |
| SetAccessCheckCallback(AccessCheckCallback callback, Local< Value > data=Local< Value >()) | v8::ObjectTemplate | |
| SetAccessCheckCallbackAndHandler(AccessCheckCallback callback, const NamedPropertyHandlerConfiguration &named_handler, const IndexedPropertyHandlerConfiguration &indexed_handler, Local< Value > data=Local< Value >()) | v8::ObjectTemplate | |
| SetAccessor(Local< String > name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local< Value > data=Local< Value >(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None, Local< AccessorSignature > signature=Local< AccessorSignature >()) | v8::ObjectTemplate | |
| SetAccessor(Local< Name > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local< Value > data=Local< Value >(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None, Local< AccessorSignature > signature=Local< 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, Local< Value > data=Local< Value >()) | v8::ObjectTemplate | |
| SetHandler(const NamedPropertyHandlerConfiguration &configuration) | v8::ObjectTemplate | |
| SetHandler(const IndexedPropertyHandlerConfiguration &configuration) | v8::ObjectTemplate | |
| SetImmutableProto() | v8::ObjectTemplate | |
| SetIndexedPropertyHandler(IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter=0, IndexedPropertyQueryCallback query=0, IndexedPropertyDeleterCallback deleter=0, IndexedPropertyEnumeratorCallback enumerator=0, Local< Value > data=Local< Value >()) | v8::ObjectTemplate | inline |
| SetInternalFieldCount(int value) | v8::ObjectTemplate | |
| SetIntrinsicDataProperty(Local< Name > name, Intrinsic intrinsic, PropertyAttribute attribute=None) | v8::Template | |
| SetLazyDataProperty(Local< Name > name, AccessorNameGetterCallback getter, Local< Value > data=Local< Value >(), PropertyAttribute attribute=None) | v8::Template | |
| SetNamedPropertyHandler(NamedPropertyGetterCallback getter, NamedPropertySetterCallback setter=0, NamedPropertyQueryCallback query=0, NamedPropertyDeleterCallback deleter=0, NamedPropertyEnumeratorCallback enumerator=0, Local< Value > data=Local< Value >()) | v8::ObjectTemplate | |
| SetNativeDataProperty(Local< String > name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local< Value > data=Local< Value >(), PropertyAttribute attribute=None, Local< AccessorSignature > signature=Local< AccessorSignature >(), AccessControl settings=DEFAULT) | v8::Template | |
| SetNativeDataProperty(Local< Name > name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local< Value > data=Local< Value >(), PropertyAttribute attribute=None, Local< AccessorSignature > signature=Local< AccessorSignature >(), AccessControl settings=DEFAULT) | v8::Template | |
| SetPrivate(Local< Private > name, Local< Data > value, PropertyAttribute attributes=None) | v8::Template |