Lines Matching defs:PropertyDescriptor
4355 struct v8::PropertyDescriptor::PrivateData {
4357 i::PropertyDescriptor desc;
4360 v8::PropertyDescriptor::PropertyDescriptor() : private_(new PrivateData()) {}
4363 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value)
4369 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value,
4377 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> get,
4386 v8::PropertyDescriptor::~PropertyDescriptor() { delete private_; }
4388 v8::Local<Value> v8::PropertyDescriptor::value() const {
4393 v8::Local<Value> v8::PropertyDescriptor::get() const {
4398 v8::Local<Value> v8::PropertyDescriptor::set() const {
4403 bool v8::PropertyDescriptor::has_value() const {
4406 bool v8::PropertyDescriptor::has_get() const {
4409 bool v8::PropertyDescriptor::has_set() const {
4413 bool v8::PropertyDescriptor::writable() const {
4418 bool v8::PropertyDescriptor::has_writable() const {
4422 void v8::PropertyDescriptor::set_enumerable(bool enumerable) {
4426 bool v8::PropertyDescriptor::enumerable() const {
4431 bool v8::PropertyDescriptor::has_enumerable() const {
4435 void v8::PropertyDescriptor::set_configurable(bool configurable) {
4439 bool v8::PropertyDescriptor::configurable() const {
4444 bool v8::PropertyDescriptor::has_configurable() const {
4457 i::PropertyDescriptor desc;
4485 PropertyDescriptor& descriptor) {
4508 i::PropertyDescriptor desc;
4581 i::PropertyDescriptor desc;