Home
last modified time | relevance | path

Searched refs:set_configurable (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.cc90 desc->set_configurable(value->BooleanValue(isolate)); in ToPropertyDescriptorFastPath()
225 desc->set_configurable(configurable->BooleanValue(isolate)); in ToPropertyDescriptor()
338 if (!desc->has_configurable()) desc->set_configurable(false); in CompletePropertyDescriptor()
H A Dtemplate-objects.cc63 raw_desc.set_configurable(false); in GetTemplateObject()
H A Dproperty-descriptor.h79 void set_configurable(bool configurable) { in set_configurable() function in v8::internal::PropertyDescriptor
H A Djs-array-buffer.cc316 if (!desc->has_configurable()) desc->set_configurable(true); in DefineOwnProperty()
H A Djs-objects.cc1347 descriptor->set_configurable(desc->configurable()); in DefinePropertyWithInterceptorInternal()
1453 if (!desc->has_configurable()) desc->set_configurable(false); in ValidateAndApplyPropertyDescriptor()
1473 if (!desc->has_configurable()) desc->set_configurable(false); in ValidateAndApplyPropertyDescriptor()
1701 new_desc.set_configurable(true); in CreateDataProperty()
1722 new_desc.set_configurable(true); in AddPrivateField()
1885 desc->set_configurable((attrs & DONT_DELETE) == 0); in GetOwnPropertyDescriptor()
1926 no_conf.set_configurable(false); in SetIntegrityLevel()
1929 no_conf_no_write.set_configurable(false); in SetIntegrityLevel()
3541 descriptor.set_configurable((attributes & DONT_DELETE) != 0); in DefineOwnPropertyIgnoreAttributes()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h117 void set_configurable(bool configurable);
/third_party/node/deps/v8/include/
H A Dv8-object.h119 void set_configurable(bool configurable);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc87 desc.set_configurable(true); in ObjectDefineAccessor()
H A Dbuiltins-intl.cc317 desc.set_configurable(false); in LegacyFormatConstructor()
/third_party/node/src/api/
H A Denvironment.cc666 descriptor.set_configurable(true); in InitializeContextRuntime()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc197 desc.set_configurable(true); in RecurseAndApply()
/third_party/node/src/
H A Dnode_contextify.cc607 desc_for_sandbox->set_configurable(desc.configurable()); in PropertyDefinerCallback()
H A Djs_native_api_v8.cc2706 descriptor.set_configurable((p->attributes & JSVM_CONFIGURABLE) != 0); in OH_JSVM_DefineProperties()
2721 descriptor.set_configurable((p->attributes & JSVM_CONFIGURABLE) != 0); in OH_JSVM_DefineProperties()
2744 descriptor.set_configurable((p->attributes & JSVM_CONFIGURABLE) != 0); in OH_JSVM_DefineProperties()
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc197 descriptor.set_configurable(false); in IndexedDescriptor()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1801 desc.set_configurable(is_asm_js); in ProcessExports()
/third_party/node/deps/v8/src/api/
H A Dapi.cc4435 void v8::PropertyDescriptor::set_configurable(bool configurable) { in set_configurable() function in v8::v8::PropertyDescriptor
4436 private_->desc.set_configurable(configurable); in set_configurable()
4460 desc.set_configurable(!(attributes & v8::DontDelete)); in DefineOwnProperty()
4511 desc.set_configurable(true); in SetPrivate()
/third_party/node/deps/v8/src/ic/
H A Dic.cc1757 new_desc.set_configurable(true); in DefineOwnDataProperty()

Completed in 58 milliseconds