/external/v8/src/ |
property-details.h | 36 enum PropertyAttributes { 80 PropertyDetails(PropertyAttributes attributes, 102 PropertyAttributes attributes() { return AttributesField::decode(value_); } 120 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
|
property.h | 94 PropertyAttributes attributes, 110 MapTransitionDescriptor(String* key, Map* map, PropertyAttributes attributes) 138 PropertyAttributes attributes, 148 PropertyAttributes attributes, 158 PropertyAttributes attributes, 228 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM | 274 PropertyAttributes GetAttributes() {
|
handles.h | 182 PropertyAttributes attributes, 188 PropertyAttributes attributes); 202 PropertyAttributes* attributes);
|
objects.h | [all...] |
bootstrapper.cc | 366 PropertyAttributes attributes; 369 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); 388 PropertyAttributes attribs = static_cast<PropertyAttributes>( 416 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY); 533 PropertyAttributes attribs = static_cast<PropertyAttributes>( 562 attribs = static_cast<PropertyAttributes>(attribs | READ_ONLY); 815 static const PropertyAttributes attributes = 816 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE) [all...] |
contexts.cc | 90 PropertyAttributes* attributes,
|
handles.cc | 235 PropertyAttributes attributes, 249 PropertyAttributes attributes) { 271 PropertyAttributes attributes, 301 PropertyAttributes* attributes) { [all...] |
objects.cc | 158 PropertyAttributes* attributes) { 303 PropertyAttributes* attributes) { 359 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck( 555 PropertyAttributes* attributes) { 569 PropertyAttributes* attributes) { [all...] |
runtime.h | 660 PropertyAttributes attr, 668 PropertyAttributes attr);
|
/external/chromium_org/v8/src/ |
property-details.h | 36 enum PropertyAttributes { 214 PropertyDetails(PropertyAttributes attributes, 225 PropertyDetails(PropertyAttributes attributes, 242 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) { 244 static_cast<PropertyAttributes>(attributes() | new_attributes); 262 PropertyAttributes attributes() const { 293 class AttributesField: public BitField<PropertyAttributes, 3, 3> {}; 319 PropertyDetails(int value, PropertyAttributes attributes) {
|
property.h | 87 PropertyAttributes attributes, 103 PropertyAttributes attributes, 114 PropertyAttributes attributes) 124 PropertyAttributes attributes) 273 PropertyAttributes GetAttributes() {
|
elements.h | 79 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
|
objects.h | [all...] |
bootstrapper.cc | 365 PropertyAttributes attributes; 368 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); 397 PropertyAttributes attribs = static_cast<PropertyAttributes>( 420 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY); 535 PropertyAttributes rw_attribs = 536 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); 537 PropertyAttributes ro_attribs = 538 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); 560 PropertyAttributes attribs [all...] |
accessors.h | 87 Handle<String> name, int index, PropertyAttributes attributes);
|
objects.cc | 162 PropertyAttributes* attributes) { 174 PropertyAttributes* attributes) { 567 PropertyAttributes* attributes) { 623 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck( 844 PropertyAttributes* attributes) { 857 PropertyAttributes* attributes) { 869 PropertyAttributes* attributes) { [all...] |
handles.h | 234 PropertyAttributes attributes);
|
runtime.h | 790 PropertyAttributes attr, 798 PropertyAttributes attr);
|
contexts.cc | 100 PropertyAttributes* attributes,
|
/external/clang/include/clang/AST/ |
DeclObjC.h | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | [all...] |
/external/llvm/include/llvm/ |
DIBuilder.h | 224 /// @param PropertyAttributes Objective C property attributes. 232 unsigned PropertyAttributes = 0); 258 /// @param PropertyAttributes Objective C property attributes. 264 unsigned PropertyAttributes, [all...] |
/external/chromium_org/v8/test/cctest/ |
test-alloc.cc | 147 static_cast<PropertyAttributes>(0));
|
/external/v8/test/cctest/ |
test-alloc.cc | 165 static_cast<PropertyAttributes>(0));
|
/external/clang/include/clang/Sema/ |
DeclSpec.h | 777 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr), 785 return ObjCPropertyAttributeKind(PropertyAttributes); 788 PropertyAttributes = 789 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); 807 unsigned PropertyAttributes : 12; [all...] |