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 42 PropertyAttributes attributes);
46 PropertyAttributes attributes);
52 PropertyAttributes attributes);
property.h 50 PropertyAttributes attributes, PropertyType type,
69 PropertyAttributes attributes, Representation representation);
73 PropertyAttributes attributes, Representation representation)
84 PropertyAttributes attributes)
93 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 65 PropertyAttributes attributes);
91 Handle<String> name, int index, PropertyAttributes attributes);
103 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.
239 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index,
249 PropertyDetails(PropertyAttributes attributes,
259 PropertyDetails(PropertyAttributes attributes, PropertyKind kind,
293 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const {
295 static_cast<PropertyAttributes>(attributes() | new_attributes);
316 PropertyAttributes attributes() const {
348 class AttributesField : public BitField<PropertyAttributes, 2, 3> {};
389 PropertyDetails(int value, PropertyAttributes attributes)
    [all...]
property-descriptor.h 106 PropertyAttributes ToAttributes() {
107 return static_cast<PropertyAttributes>(
accessors.cc 28 PropertyAttributes attributes) {
141 Isolate* isolate, PropertyAttributes attributes) {
200 Isolate* isolate, PropertyAttributes attributes) {
237 Isolate* isolate, PropertyAttributes attributes) {
262 Isolate* isolate, PropertyAttributes attributes) {
288 Isolate* isolate, PropertyAttributes attributes) {
313 Isolate* isolate, PropertyAttributes attributes) {
337 Isolate* isolate, PropertyAttributes attributes) {
362 Isolate* isolate, PropertyAttributes attributes) {
389 Isolate* isolate, PropertyAttributes attributes)
    [all...]
lookup.h 218 PropertyAttributes attributes,
228 PropertyAttributes attributes);
232 PropertyAttributes attributes);
234 PropertyAttributes attributes);
239 PropertyAttributes property_attributes() const {
bootstrapper.cc 368 PropertyAttributes attributes = DONT_ENUM) {
378 PropertyAttributes attributes = DONT_ENUM) {
386 PropertyAttributes attributes = DONT_ENUM) {
412 PropertyAttributes attributes,
428 PropertyAttributes attributes = DONT_ENUM;
495 PropertyAttributes ro_attribs =
496 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
497 PropertyAttributes roc_attribs =
498 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
533 ro_attribs = static_cast<PropertyAttributes>(ro_attribs & ~READ_ONLY)
    [all...]
api-natives.cc 43 Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes,
76 PropertyAttributes attributes) {
85 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
240 PropertyAttributes attributes = details.attributes();
260 PropertyAttributes attributes = details.attributes();
488 PropertyAttributes attributes) {
499 PropertyAttributes attributes) {
515 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
124 PropertyAttributes attributes) = 0;
127 Handle<Object> value, PropertyAttributes attributes,
contexts.cc 182 PropertyAttributes* attributes,
225 PropertyAttributes* attributes,
283 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>();
295 maybe = Nothing<PropertyAttributes>();
objects.h     [all...]
transitions.cc 161 PropertyAttributes attributes) {
522 PropertyAttributes attributes,
546 PropertyAttributes attributes,
elements.cc 595 PropertyAttributes attributes) final {
602 PropertyAttributes attributes) {
607 PropertyAttributes attributes, uint32_t new_capacity) final {
612 Handle<Object> value, PropertyAttributes attributes,
    [all...]
  /external/v8/test/cctest/
test-transitions.cc 51 PropertyAttributes attributes = NONE;
102 PropertyAttributes attributes = NONE;
154 PropertyAttributes attributes = NONE;
210 PropertyAttributes attributes = static_cast<PropertyAttributes>(i);
223 PropertyAttributes attributes = static_cast<PropertyAttributes>(i);
272 PropertyAttributes attributes = static_cast<PropertyAttributes>(i);
285 PropertyAttributes attr = static_cast<PropertyAttributes>(i)
    [all...]
test-field-type-tracking.cc 75 PropertyType type, PropertyAttributes attributes,
91 PropertyAttributes attributes_[MAX_PROPERTIES];
111 void Init(int index, PropertyType type, PropertyAttributes attributes,
164 void SetDataField(int index, PropertyAttributes attrs,
174 void SetAccessorField(int index, PropertyAttributes attrs) {
183 void SetDataConstant(int index, PropertyAttributes attrs,
192 void SetAccessorConstant(int index, PropertyAttributes attrs,
198 void SetAccessorConstantComponent(int index, PropertyAttributes attrs,
210 void SetAccessorConstant(int index, PropertyAttributes attrs,
302 Handle<Map> AddDataField(Handle<Map> map, PropertyAttributes attributes
    [all...]
  /external/v8/src/runtime/
runtime-utils.h 115 // Cast the given argument to PropertyAttributes and store its value in a
122 PropertyAttributes name = static_cast<PropertyAttributes>(args.smi_at(index));
runtime-scopes.cc 44 PropertyAttributes attr, bool is_var,
61 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
65 PropertyAttributes old_attributes = maybe.FromJust();
153 isolate, global, name, value, static_cast<PropertyAttributes>(attr),
185 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
187 PropertyAttributes old_attributes = maybe.FromJust();
189 PropertyAttributes attr =
190 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
200 attr = static_cast<PropertyAttributes>(old_attributes | READ_ONLY);
230 PropertyAttributes attributes
    [all...]
runtime-classes.cc 137 PropertyAttributes attribs =
138 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
  /external/v8/src/wasm/
wasm-js.cc 401 PropertyAttributes attributes =
402 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
423 PropertyAttributes attributes = static_cast<PropertyAttributes>(DONT_ENUM);
436 PropertyAttributes attributes =
437 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
457 PropertyAttributes attributes = static_cast<PropertyAttributes>(DONT_ENUM);
  /external/v8/test/cctest/heap/
test-alloc.cc 129 Isolate* isolate, PropertyAttributes attributes) {
154 PropertyAttributes attrs = NONE;
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]

Completed in 876 milliseconds

1 2