webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
JSStaticFunction Struct Reference

#include <JSObjectRef.h>

Public Attributes

const char * name
 
JSObjectCallAsFunctionCallback callAsFunction
 
JSPropertyAttributes attributes
 

Detailed Description

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.

Member Data Documentation

◆ attributes

JSPropertyAttributes JSStaticFunction::attributes

◆ callAsFunction

JSObjectCallAsFunctionCallback JSStaticFunction::callAsFunction

◆ name

const char * JSStaticFunction::name

The documentation for this struct was generated from the following file: