webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <JSObjectRef.h>
Public Attributes | |
const char * | name |
JSObjectCallAsFunctionCallback | callAsFunction |
JSPropertyAttributes | attributes |
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.
JSPropertyAttributes JSStaticFunction::attributes |
JSObjectCallAsFunctionCallback JSStaticFunction::callAsFunction |
const char * JSStaticFunction::name |