Searched refs:BOOL_ACCESSORS (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | templates-inl.h | 29 BOOL_ACCESSORS(FunctionTemplateInfo, flag, undetectable, in TQ_OBJECT_CONSTRUCTORS_IMPL() 31 BOOL_ACCESSORS(FunctionTemplateInfo, flag, needs_access_check, in TQ_OBJECT_CONSTRUCTORS_IMPL() 33 BOOL_ACCESSORS(FunctionTemplateInfo, flag, read_only_prototype, in TQ_OBJECT_CONSTRUCTORS_IMPL() 35 BOOL_ACCESSORS(FunctionTemplateInfo, flag, remove_prototype, in TQ_OBJECT_CONSTRUCTORS_IMPL() 37 BOOL_ACCESSORS(FunctionTemplateInfo, flag, accept_any_receiver, in TQ_OBJECT_CONSTRUCTORS_IMPL() 39 BOOL_ACCESSORS(FunctionTemplateInfo, flag, published, PublishedBit::kShift) in TQ_OBJECT_CONSTRUCTORS_IMPL()
|
D | api-callbacks-inl.h | 91 BOOL_ACCESSORS(InterceptorInfo, flags, can_intercept_symbols, in BOOL_ACCESSORS() function 93 BOOL_ACCESSORS(InterceptorInfo, flags, all_can_read, AllCanReadBit::kShift) in BOOL_ACCESSORS() 94 BOOL_ACCESSORS(InterceptorInfo, flags, non_masking, NonMaskingBit::kShift) in BOOL_ACCESSORS() 95 BOOL_ACCESSORS(InterceptorInfo, flags, is_named, NamedBit::kShift) in BOOL_ACCESSORS() 96 BOOL_ACCESSORS(InterceptorInfo, flags, has_no_side_effect, in BOOL_ACCESSORS()
|
D | js-regexp-string-iterator-inl.h | 22 BOOL_ACCESSORS(JSRegExpStringIterator, flags, done, DoneBit::kShift) 23 BOOL_ACCESSORS(JSRegExpStringIterator, flags, global, GlobalBit::kShift) 24 BOOL_ACCESSORS(JSRegExpStringIterator, flags, unicode, UnicodeBit::kShift)
|
D | js-promise-inl.h | 23 BOOL_ACCESSORS(JSPromise, flags, has_handler, HasHandlerBit::kShift) in BOOL_ACCESSORS() function 24 BOOL_ACCESSORS(JSPromise, flags, handled_hint, HandledHintBit::kShift) in BOOL_ACCESSORS() 25 BOOL_ACCESSORS(JSPromise, flags, is_silent, IsSilentBit::kShift) in BOOL_ACCESSORS()
|
D | prototype-info-inl.h | 49 BOOL_ACCESSORS(PrototypeInfo, bit_field, should_be_fast_map, in BOOL_ACCESSORS() function
|
D | js-date-time-format-inl.h | 31 BOOL_ACCESSORS(JSDateTimeFormat, flags, alt_calendar, AltCalendarBit::kShift) in ACCESSORS()
|
D | js-temporal-objects-inl.h | 96 BOOL_ACCESSORS(JSTemporalTimeZone, flags, is_offset, IsOffsetBit::kShift)
|
D | object-macros-undef.h | 77 #undef BOOL_ACCESSORS
|
D | module-inl.h | 32 BOOL_ACCESSORS(SourceTextModule, flags, async, AsyncBit::kShift)
|
D | object-macros.h | 382 #define BOOL_ACCESSORS(holder, field, name, offset) \ macro
|