/external/v8/src/ |
D | bootstrapper.cc | 398 PropertyAttributes attributes = DONT_ENUM) { in InstallFunction() 404 PropertyAttributes attributes = DONT_ENUM) { in InstallFunction() 456 PropertyAttributes attributes = DONT_ENUM; in InstallFunction() 481 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction() 495 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction() 504 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction() 516 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction() 528 return SimpleInstallFunction(isolate, base, name, call, len, adapt, DONT_ENUM, in SimpleInstallFunction() 564 JSObject::DefineAccessor(base, property_name, getter, setter, DONT_ENUM) in SimpleInstallGetter() 592 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY)); in InstallConstant() [all …]
|
D | property-details.h | 21 DONT_ENUM = ::v8::DontEnum, enumerator 24 ALL_ATTRIBUTES_MASK = READ_ONLY | DONT_ENUM | DONT_DELETE, 49 STATIC_ASSERT(ONLY_ENUMERABLE == static_cast<PropertyFilter>(DONT_ENUM)); 328 bool IsDontEnum() const { return (attributes() & DONT_ENUM) != 0; } in IsDontEnum() 348 (DONT_ENUM << AttributesField::kShift);
|
D | property-descriptor.h | 111 (has_enumerable() && !enumerable() ? DONT_ENUM : NONE) | in ToAttributes()
|
D | property.cc | 20 os << (((attributes & DONT_ENUM) == 0) ? "E" : "_"); // enumerable in operator <<()
|
D | lookup.cc | 103 DCHECK_EQ(DONT_ENUM, details.attributes()); in ForTransitionHandler() 544 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM); in PrepareTransitionToDataProperty() 700 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM); in TransitionToAccessorProperty()
|
D | messages.cc | 859 obj, key, frame_array, DONT_ENUM), in ConstructCallSite() 865 obj, key, value, DONT_ENUM), in ConstructCallSite() 1126 msg_string, DONT_ENUM), in Construct()
|
D | transitions.cc | 251 PropertyAttributes attributes = name->IsPrivate() ? DONT_ENUM : NONE; in FindTransitionToDataProperty()
|
D | api-natives.cc | 661 DONT_ENUM); in CreateApiFunction()
|
D | keys.cc | 511 if ((value & DONT_ENUM) == 0) { in FilterForEnumerableProperties()
|
D | objects.cc | 1852 if (!result.is_null()) return Just(DONT_ENUM); in GetPropertyAttributesWithInterceptorInternal() 7035 if (attrs & DONT_ENUM) continue; in DefineProperties() 7378 attrs | (desc->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 7381 attrs | (current->enumerable() ? NONE : DONT_ENUM)); in ValidateAndApplyPropertyDescriptor() 7821 desc->ToAttributes() != DONT_ENUM) { in SetPrivateSymbol() 7835 DCHECK_EQ(DONT_ENUM, it.property_attributes()); in SetPrivateSymbol() 7841 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell); in SetPrivateSymbol() 7972 desc->set_enumerable((attrs & DONT_ENUM) == 0); in GetOwnPropertyDescriptor() 10228 int mask = DONT_DELETE | DONT_ENUM; in CopyUpToAddAttributes() 13436 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)), in SetName()
|
/external/v8/src/objects/ |
D | literal-objects.cc | 90 d = Descriptor::DataConstant(name, value, DONT_ENUM); in AddToDescriptorArrayTemplate() 98 d = Descriptor::AccessorConstant(name, pair, DONT_ENUM); in AddToDescriptorArrayTemplate() 106 Descriptor d = Descriptor::DataConstant(name, value, DONT_ENUM); in AddToDescriptorArrayTemplate() 118 Descriptor d = Descriptor::AccessorConstant(name, new_pair, DONT_ENUM); in AddToDescriptorArrayTemplate() 186 value_kind != ClassBoilerplate::kData ? kAccessor : kData, DONT_ENUM, in AddToDictionaryTemplate() 227 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate() 252 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate() 274 PropertyDetails details(kAccessor, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate() 470 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate() 477 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate() [all …]
|
/external/v8/src/js/ |
D | prologue.js | 44 var attributes = DONT_ENUM | DONT_DELETE | READ_ONLY; 71 UNDEFINED, DONT_ENUM | DONT_DELETE); 77 %AddNamedProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
|
D | typedarray.js | 91 DONT_ENUM);
|
D | macros.py | 33 define DONT_ENUM = 2;
|
D | array.js | 768 DONT_ENUM | READ_ONLY);
|
/external/v8/src/runtime/ |
D | runtime-forin.cc | 74 } else if (result.FromJust() & DONT_ENUM) { in HasEnumerableProperty() 100 DCHECK_EQ(0, result.FromJust() & DONT_ENUM); in HasEnumerableProperty()
|
D | runtime-utils.h | 99 CHECK_EQ(args.smi_at(index) & ~(READ_ONLY | DONT_ENUM | DONT_DELETE), 0); \
|
D | runtime-classes.cc | 410 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in AddDescriptorsByTemplate()
|
D | runtime-scopes.cc | 90 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM || in DeclareGlobal()
|
D | runtime-object.cc | 848 ? PropertyAttributes::DONT_ENUM in RUNTIME_FUNCTION()
|
/external/v8/src/builtins/ |
D | builtins-error.cc | 75 isolate, JSObject::SetAccessor(object, name, error_stack, DONT_ENUM)); in BUILTIN()
|
D | builtins-object.cc | 34 return isolate->heap()->ToBoolean((maybe.FromJust() & DONT_ENUM) == 0); in BUILTIN()
|
/external/v8/src/ic/ |
D | handler-configuration.cc | 210 DCHECK_EQ(DONT_ENUM, details.attributes()); in StoreTransition()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 1416 PropertyAttributes attributes = static_cast<PropertyAttributes>(DONT_ENUM); in InstallFunc() 1490 PropertyAttributes attributes = static_cast<PropertyAttributes>(DONT_ENUM); in Install() 1493 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in Install() 1608 attributes = static_cast<PropertyAttributes>(DONT_ENUM); in Install()
|
/external/v8/src/heap/ |
D | factory.cc | 2411 DONT_ENUM); in NewFunctionPrototype() 3913 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateSloppyFunctionMap() 3915 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); in CreateSloppyFunctionMap() 3917 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateSloppyFunctionMap() 3989 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); in CreateStrictFunctionMap() 3991 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateStrictFunctionMap() 3993 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateStrictFunctionMap() 4023 DONT_ENUM, Representation::Tagged()); in CreateStrictFunctionMap() 4054 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateClassFunctionMap() 4056 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateClassFunctionMap()
|