Lines Matching refs:PropertyAttribute
401 // convert from n-api property attributes to v8::PropertyAttribute
402 inline v8::PropertyAttribute V8PropertyAttributesFromDescriptor(
404 unsigned int attribute_flags = v8::PropertyAttribute::None;
410 attribute_flags |= v8::PropertyAttribute::ReadOnly;
414 attribute_flags |= v8::PropertyAttribute::DontEnum;
417 attribute_flags |= v8::PropertyAttribute::DontDelete;
420 return static_cast<v8::PropertyAttribute>(attribute_flags);
1544 v8::PropertyAttribute attributes =
2263 v8::PropertyAttribute attributes =
2268 // and preferred PropertyAttribute for lack of PropertyDescriptor
4782 v8::PropertyAttribute attributes = v8impl::V8PropertyAttributesFromDescriptor(p);
4786 // and preferred PropertyAttribute for lack of PropertyDescriptor