Home
last modified time | relevance | path

Searched refs:DontDelete (Results 1 - 20 of 20) sorted by relevance

/third_party/node/src/
H A Duv.cc50 using v8::DontDelete;
119 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
H A Dfs_event_wrap.cc32 using v8::DontDelete;
118 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum)); in Initialize()
H A Dnode_perf.cc18 using v8::DontDelete;
349 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
H A Dstream_wrap.cc44 using v8::DontDelete;
155 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
H A Dnode_env_var.cc14 using v8::DontDelete;
167 static_cast<int32_t>(DontDelete) | in Query()
H A Dasync_wrap.cc33 using v8::DontDelete;
372 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
H A Dstream_base.cc24 using v8::DontDelete;
517 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum); in AddMethods()
H A Dudp_wrap.cc39 using v8::DontDelete;
163 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
H A Dnode.h818 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
838 v8::DontDelete | \
H A Dutil.h736 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
H A Djs_native_api_v8.cc417 attribute_flags |= v8::PropertyAttribute::DontDelete; in V8PropertyAttributesFromDescriptor()
/third_party/node/src/crypto/
H A Dcrypto_dh.cc18 using v8::DontDelete;
68 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
H A Dcrypto_context.cc27 using v8::DontDelete;
325 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
H A Dcrypto_tls.cc44 using v8::DontDelete;
2114 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in Initialize()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h144 /** DontDelete, i.e., not configurable. **/
145 DontDelete = 1 << 2 enumerator
307 * any combination of ReadOnly, DontEnum and DontDelete. Returns
578 * which can be None or any combination of ReadOnly, DontEnum and DontDelete.
595 * None or any combination of ReadOnly, DontEnum and DontDelete.
/third_party/node/deps/v8/include/
H A Dv8-object.h146 /** DontDelete, i.e., not configurable. **/
147 DontDelete = 1 << 2 enumerator
300 * any combination of ReadOnly, DontEnum and DontDelete. Returns
566 * which can be None or any combination of ReadOnly, DontEnum and DontDelete.
583 * None or any combination of ReadOnly, DontEnum and DontDelete.
/third_party/node/deps/v8/src/objects/
H A Dproperty-details.h22 DONT_DELETE = ::v8::DontDelete,
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc210 PropertyAttribute::DontDelete | PropertyAttribute::ReadOnly)); in IndexedQuery()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1457 configurable = !(attributes & v8::PropertyAttribute::DontDelete); in getProperties()
/third_party/node/deps/v8/src/api/
H A Dapi.cc4460 desc.set_configurable(!(attributes & v8::DontDelete)); in DefineOwnProperty()

Completed in 55 milliseconds