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

#include <JSObjectRef.h>

Public Attributes

const char * name
 
JSObjectGetPropertyCallback getProperty
 
JSObjectSetPropertyCallback setProperty
 
JSPropertyAttributes attributes
 

Detailed Description

This structure describes a statically declared value property. name A null-terminated UTF8 string containing the property's name. getProperty A JSObjectGetPropertyCallback to invoke when getting the property's value. setProperty A JSObjectSetPropertyCallback to invoke when setting the property's value. May be NULL if the ReadOnly attribute is set. attributes A logically ORed set of JSPropertyAttributes to give to the property.

Member Data Documentation

◆ attributes

JSPropertyAttributes JSStaticValue::attributes

◆ getProperty

JSObjectGetPropertyCallback JSStaticValue::getProperty

◆ name

const char * JSStaticValue::name

◆ setProperty

JSObjectSetPropertyCallback JSStaticValue::setProperty

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