#include <property-descriptor.h>
Definition at line 18 of file property-descriptor.h.
◆ PropertyDescriptor()
v8::internal::PropertyDescriptor::PropertyDescriptor |
( |
| ) |
|
|
inline |
◆ CompletePropertyDescriptor()
◆ configurable()
bool v8::internal::PropertyDescriptor::configurable |
( |
| ) |
const |
|
inline |
◆ enumerable()
bool v8::internal::PropertyDescriptor::enumerable |
( |
| ) |
const |
|
inline |
◆ get()
◆ has_configurable()
bool v8::internal::PropertyDescriptor::has_configurable |
( |
| ) |
const |
|
inline |
◆ has_enumerable()
bool v8::internal::PropertyDescriptor::has_enumerable |
( |
| ) |
const |
|
inline |
◆ has_get()
bool v8::internal::PropertyDescriptor::has_get |
( |
| ) |
const |
|
inline |
◆ has_set()
bool v8::internal::PropertyDescriptor::has_set |
( |
| ) |
const |
|
inline |
◆ has_value()
bool v8::internal::PropertyDescriptor::has_value |
( |
| ) |
const |
|
inline |
◆ has_writable()
bool v8::internal::PropertyDescriptor::has_writable |
( |
| ) |
const |
|
inline |
◆ is_empty()
bool v8::internal::PropertyDescriptor::is_empty |
( |
| ) |
const |
|
inline |
◆ IsAccessorDescriptor()
◆ IsDataDescriptor()
◆ IsGenericDescriptor()
◆ IsRegularAccessorProperty()
bool v8::internal::PropertyDescriptor::IsRegularAccessorProperty |
( |
| ) |
const |
|
inline |
◆ IsRegularDataProperty()
bool v8::internal::PropertyDescriptor::IsRegularDataProperty |
( |
| ) |
const |
|
inline |
◆ name()
◆ set()
◆ set_configurable()
void v8::internal::PropertyDescriptor::set_configurable |
( |
bool | configurable | ) |
|
|
inline |
◆ set_enumerable()
void v8::internal::PropertyDescriptor::set_enumerable |
( |
bool | enumerable | ) |
|
|
inline |
◆ set_get()
◆ set_name()
◆ set_set()
◆ set_value()
◆ set_writable()
void v8::internal::PropertyDescriptor::set_writable |
( |
bool | writable | ) |
|
|
inline |
◆ ToAttributes()
◆ ToObject()
◆ ToPropertyDescriptor()
◆ ToPropertyDescriptorObject()
◆ value()
Handle< JSAny > v8::internal::PropertyDescriptor::value |
( |
| ) |
const |
|
inline |
◆ writable()
bool v8::internal::PropertyDescriptor::writable |
( |
| ) |
const |
|
inline |
◆ configurable_
bool v8::internal::PropertyDescriptor::configurable_ |
|
private |
◆ enumerable_
bool v8::internal::PropertyDescriptor::enumerable_ |
|
private |
◆ get_
◆ has_configurable_
bool v8::internal::PropertyDescriptor::has_configurable_ |
|
private |
◆ has_enumerable_
bool v8::internal::PropertyDescriptor::has_enumerable_ |
|
private |
◆ has_writable_
bool v8::internal::PropertyDescriptor::has_writable_ |
|
private |
◆ name_
◆ set_
◆ value_
◆ writable_
bool v8::internal::PropertyDescriptor::writable_ |
|
private |
The documentation for this class was generated from the following files: