#include <PropertyDescriptor.h>
◆ PropertyDescriptor() [1/4]
JSC::PropertyDescriptor::PropertyDescriptor |
( |
| ) |
|
|
inline |
◆ PropertyDescriptor() [2/4]
JSC::PropertyDescriptor::PropertyDescriptor |
( |
JSValue |
value, |
|
|
unsigned |
attributes |
|
) |
| |
|
inline |
◆ PropertyDescriptor() [3/4]
JSC::PropertyDescriptor::PropertyDescriptor |
( |
| ) |
|
|
inline |
◆ PropertyDescriptor() [4/4]
JSC::PropertyDescriptor::PropertyDescriptor |
( |
JSValue |
value, |
|
|
unsigned |
attributes |
|
) |
| |
|
inline |
◆ attributes() [1/2]
unsigned JSC::PropertyDescriptor::attributes |
( |
| ) |
const |
|
inline |
◆ attributes() [2/2]
unsigned JSC::PropertyDescriptor::attributes |
( |
| ) |
const |
|
inline |
◆ attributesEqual() [1/2]
◆ attributesEqual() [2/2]
◆ attributesOverridingCurrent() [1/2]
unsigned JSC::PropertyDescriptor::attributesOverridingCurrent |
( |
const PropertyDescriptor & |
current | ) |
const |
◆ attributesOverridingCurrent() [2/2]
unsigned JSC::PropertyDescriptor::attributesOverridingCurrent |
( |
const PropertyDescriptor & |
current | ) |
const |
◆ configurable() [1/2]
◆ configurable() [2/2]
bool JSC::PropertyDescriptor::configurable |
( |
| ) |
const |
◆ configurablePresent() [1/2]
bool JSC::PropertyDescriptor::configurablePresent |
( |
| ) |
const |
|
inline |
◆ configurablePresent() [2/2]
bool JSC::PropertyDescriptor::configurablePresent |
( |
| ) |
const |
|
inline |
◆ enumerable() [1/2]
◆ enumerable() [2/2]
bool JSC::PropertyDescriptor::enumerable |
( |
| ) |
const |
◆ enumerablePresent() [1/2]
bool JSC::PropertyDescriptor::enumerablePresent |
( |
| ) |
const |
|
inline |
◆ enumerablePresent() [2/2]
bool JSC::PropertyDescriptor::enumerablePresent |
( |
| ) |
const |
|
inline |
◆ equalTo() [1/2]
◆ equalTo() [2/2]
◆ getter() [1/2]
JSValue JSC::PropertyDescriptor::getter |
( |
| ) |
const |
◆ getter() [2/2]
◆ getterObject() [1/2]
JSObject* JSC::PropertyDescriptor::getterObject |
( |
| ) |
const |
◆ getterObject() [2/2]
JSObject * JSC::PropertyDescriptor::getterObject |
( |
| ) |
const |
◆ getterPresent() [1/2]
bool JSC::PropertyDescriptor::getterPresent |
( |
| ) |
const |
|
inline |
◆ getterPresent() [2/2]
bool JSC::PropertyDescriptor::getterPresent |
( |
| ) |
const |
|
inline |
◆ isAccessorDescriptor() [1/2]
◆ isAccessorDescriptor() [2/2]
bool JSC::PropertyDescriptor::isAccessorDescriptor |
( |
| ) |
const |
◆ isDataDescriptor() [1/2]
◆ isDataDescriptor() [2/2]
bool JSC::PropertyDescriptor::isDataDescriptor |
( |
| ) |
const |
◆ isEmpty() [1/2]
bool JSC::PropertyDescriptor::isEmpty |
( |
| ) |
const |
|
inline |
◆ isEmpty() [2/2]
bool JSC::PropertyDescriptor::isEmpty |
( |
void |
| ) |
const |
|
inline |
◆ isGenericDescriptor() [1/2]
bool JSC::PropertyDescriptor::isGenericDescriptor |
( |
| ) |
const |
◆ isGenericDescriptor() [2/2]
bool JSC::PropertyDescriptor::isGenericDescriptor |
( |
| ) |
const |
◆ setAccessorDescriptor() [1/2]
void JSC::PropertyDescriptor::setAccessorDescriptor |
( |
GetterSetter * |
accessor, |
|
|
unsigned |
attributes |
|
) |
| |
◆ setAccessorDescriptor() [2/2]
◆ setConfigurable() [1/2]
void JSC::PropertyDescriptor::setConfigurable |
( |
bool |
configurable | ) |
|
◆ setConfigurable() [2/2]
◆ setCustomDescriptor() [1/2]
void JSC::PropertyDescriptor::setCustomDescriptor |
( |
unsigned |
attributes | ) |
|
◆ setCustomDescriptor() [2/2]
◆ setDescriptor() [1/2]
void JSC::PropertyDescriptor::setDescriptor |
( |
JSValue |
value, |
|
|
unsigned |
attributes |
|
) |
| |
◆ setDescriptor() [2/2]
◆ setEnumerable() [1/2]
void JSC::PropertyDescriptor::setEnumerable |
( |
bool |
enumerable | ) |
|
◆ setEnumerable() [2/2]
◆ setGetter() [1/2]
void JSC::PropertyDescriptor::setGetter |
( |
JSValue |
getter | ) |
|
◆ setGetter() [2/2]
◆ setSetter() [1/2]
void JSC::PropertyDescriptor::setSetter |
( |
JSValue |
setter | ) |
|
◆ setSetter() [2/2]
◆ setter() [1/2]
◆ setter() [2/2]
JSValue JSC::PropertyDescriptor::setter |
( |
| ) |
const |
◆ setterObject() [1/2]
JSObject* JSC::PropertyDescriptor::setterObject |
( |
| ) |
const |
◆ setterObject() [2/2]
JSObject * JSC::PropertyDescriptor::setterObject |
( |
| ) |
const |
◆ setterPresent() [1/2]
bool JSC::PropertyDescriptor::setterPresent |
( |
| ) |
const |
|
inline |
◆ setterPresent() [2/2]
bool JSC::PropertyDescriptor::setterPresent |
( |
| ) |
const |
|
inline |
◆ setUndefined() [1/2]
void JSC::PropertyDescriptor::setUndefined |
( |
| ) |
|
◆ setUndefined() [2/2]
◆ setValue() [1/2]
void JSC::PropertyDescriptor::setValue |
( |
JSValue |
value | ) |
|
|
inline |
◆ setValue() [2/2]
void JSC::PropertyDescriptor::setValue |
( |
JSValue |
value | ) |
|
|
inline |
◆ setWritable() [1/2]
void JSC::PropertyDescriptor::setWritable |
( |
bool |
writable | ) |
|
◆ setWritable() [2/2]
◆ slowGetterSetter() [1/2]
◆ slowGetterSetter() [2/2]
◆ value() [1/2]
JSValue JSC::PropertyDescriptor::value |
( |
| ) |
const |
|
inline |
◆ value() [2/2]
JSValue JSC::PropertyDescriptor::value |
( |
| ) |
const |
|
inline |
◆ writable() [1/2]
◆ writable() [2/2]
bool JSC::PropertyDescriptor::writable |
( |
| ) |
const |
◆ writablePresent() [1/2]
bool JSC::PropertyDescriptor::writablePresent |
( |
| ) |
const |
|
inline |
◆ writablePresent() [2/2]
bool JSC::PropertyDescriptor::writablePresent |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: