/third_party/node/deps/v8/include/ |
D | v8-template.h | 53 PropertyAttribute attributes = None); 55 PropertyAttribute attributes = None); 57 PropertyAttribute attributes = None); 63 PropertyAttribute attribute = None, AccessControl settings = DEFAULT); 96 PropertyAttribute attribute, Local<AccessorSignature> signature, 104 PropertyAttribute attribute, Local<AccessorSignature> signature, 111 Local<Value> data = Local<Value>(), PropertyAttribute attribute = None, 118 Local<Value> data = Local<Value>(), PropertyAttribute attribute = None, 129 Local<Value> data = Local<Value>(), PropertyAttribute attribute = None, 138 PropertyAttribute attribute = None); [all …]
|
D | v8-object.h | 137 enum PropertyAttribute { enum 272 PropertyAttribute attributes = None); 301 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes( 344 AccessControl settings = DEFAULT, PropertyAttribute attribute = None, 350 PropertyAttribute attribute = None, 361 Local<Value> data = Local<Value>(), PropertyAttribute attributes = None, 376 PropertyAttribute attributes = None, 552 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> 569 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetRealNamedPropertyAttributes(
|
/third_party/node/src/ |
D | uv.cc | 57 using v8::PropertyAttribute; 118 PropertyAttribute attributes = in Initialize() 119 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
D | fs_event_wrap.cc | 42 using v8::PropertyAttribute; 118 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum)); in Initialize()
|
D | node_contextify.cc | 68 using v8::PropertyAttribute; 299 static_cast<v8::PropertyAttribute>(v8::DontEnum)) in New() 494 PropertyAttribute attributes = PropertyAttribute::None; in PropertySetterCallback() 500 static_cast<int>(PropertyAttribute::ReadOnly); in PropertySetterCallback() 507 static_cast<int>(PropertyAttribute::ReadOnly)); in PropertySetterCallback() 586 PropertyAttribute attributes = PropertyAttribute::None; in PropertyDefinerCallback() 593 static_cast<int>(PropertyAttribute::ReadOnly); in PropertyDefinerCallback()
|
D | node_perf.cc | 31 using v8::PropertyAttribute; 360 PropertyAttribute attr = in Initialize() 361 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
D | stream_base.cc | 36 using v8::PropertyAttribute; 496 enum PropertyAttribute attributes, in AddMethod() 515 enum PropertyAttribute attributes = in AddMethods() 516 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum); in AddMethods()
|
D | stream_wrap.cc | 56 using v8::PropertyAttribute; 155 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
|
D | async_wrap.cc | 47 using v8::PropertyAttribute; 371 PropertyAttribute ReadOnlyDontDelete = in Initialize() 372 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
D | node.h | 817 v8::PropertyAttribute constant_attributes = \ 818 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \ 836 v8::PropertyAttribute constant_attributes = \ 837 static_cast<v8::PropertyAttribute>(v8::ReadOnly | \
|
D | udp_wrap.cc | 48 using v8::PropertyAttribute; 162 enum PropertyAttribute attributes = in Initialize() 163 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
D | util.h | 718 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontEnum)) \ 739 v8::PropertyAttribute constant_attributes = \ 740 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
|
D | stream_base.h | 414 enum v8::PropertyAttribute attributes,
|
D | js_native_api_v8.cc | 209 inline v8::PropertyAttribute V8PropertyAttributesFromDescriptor( in V8PropertyAttributesFromDescriptor() 211 unsigned int attribute_flags = v8::PropertyAttribute::None; in V8PropertyAttributesFromDescriptor() 217 attribute_flags |= v8::PropertyAttribute::ReadOnly; in V8PropertyAttributesFromDescriptor() 221 attribute_flags |= v8::PropertyAttribute::DontEnum; in V8PropertyAttributesFromDescriptor() 224 attribute_flags |= v8::PropertyAttribute::DontDelete; in V8PropertyAttributesFromDescriptor() 227 return static_cast<v8::PropertyAttribute>(attribute_flags); in V8PropertyAttributesFromDescriptor() 909 v8::PropertyAttribute attributes = in napi_define_class()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8value_ctocpp.h | 71 PropertyAttribute attribute) override; 75 PropertyAttribute attribute) override;
|
D | v8value_ctocpp.cc | 678 PropertyAttribute attribute) { in SetValue() 727 PropertyAttribute attribute) { in SetValue()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-property-iterator.cc | 107 v8::Maybe<v8::PropertyAttribute> DebugPropertyIterator::attributes() { in attributes() 111 if (result.IsNothing()) return Nothing<v8::PropertyAttribute>(); in attributes() 136 return Just(static_cast<v8::PropertyAttribute>(result.FromJust())); in attributes()
|
D | debug-property-iterator.h | 39 v8::Maybe<v8::PropertyAttribute> attributes() override;
|
/third_party/cef/include/ |
D | cef_v8.h | 436 typedef cef_v8_propertyattribute_t PropertyAttribute; typedef 760 PropertyAttribute attribute) = 0; 781 PropertyAttribute attribute) = 0;
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.h | 261 PropertyAttribute attribute) override; 265 PropertyAttribute attribute) override;
|
D | v8_impl.cc | 1991 PropertyAttribute attribute) { in SetValue() 2021 static_cast<v8::PropertyAttribute>(attribute)); in SetValue() 2064 PropertyAttribute attribute) { in SetValue() 2100 static_cast<v8::PropertyAttribute>(attribute)); in SetValue()
|
/third_party/node/src/crypto/ |
D | crypto_dh.cc | 30 using v8::PropertyAttribute; 67 const PropertyAttribute attributes = in Initialize() 68 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 1178 v8::PropertyAttribute attribute) { in Set() 1202 v8::PropertyAttribute attribute) { in SetPrivate() 1210 v8::PropertyAttribute attribute, in SetAccessorProperty() 1614 Data data, AccessControl settings, PropertyAttribute attribute, in TemplateSetAccessor() 1640 PropertyAttribute attribute, in SetNativeDataProperty() 1652 PropertyAttribute attribute, v8::Local<AccessorSignature> signature, in SetNativeDataProperty() 1664 PropertyAttribute attribute, in SetNativeDataProperty() 1676 PropertyAttribute attribute, v8::Local<AccessorSignature> signature, in SetNativeDataProperty() 1687 PropertyAttribute attribute, in SetLazyDataProperty() 1697 PropertyAttribute attribute) { in SetIntrinsicDataProperty() [all …]
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 783 CefV8Value::PropertyAttribute attributes = in OnContextCreated() 784 static_cast<CefV8Value::PropertyAttribute>( in OnContextCreated()
|
/third_party/node/deps/v8/src/inspector/ |
D | value-mirror.cc | 1421 v8::PropertyAttribute attributes; in getProperties() 1443 writable = !(attributes & v8::PropertyAttribute::ReadOnly); in getProperties() 1444 enumerable = !(attributes & v8::PropertyAttribute::DontEnum); in getProperties() 1445 configurable = !(attributes & v8::PropertyAttribute::DontDelete); in getProperties()
|