![]() |
Ultralight C++ API 1.4.0
|
#include <JavaScriptCore/JSObjectRef.h>
This structure describes a statically declared function property.
name A null-terminated UTF8 string containing the property's name. callAsFunction A JSObjectCallAsFunctionCallback to invoke when the property is called as a function. attributes A logically ORed set of JSPropertyAttributes to give to the property. Public Attributes | |
| const char * | name |
| JSObjectCallAsFunctionCallback | callAsFunction |
| JSPropertyAttributes | attributes |
| JSPropertyAttributes attributes |
| JSObjectCallAsFunctionCallback callAsFunction |
| const char* name |