Ultralight C API 1.3.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. Data Fields | |
const char * | name |
JSObjectCallAsFunctionCallback | callAsFunction |
JSPropertyAttributes | attributes |
JSPropertyAttributes JSStaticFunction::attributes |
JSObjectCallAsFunctionCallback JSStaticFunction::callAsFunction |
const char* JSStaticFunction::name |