Home
last modified time | relevance | path

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

/third_party/node/src/
Duv.cc56 using v8::PropertyAttribute;
118 PropertyAttribute attributes = in Initialize()
119 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dnode_perf.cc30 using v8::PropertyAttribute;
58 PropertyAttribute attr = in InitObject()
59 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in InitObject()
241 PropertyAttribute attr = in PerformanceGCCallback()
242 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in PerformanceGCCallback()
517 PropertyAttribute attr = in Initialize()
518 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dfs_event_wrap.cc41 using v8::PropertyAttribute;
115 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum)); in Initialize()
Dnode_contextify.cc66 using v8::PropertyAttribute;
404 PropertyAttribute attributes = PropertyAttribute::None; in PropertySetterCallback()
410 static_cast<int>(PropertyAttribute::ReadOnly); in PropertySetterCallback()
417 static_cast<int>(PropertyAttribute::ReadOnly)); in PropertySetterCallback()
490 PropertyAttribute attributes = PropertyAttribute::None; in PropertyDefinerCallback()
497 static_cast<int>(PropertyAttribute::ReadOnly); in PropertyDefinerCallback()
Dstream_base.cc34 using v8::PropertyAttribute;
372 enum PropertyAttribute attributes, in AddMethod()
388 enum PropertyAttribute attributes = in AddMethods()
389 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum); in AddMethods()
Dstream_wrap.cc49 using v8::PropertyAttribute;
140 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
Dnode.h598 v8::PropertyAttribute constant_attributes = \
599 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
617 v8::PropertyAttribute constant_attributes = \
618 static_cast<v8::PropertyAttribute>(v8::ReadOnly | \
Dasync_wrap.cc46 using v8::PropertyAttribute;
406 PropertyAttribute ReadOnlyDontDelete = in Initialize()
407 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dudp_wrap.cc43 using v8::PropertyAttribute;
137 enum PropertyAttribute attributes = in Initialize()
138 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
Dutil.h665 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontEnum)) \
686 v8::PropertyAttribute constant_attributes = \
687 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
Dstream_base.h400 enum v8::PropertyAttribute attributes,
Djs_native_api_v8.cc81 inline static v8::PropertyAttribute V8PropertyAttributesFromDescriptor( in V8PropertyAttributesFromDescriptor()
83 unsigned int attribute_flags = v8::PropertyAttribute::None; in V8PropertyAttributesFromDescriptor()
89 attribute_flags |= v8::PropertyAttribute::ReadOnly; in V8PropertyAttributesFromDescriptor()
93 attribute_flags |= v8::PropertyAttribute::DontEnum; in V8PropertyAttributesFromDescriptor()
96 attribute_flags |= v8::PropertyAttribute::DontDelete; in V8PropertyAttributesFromDescriptor()
99 return static_cast<v8::PropertyAttribute>(attribute_flags); in V8PropertyAttributesFromDescriptor()
842 v8::PropertyAttribute attributes = in napi_define_class()
Dtls_wrap.cc53 using v8::PropertyAttribute;
1294 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in Initialize()
Dnode_crypto.cc101 using v8::PropertyAttribute;
536 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in Initialize()
5177 const PropertyAttribute attributes = in Initialize()
5178 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
/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/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/cef/libcef_dll/wrapper/
Dcef_message_router.cc783 CefV8Value::PropertyAttribute attributes = in OnContextCreated()
784 static_cast<CefV8Value::PropertyAttribute>( in OnContextCreated()
/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc128 CefV8Value::PropertyAttribute attributes = in OnContextCreated()
129 static_cast<CefV8Value::PropertyAttribute>( in OnContextCreated()
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md361 …odejs/node/commit/eafbfadec3)] - **src**: elevate v8 namespaces for PropertyAttribute (gengjiawen)…