Home
last modified time | relevance | path

Searched defs:PropertyDescriptor (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-interface.h645 struct PropertyDescriptor { struct
646 bool enumerable : 1;
647 bool has_enumerable : 1;
648 bool configurable : 1;
649 bool has_configurable : 1;
650 bool writable : 1;
651 bool has_writable : 1;
652 v8::Local<v8::Value> value;
653 v8::Local<v8::Value> get;
654 v8::Local<v8::Value> set;
/third_party/node/deps/v8/src/objects/
Dproperty-descriptor.h20 PropertyDescriptor() in PropertyDescriptor() function
Dobject-list-macros.h49 class PropertyDescriptor; variable
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc515 struct PropertyDescriptor { struct
516 FieldIndex field_index;
517 ObjectData* field_owner = nullptr;
/third_party/typescript/src/lib/
Des5.d.ts89 interface PropertyDescriptor { interface
/third_party/typescript/lib/
Dlib.es5.d.ts109 interface PropertyDescriptor { interface
/third_party/node/deps/v8/src/api/
Dapi.cc4360 v8::PropertyDescriptor::PropertyDescriptor() : private_(new PrivateData()) {} in PropertyDescriptor() function in v8::v8::PropertyDescriptor
4363 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value) in PropertyDescriptor() function in v8::v8::PropertyDescriptor
4369 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value, in PropertyDescriptor() function in v8::v8::PropertyDescriptor
4377 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> get, in PropertyDescriptor() function in v8::v8::PropertyDescriptor
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp100264 struct PropertyDescriptor { struct
100271 PropertyDescriptor() in PropertyDescriptor() function
100284 class WrappedPtrOperations<JS::PropertyDescriptor, Wrapper>