Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-descriptor.h22 PropertyDescriptor() in PropertyDescriptor() function
Dobjects.h721 class PropertyDescriptor; variable
Dapi.cc4178 v8::PropertyDescriptor::PropertyDescriptor() : private_(new PrivateData()) {} in PropertyDescriptor() function in v8::v8::PropertyDescriptor
4181 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value) in PropertyDescriptor() function in v8::v8::PropertyDescriptor
4187 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value, in PropertyDescriptor() function in v8::v8::PropertyDescriptor
4195 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> get, in PropertyDescriptor() function in v8::v8::PropertyDescriptor
/external/v8/include/
Dv8.h95 class PropertyDescriptor; variable