Searched refs:DontDelete (Results 1 - 20 of 20) sorted by relevance
/third_party/node/src/ |
H A D | uv.cc | 50 using v8::DontDelete; 119 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
H A D | fs_event_wrap.cc | 32 using v8::DontDelete; 118 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum)); in Initialize()
|
H A D | node_perf.cc | 18 using v8::DontDelete; 349 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
H A D | stream_wrap.cc | 44 using v8::DontDelete; 155 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
|
H A D | node_env_var.cc | 14 using v8::DontDelete; 167 static_cast<int32_t>(DontDelete) | in Query()
|
H A D | async_wrap.cc | 33 using v8::DontDelete; 372 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
H A D | stream_base.cc | 24 using v8::DontDelete; 517 static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum); in AddMethods()
|
H A D | udp_wrap.cc | 39 using v8::DontDelete; 163 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
H A D | node.h | 818 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \ 838 v8::DontDelete | \
|
H A D | util.h | 736 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete); \
|
H A D | js_native_api_v8.cc | 417 attribute_flags |= v8::PropertyAttribute::DontDelete; in V8PropertyAttributesFromDescriptor()
|
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 18 using v8::DontDelete; 68 static_cast<PropertyAttribute>(ReadOnly | DontDelete); in Initialize()
|
H A D | crypto_context.cc | 27 using v8::DontDelete; 325 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in GetConstructorTemplate()
|
H A D | crypto_tls.cc | 44 using v8::DontDelete; 2114 static_cast<PropertyAttribute>(ReadOnly | DontDelete)); in Initialize()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-object.h | 144 /** 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 D | v8-object.h | 146 /** 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 D | property-details.h | 22 DONT_DELETE = ::v8::DontDelete,
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 210 PropertyAttribute::DontDelete | PropertyAttribute::ReadOnly)); in IndexedQuery()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | value-mirror.cc | 1457 configurable = !(attributes & v8::PropertyAttribute::DontDelete); in getProperties()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 4460 desc.set_configurable(!(attributes & v8::DontDelete)); in DefineOwnProperty()
|
Completed in 55 milliseconds