Searched refs:property_attributes (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_attributes.py144 'property_attributes': property_attributes(attribute),
410 def property_attributes(attribute): function
H A Dv8_methods.py165 'property_attributes': property_attributes(method),
330 def property_attributes(method): function
/external/lldb/include/lldb/Symbol/
H A DClangASTType.h503 uint32_t property_attributes,
/external/lldb/source/Symbol/
H A DClangASTType.cpp4809 uint32_t property_attributes,
4857 else if (!(property_attributes & DW_APPLE_PROPERTY_readonly))
4884 if (property_attributes & DW_APPLE_PROPERTY_readonly)
4886 if (property_attributes & DW_APPLE_PROPERTY_readwrite)
4888 if (property_attributes & DW_APPLE_PROPERTY_assign)
4890 if (property_attributes & DW_APPLE_PROPERTY_retain)
4892 if (property_attributes & DW_APPLE_PROPERTY_copy)
4894 if (property_attributes & DW_APPLE_PROPERTY_nonatomic)
4804 AddObjCClassProperty(const char *property_name, const ClangASTType &property_clang_type, ObjCIvarDecl *ivar_decl, const char *property_setter_name, const char *property_getter_name, uint32_t property_attributes, ClangASTMetadata *metadata) argument
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp31 ' | '.join(attribute.property_attributes) %}
1069 ' | '.join(method.property_attributes or ['v8::DontDelete']) %}
1080 ' | '.join(method.property_attributes) %}
1081 {{method.function_template}}->Set(v8AtomicString(isolate, "{{method.name}}"), v8::FunctionTemplate::New(isolate, {{method_callback}}, v8Undefined(), {{method.signature}}, {{method.length}}){% if method.property_attributes %}, {{property_attribute}}{% endif %});
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1573 uint32_t property_attributes,
1582 m_property_attributes (property_attributes)
1565 DelayedAddObjCClassProperty( const ClangASTType &class_opaque_type, const char *property_name, const ClangASTType &property_opaque_type, clang::ObjCIvarDecl *ivar_decl, const char *property_setter_name, const char *property_getter_name, uint32_t property_attributes, const ClangASTMetadata *metadata ) argument
/external/chromium_org/v8/src/
H A Dobjects.cc3177 CallbacksDescriptor desc(key, entry, entry->property_attributes());
6885 SetElementCallback(object, index, info, info->property_attributes());
6896 SetPropertyCallback(object, name, info, info->property_attributes());
H A Dobjects-inl.h6534 PropertyAttributes AccessorInfo::property_attributes() { function in class:v8::Code::FindAndReplacePattern::AccessorInfo
H A Dobjects.h10554 inline PropertyAttributes property_attributes();

Completed in 272 milliseconds