Home
last modified time | relevance | path

Searched refs:PropertyAttribute (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/include/
Dv8-template.h53 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 …]
Dv8-object.h137 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/
Duv.cc57 using v8::PropertyAttribute;
118 PropertyAttribute attributes = in Initialize()
119 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dfs_event_wrap.cc42 using v8::PropertyAttribute;
118 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum)); in Initialize()
Dnode_contextify.cc68 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()
Dnode_perf.cc31 using v8::PropertyAttribute;
360 PropertyAttribute attr = in Initialize()
361 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dstream_base.cc36 using v8::PropertyAttribute;
496 enum PropertyAttribute attributes, in AddMethod()
515 enum PropertyAttribute attributes = in AddMethods()
516 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum); in AddMethods()
Dstream_wrap.cc56 using v8::PropertyAttribute;
155 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
Dasync_wrap.cc47 using v8::PropertyAttribute;
371 PropertyAttribute ReadOnlyDontDelete = in Initialize()
372 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dnode.h817 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 | \
Dudp_wrap.cc48 using v8::PropertyAttribute;
162 enum PropertyAttribute attributes = in Initialize()
163 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dutil.h718 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontEnum)) \
739 v8::PropertyAttribute constant_attributes = \
740 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
Dstream_base.h414 enum v8::PropertyAttribute attributes,
Djs_native_api_v8.cc209 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/
Dv8value_ctocpp.h71 PropertyAttribute attribute) override;
75 PropertyAttribute attribute) override;
Dv8value_ctocpp.cc678 PropertyAttribute attribute) { in SetValue()
727 PropertyAttribute attribute) { in SetValue()
/third_party/node/deps/v8/src/debug/
Ddebug-property-iterator.cc107 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()
Ddebug-property-iterator.h39 v8::Maybe<v8::PropertyAttribute> attributes() override;
/third_party/cef/include/
Dcef_v8.h436 typedef cef_v8_propertyattribute_t PropertyAttribute; typedef
760 PropertyAttribute attribute) = 0;
781 PropertyAttribute attribute) = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h261 PropertyAttribute attribute) override;
265 PropertyAttribute attribute) override;
Dv8_impl.cc1991 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/
Dcrypto_dh.cc30 using v8::PropertyAttribute;
67 const PropertyAttribute attributes = in Initialize()
68 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
/third_party/node/deps/v8/src/api/
Dapi.cc1178 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/
Dcef_message_router.cc783 CefV8Value::PropertyAttribute attributes = in OnContextCreated()
784 static_cast<CefV8Value::PropertyAttribute>( in OnContextCreated()
/third_party/node/deps/v8/src/inspector/
Dvalue-mirror.cc1421 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()

12