Searched refs:PropertyAttribute (Results 1 – 22 of 22) sorted by relevance
56 using v8::PropertyAttribute;118 PropertyAttribute attributes = in Initialize()119 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
30 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()
41 using v8::PropertyAttribute;115 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum)); in Initialize()
66 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()
34 using v8::PropertyAttribute;372 enum PropertyAttribute attributes, in AddMethod()388 enum PropertyAttribute attributes = in AddMethods()389 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum); in AddMethods()
49 using v8::PropertyAttribute;140 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
598 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 | \
46 using v8::PropertyAttribute;406 PropertyAttribute ReadOnlyDontDelete = in Initialize()407 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
43 using v8::PropertyAttribute;137 enum PropertyAttribute attributes = in Initialize()138 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
665 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontEnum)) \686 v8::PropertyAttribute constant_attributes = \687 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
400 enum v8::PropertyAttribute attributes,
81 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()
53 using v8::PropertyAttribute;1294 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in Initialize()
101 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()
71 PropertyAttribute attribute) override;75 PropertyAttribute attribute) override;
678 PropertyAttribute attribute) { in SetValue()727 PropertyAttribute attribute) { in SetValue()
436 typedef cef_v8_propertyattribute_t PropertyAttribute; typedef760 PropertyAttribute attribute) = 0;781 PropertyAttribute attribute) = 0;
261 PropertyAttribute attribute) override;265 PropertyAttribute attribute) override;
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()
783 CefV8Value::PropertyAttribute attributes = in OnContextCreated()784 static_cast<CefV8Value::PropertyAttribute>( in OnContextCreated()
128 CefV8Value::PropertyAttribute attributes = in OnContextCreated()129 static_cast<CefV8Value::PropertyAttribute>( in OnContextCreated()
361 …odejs/node/commit/eafbfadec3)] - **src**: elevate v8 namespaces for PropertyAttribute (gengjiawen)…