This is the complete list of members for v8::FunctionTemplate, including all inherited members.
Context | v8::FunctionTemplate | friend |
FromSnapshot(Isolate *isolate, size_t index) | v8::FunctionTemplate | static |
GetFunction() | v8::FunctionTemplate | |
GetFunction(Local< Context > context) | v8::FunctionTemplate | |
HasInstance(Local< Value > object) | v8::FunctionTemplate | |
Inherit(Local< FunctionTemplate > parent) | v8::FunctionTemplate | |
InstanceTemplate() | v8::FunctionTemplate | |
New(Isolate *isolate, FunctionCallback callback=0, Local< Value > data=Local< Value >(), Local< Signature > signature=Local< Signature >(), int length=0, ConstructorBehavior behavior=ConstructorBehavior::kAllow) | v8::FunctionTemplate | static |
NewRemoteInstance() | v8::FunctionTemplate | |
NewWithCache(Isolate *isolate, FunctionCallback callback, Local< Private > cache_property, Local< Value > data=Local< Value >(), Local< Signature > signature=Local< Signature >(), int length=0) | v8::FunctionTemplate | static |
ObjectTemplate | v8::FunctionTemplate | friend |
PrototypeTemplate() | v8::FunctionTemplate | |
ReadOnlyPrototype() | v8::FunctionTemplate | |
RemovePrototype() | v8::FunctionTemplate | |
Set(Local< Name > name, Local< Data > value, PropertyAttribute attributes=None) | v8::Template | |
Set(Isolate *isolate, const char *name, Local< Data > value) | v8::Template | inline |
SetAcceptAnyReceiver(bool value) | v8::FunctionTemplate | |
SetAccessorProperty(Local< Name > name, Local< FunctionTemplate > getter=Local< FunctionTemplate >(), Local< FunctionTemplate > setter=Local< FunctionTemplate >(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) | v8::Template | |
SetCallHandler(FunctionCallback callback, Local< Value > data=Local< Value >()) | v8::FunctionTemplate | |
SetClassName(Local< String > name) | v8::FunctionTemplate | |
SetHiddenPrototype(bool value) | v8::FunctionTemplate | |
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 | |
SetLength(int length) | v8::FunctionTemplate | |
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 | |
SetPrototypeProviderTemplate(Local< FunctionTemplate > prototype_provider) | v8::FunctionTemplate |