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

1 2

  /external/v8/src/
api-natives.h 45 PropertyAttributes attributes);
49 PropertyAttributes attributes);
55 PropertyAttributes attributes);
property.h 52 PropertyAttributes attributes, PropertyType type,
72 PropertyAttributes attributes, Representation representation);
76 PropertyAttributes attributes, Representation representation)
87 PropertyAttributes attributes)
96 PropertyAttributes attributes)
transitions.h 43 PropertyAttributes attributes);
46 PropertyAttributes attributes) {
252 int Search(PropertyKind kind, Name* name, PropertyAttributes attributes,
263 PropertyAttributes attributes, int* out_insertion_index);
294 PropertyAttributes attributes1, Name* key2,
296 PropertyAttributes attributes2);
306 PropertyAttributes attributes1,
308 PropertyAttributes attributes2);
accessors.h 67 PropertyAttributes attributes);
81 Isolate* isolate, Handle<String> name, PropertyAttributes attributes);
116 AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes);
transitions-inl.h 122 PropertyAttributes attributes1, Name* key2,
124 PropertyAttributes attributes2) {
144 PropertyAttributes attributes1,
146 PropertyAttributes attributes2) {
property.cc 15 const PropertyAttributes& attributes) {
25 PropertyAttributes attributes,
property-details.h 16 enum PropertyAttributes {
44 // Enable fast comparisons of PropertyAttributes against PropertyFilters.
237 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index,
247 PropertyDetails(PropertyAttributes attributes,
257 PropertyDetails(PropertyAttributes attributes, PropertyKind kind,
292 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const {
294 static_cast<PropertyAttributes>(attributes() | new_attributes);
315 PropertyAttributes attributes() const {
347 class AttributesField : public BitField<PropertyAttributes, 2, 3> {};
388 PropertyDetails(int value, PropertyAttributes attributes)
    [all...]
property-descriptor.h 106 PropertyAttributes ToAttributes() {
107 return static_cast<PropertyAttributes>(
accessors.cc 24 AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes) {
139 Isolate* isolate, PropertyAttributes attributes) {
202 Isolate* isolate, PropertyAttributes attributes) {
249 Isolate* isolate, Handle<String> name, PropertyAttributes attributes) {
285 Isolate* isolate, PropertyAttributes attributes) {
310 Isolate* isolate, PropertyAttributes attributes) {
336 Isolate* isolate, PropertyAttributes attributes) {
361 Isolate* isolate, PropertyAttributes attributes) {
385 Isolate* isolate, PropertyAttributes attributes) {
410 Isolate* isolate, PropertyAttributes attributes)
    [all...]
bootstrapper.cc 352 PropertyAttributes attributes = DONT_ENUM) {
362 PropertyAttributes attributes = DONT_ENUM) {
386 PropertyAttributes attributes,
402 PropertyAttributes attributes = DONT_ENUM;
427 PropertyAttributes attrs = DONT_ENUM) {
437 PropertyAttributes attrs = DONT_ENUM) {
455 PropertyAttributes attribs) {
630 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY))
711 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
715 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY))
    [all...]
lookup.h 209 PropertyAttributes attributes,
219 PropertyAttributes attributes);
223 PropertyAttributes attributes);
225 PropertyAttributes attributes);
230 PropertyAttributes property_attributes() const {
api-natives.cc 60 Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes,
93 PropertyAttributes attributes) {
102 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
228 PropertyAttributes attributes = details.attributes();
248 PropertyAttributes attributes = details.attributes();
533 PropertyAttributes attributes) {
543 PropertyAttributes attributes) {
558 PropertyAttributes attributes) {
elements.h 41 // specified the PropertyAttributes of the element at the given index
44 // PropertyAttributes associated, hence the |filter| argument is ignored for
130 PropertyAttributes attributes) = 0;
133 Handle<Object> value, PropertyAttributes attributes,
contexts.cc 191 static PropertyAttributes GetAttributesForMode(VariableMode mode) {
197 int* index, PropertyAttributes* attributes,
259 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>();
277 maybe = Nothing<PropertyAttributes>();
lookup.cc 259 PropertyAttributes attributes) {
313 PropertyAttributes attributes, Object::StoreFromKeyed store_mode) {
318 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM);
449 PropertyAttributes attributes) {
456 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM);
517 PropertyAttributes attributes) {
transitions.cc 161 PropertyAttributes attributes) {
522 PropertyAttributes attributes,
546 PropertyAttributes attributes,
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-utils.h 93 // Cast the given argument to PropertyAttributes and store its value in a
99 PropertyAttributes name = static_cast<PropertyAttributes>(args.smi_at(index));
runtime-scopes.cc 46 Handle<Object> value, PropertyAttributes attr, bool is_var,
71 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
75 PropertyAttributes old_attributes = maybe.FromJust();
174 isolate, global, name, value, static_cast<PropertyAttributes>(attr),
243 PropertyAttributes attributes;
636 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
761 PropertyAttributes attributes;
797 PropertyAttributes attributes;
    [all...]
runtime-classes.cc 138 PropertyAttributes attribs =
139 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
runtime-forin.cc 48 Maybe<PropertyAttributes> result = Just(ABSENT);
  /external/clang/include/clang/AST/
DeclObjC.h 736 unsigned PropertyAttributes : NumPropertyAttrsBits;
754 PropertyAttributes(OBJC_PR_noattr),
793 return PropertyAttributeKind(PropertyAttributes);
796 PropertyAttributes |= PRVal;
799 PropertyAttributes = PRVal;
814 return (PropertyAttributes & OBJC_PR_readonly);
819 return (PropertyAttributes & OBJC_PR_atomic);
824 return (PropertyAttributes &
829 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; }
843 if (PropertyAttributes & OBJC_PR_strong
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/v8/src/wasm/
wasm-js.cc 601 PropertyAttributes attributes =
602 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
656 PropertyAttributes attributes = static_cast<PropertyAttributes>(DONT_ENUM);
716 attributes = static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);

Completed in 1170 milliseconds

1 2