HomeSort by relevance Sort by last modified time
    Searched refs:PropertyAttributes (Results 1 - 24 of 24) sorted by null

  /external/v8/src/
property.h 91 PropertyAttributes attributes,
107 MapTransitionDescriptor(String* key, Map* map, PropertyAttributes attributes)
127 PropertyAttributes attributes,
137 PropertyAttributes attributes,
147 PropertyAttributes attributes,
180 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM |
213 PropertyAttributes GetAttributes() {
handles.h 201 PropertyAttributes attributes);
206 PropertyAttributes attributes);
211 PropertyAttributes attributes);
224 PropertyAttributes attributes);
229 PropertyAttributes attributes);
244 PropertyAttributes* attributes);
objects.h 112 enum PropertyAttributes {
132 PropertyDetails(PropertyAttributes attributes,
164 PropertyAttributes attributes() { return AttributesField::decode(value_); }
180 class AttributesField: public BitField<PropertyAttributes, 3, 3> {};
650 inline Object* GetProperty(String* key, PropertyAttributes* attributes);
653 PropertyAttributes* attributes);
657 PropertyAttributes* attributes);
    [all...]
contexts.cc 78 int* index_, PropertyAttributes* attributes) {
bootstrapper.cc 359 PropertyAttributes attributes = static_cast<PropertyAttributes>(
371 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
608 static const PropertyAttributes attributes =
609 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
665 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
706 static_cast<PropertyAttributes>(DONT_ENUM |
    [all...]
runtime.h 407 PropertyAttributes attr);
412 PropertyAttributes attr);
handles.cc 223 PropertyAttributes attributes) {
231 PropertyAttributes attributes) {
240 PropertyAttributes attributes) {
265 PropertyAttributes attributes) {
274 PropertyAttributes attributes) {
298 PropertyAttributes* attributes) {
runtime.cc 137 PropertyAttributes attributes =
737 PropertyAttributes base = is_eval ? NONE : DONT_DELETE;
764 PropertyAttributes attributes = global->GetPropertyAttribute(*name);
803 PropertyAttributes attributes = is_const_property
804 ? static_cast<PropertyAttributes>(base | READ_ONLY)
842 PropertyAttributes mode =
843 static_cast<PropertyAttributes>(Smi::cast(args[2])->value());
851 PropertyAttributes attributes;
    [all...]
objects.cc 133 PropertyAttributes* attributes) {
221 PropertyAttributes* attributes) {
278 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck(
447 PropertyAttributes* attributes) {
    [all...]
contexts.h 312 int* index_, PropertyAttributes* attributes);
objects-inl.h 699 PropertyAttributes attributes;
704 Object* Object::GetProperty(String* key, PropertyAttributes* attributes) {
    [all...]
ic.cc 441 PropertyAttributes attr;
682 PropertyAttributes attr;
869 PropertyAttributes attr;
    [all...]
factory.h 294 PropertyAttributes attributes);
stub-cache.cc     [all...]
factory.cc 566 PropertyAttributes attributes) {
578 PropertyAttributes attributes) {
    [all...]
api.cc 792 obj->set_property_attributes(static_cast<PropertyAttributes>(attributes));
    [all...]
  /external/v8/test/cctest/
test-alloc.cc 144 static_cast<PropertyAttributes>(0));
test-api.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 606 PropertyAttributes attr =
    [all...]
codegen-arm.cc     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 719 PropertyAttributes attr =
    [all...]
codegen-ia32.cc     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 722 PropertyAttributes attr =
    [all...]
codegen-x64.cc     [all...]

Completed in 159 milliseconds