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

/external/v8/src/
H A Dproperty-descriptor.h19 class PropertyDescriptor { class in namespace:v8::internal
21 PropertyDescriptor() function in class:v8::internal::PropertyDescriptor
30 static bool IsAccessorDescriptor(PropertyDescriptor* desc) {
35 static bool IsDataDescriptor(PropertyDescriptor* desc) {
40 static bool IsGenericDescriptor(PropertyDescriptor* desc) {
49 PropertyDescriptor* desc);
53 PropertyDescriptor* desc);
126 // constructor for std::vector<PropertyDescriptor>, so we can't
127 // DISALLOW_COPY_AND_ASSIGN(PropertyDescriptor); here.
H A Dapi.cc4181 struct v8::PropertyDescriptor::PrivateData {
4183 i::PropertyDescriptor desc;
4186 v8::PropertyDescriptor::PropertyDescriptor() : private_(new PrivateData()) {} function in class:v8::v8::PropertyDescriptor
4189 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value) function in class:v8::v8::PropertyDescriptor
4195 v8::PropertyDescriptor::PropertyDescriptor(v8::Local<v8::Value> value, function in class:v8::v8::PropertyDescriptor
4203 v8::PropertyDescriptor::PropertyDescriptor(v function in class:v8::v8::PropertyDescriptor
[all...]
/external/v8/include/
H A Dv8.h94 class PropertyDescriptor;
2951 // The PropertyDescriptor can change when redefining a property.
2955 Local<Context> context, Local<Name> key, PropertyDescriptor& descriptor);
3845 * v8::PropertyDescriptor d(Local<Value>()), false);
3852 * v8::PropertyDescriptor d(v8::Undefined(isolate));
3855 * v8::PropertyDescriptor d(v8::Undefined(isolate), Local<Value>()));
3858 class V8_EXPORT PropertyDescriptor { class in namespace:v8
3861 PropertyDescriptor();
3864 PropertyDescriptor(Local<Value> value);
3867 PropertyDescriptor(Loca
[all...]
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 232 milliseconds