HomeSort by relevance Sort by last modified time
    Searched refs:Property (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/v8/src/
full-codegen.cc 196 // If assigning to a property (including a global property) the assignment is
199 Property* prop = expr->target()->AsProperty();
216 void BreakableStatementChecker::VisitProperty(Property* expr) {
217 // Property load is breakable.
558 // In case this is const property use the hole.
    [all...]
regexp.js 143 // property from the global object since this may change.
381 // Property of the builtins object for recording the result of the last
382 // regexp match. The property lastMatchInfo includes the matchIndices
messages.js 169 property_not_function: ["Property '", "%0", "' of object ", "%1", " is not a function"],
173 non_object_property_load: ["Cannot read property '", "%0", "' of ", "%1"],
174 non_object_property_store: ["Cannot set property '", "%0", "' of ", "%1"],
178 no_setter_in_callback: ["Cannot set property ", "%0", " of ", "%1", " which has only a getter"],
188 value_and_accessor: ["Invalid property. A property cannot both have accessors and be writable or have a value: ", "%0"],
190 property_desc_object: ["Property description must be an object: ", "%0"],
191 redefine_disallowed: ["Cannot redefine property: ", "%0"],
192 define_disallowed: ["Cannot define property, object is not extensible: ", "%0"],
210 object_not_extensible: ["Can't add property ", "%0", ", object is not extensible"]
    [all...]
mirror-debugger.js 156 const PROPERTY_TYPE = 'property';
184 // Different attributes for a property.
352 * Check whether the mirror reflects a property.
353 * @returns {boolean} True if the mirror reflects a property
612 * Return the property names for this object.
617 * @return {Array} Property names for this object
629 // Get the local property names.
689 * @return {Array} Property mirrors for this object
695 properties[i] = this.property(names[i]);
702 ObjectMirror.prototype.property = function(name)
    [all...]
v8natives.js 234 // Extensions for providing property getters and setters.
495 // property descriptor. For a description of the array layout please
543 // If p is not a property on obj undefined is returned.
674 // Step 4a - defining a new data property.
675 // Steps 9b & 12 - replacing an existing accessor property with a data
676 // property.
677 // Step 12 - updating an existing data property with a data or generic
697 // Step 12 - updating an existing accessor property with generic
702 // Step 4b - defining a new accessor property.
703 // Steps 9c & 12 - replacing an existing data property with an accesso
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp 548 /// objective C interface. This is a property reference expression.
573 // Search for a declared property first.
575 // Check whether we can reference this property.
602 // Check whether we can reference this property.
622 // If that failed, look for an "implicit" property by seeing if the nullary
631 // May be founf in property's qualified list.
643 // Check if we can reference this property.
654 // May be founf in property's qualified list.
697 // Attempt to correct for typos in property names.
701 if (ObjCPropertyDecl *Property
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 346 /// emitStructGetterCall - Call the runtime function to load a property
444 /// Pick an implementation strategy for the the given property synthesis.
460 // If we have a copy property, we always have to use getProperty/setProperty.
473 // In ARC, if the property is non-atomic, use expression emission,
481 // the property isn't atomic, we can use normal expression
562 /// GenerateObjCGetter - Generate an Objective-C property getter
584 // If the property has a reference type, we might just be binding a
735 llvm_unreachable("bad @property implementation strategy!");
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 266 /// The Objective-C property callback. This should be defined where
295 // Install the property declarator into interfaceDecl.
310 Decl *Property =
316 Props.push_back(Property);
318 return Property;
324 /// objc-interface-decl-list objc-property-decl [OBJC2]
447 // Parse property attribute list, if any.
481 /// Parse property attribute declarations.
483 /// property-attr-decl: '(' property-attrlist ')
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 32 import com.vladium.util.Property;
91 if ((outDir == null) /* this should never happen */ || (outDir.equals (new File (Property.getSystemProperty ("user.dir", "")))))
    [all...]
  /external/emma/lib/
emma.jar 
  /external/icu4c/tools/genpname/
preparse.pl 17 # TODO: The Property[Value]Alias.txt files state that they can support
18 # more than 2 names per property|value. Currently (Unicode 3.2) there
29 # pseudo-property gcm/General_Category_Mask, which corresponds to the
30 # uchar.h property UCHAR_GENERAL_CATEGORY_MASK. This property
36 # SyntheticPropertyAliases.txt, containing property aliases not
68 # Used to make "n/a" property [value] aliases (Unicode or Synthetic) unique
73 # Top level property keys for binary, enumerated, string, and double props
105 # properties weren't seen, don't complain about the property values
109 # Additional property aliases beyond short and long names
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 101 // Property accessor parameter named 'eval'.
104 // Property accessor parameter named 'arguments'.
349 // object literal with string literal property names
477 delete o.property;
486 Object.defineProperty(object, "property", { value: "property_value" });
492 assertEquals(object.property, "property_value");
795 o.property = "value";
807 Object.defineProperty(o, "property", { value: 7 });
809 assertThrows(function() { o.property = "new value"; }, TypeError);
810 assertThrows(function() { o.property += 10; }, TypeError)
    [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog     [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 648 "Property changes on:".
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
654 # On Windows if a file has property changes its filename uses '\'
798 if line.startswith("Index:") or line.startswith("Property changes on:"):
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 648 "Property changes on:".
652 if line.startswith('Index:') or line.startswith('Property changes on:'):
654 # On Windows if a file has property changes its filename uses '\'
798 if line.startswith("Index:") or line.startswith("Property changes on:"):
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 131 // a verb phrase that describes the property a value matching this
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 66 #define TreeProperty typename TreeBuilder::Property
1755 TreeProperty property = parseProperty<false>(context); local
1793 TreeProperty property = parseProperty<true>(context); local
2005 TreeExpression property = parseExpression(context); local
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 280 <span class="en">Property Animation</span></a></li>
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 335 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createIdentifierValue(valueID), important);
336 declaration->addParsedProperty(property);
342 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), important);
343 declaration->addParsedProperty(property);
426 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createValue(number, unit), important);
427 declaration->addParsedProperty(property);
845 * in CSS 2, Appendix F. Property index
2971 CSSPropertyID property = static_cast<CSSPropertyID>(propId); local
4699 CSSPropertyID property; member in struct:WebCore::ShadowParseContext
6433 CSSProperty* property = m_parsedProperties[i]; local
6537 CSSProperty* property = m_parsedProperties[i]; local
    [all...]
CSSStyleSelector.cpp 173 /* Reset any remaining animations to not have the property set. */ \
207 /* Reset all remaining animations to not have the property set. */ \
223 /* Reset any remaining transitions to not have the property set. */ \
257 /* Reset all remaining transitions to not have the property set. */ \
1547 int property = (*it).id(); local
3357 int property = current.id(); local
3570 CSSPropertyID property = static_cast<CSSPropertyID>(id); local
    [all...]

Completed in 414 milliseconds

1 2 3 45 6