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

1 2

  /external/chromium_org/v8/src/
property-details.h 13 enum PropertyAttributes {
186 PropertyDetails(PropertyAttributes attributes,
197 PropertyDetails(PropertyAttributes attributes,
214 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) {
216 static_cast<PropertyAttributes>(attributes() | new_attributes);
234 PropertyAttributes attributes() const {
265 class AttributesField : public BitField<PropertyAttributes, 2, 3> {};
291 PropertyDetails(int value, PropertyAttributes attributes) {
accessors.h 55 PropertyAttributes attributes);
76 Handle<String> name, int index, PropertyAttributes attributes);
90 PropertyAttributes attributes);
property.h 60 PropertyAttributes attributes,
80 PropertyAttributes attributes,
87 PropertyAttributes attributes,
98 PropertyAttributes attributes)
108 PropertyAttributes attributes)
contexts.cc 78 static Maybe<PropertyAttributes> UnscopableLookup(LookupIterator* it) {
81 Maybe<PropertyAttributes> attrs = JSReceiver::GetPropertyAttributes(it);
92 return Maybe<PropertyAttributes>();
99 return Maybe<PropertyAttributes>();
109 PropertyAttributes* attributes,
141 Maybe<PropertyAttributes> maybe;
accessors.cc 29 PropertyAttributes attributes) {
191 Isolate* isolate, PropertyAttributes attributes) {
278 Isolate* isolate, PropertyAttributes attributes) {
324 Isolate* isolate, PropertyAttributes attributes) {
359 Isolate* isolate, PropertyAttributes attributes) {
396 Isolate* isolate, PropertyAttributes attributes) {
433 Isolate* isolate, PropertyAttributes attributes) {
468 Isolate* isolate, PropertyAttributes attributes) {
503 Isolate* isolate, PropertyAttributes attributes) {
540 Isolate* isolate, PropertyAttributes attributes)
    [all...]
elements.h 71 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
77 MUST_USE_RESULT inline PropertyAttributes GetAttributes(
lookup.h 107 PropertyAttributes attributes,
120 PropertyAttributes attributes);
123 PropertyAttributes attributes);
lookup.cc 100 PropertyAttributes attributes) {
118 Handle<Object> value, PropertyAttributes attributes,
154 PropertyAttributes attributes) {
bootstrapper.cc 382 PropertyAttributes attributes;
385 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
403 PropertyAttributes attribs = static_cast<PropertyAttributes>(
436 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
555 PropertyAttributes rw_attribs =
556 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
557 PropertyAttributes ro_attribs =
558 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
593 PropertyAttributes attribs
    [all...]
objects.h     [all...]
objects.cc 601 Maybe<PropertyAttributes> JSObject::GetPropertyAttributesWithFailedAccessCheck(
608 Maybe<PropertyAttributes>());
    [all...]
runtime.cc     [all...]
elements.cc 634 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
643 MUST_USE_RESULT static PropertyAttributes GetAttributesImpl(
    [all...]
contexts.h 548 PropertyAttributes* attributes,
objects-inl.h     [all...]
runtime.h     [all...]
api.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 126 Isolate* isolate, PropertyAttributes attributes) {
151 PropertyAttributes attrs = static_cast<PropertyAttributes>(0);
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 242 /// @param PropertyAttributes Objective C property attributes.
250 unsigned PropertyAttributes = 0);
276 /// @param PropertyAttributes Objective C property attributes.
282 unsigned PropertyAttributes,
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 793 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr),
801 return ObjCPropertyAttributeKind(PropertyAttributes);
804 PropertyAttributes =
805 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
823 unsigned PropertyAttributes : 12;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 477 StringRef SetterName, unsigned PropertyAttributes) {
493 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes)
528 unsigned PropertyAttributes, DIType Ty) {
536 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes),
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 854 PropertyAttributes attr =
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 849 PropertyAttributes attr = IsImmutableVariableMode(mode) ? READ_ONLY
    [all...]

Completed in 590 milliseconds

1 2