Home
last modified time | relevance | path

Searched refs:BOOL_ACCESSORS (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dtemplates-inl.h29 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()
Dapi-callbacks-inl.h91 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()
Djs-regexp-string-iterator-inl.h22 BOOL_ACCESSORS(JSRegExpStringIterator, flags, done, DoneBit::kShift)
23 BOOL_ACCESSORS(JSRegExpStringIterator, flags, global, GlobalBit::kShift)
24 BOOL_ACCESSORS(JSRegExpStringIterator, flags, unicode, UnicodeBit::kShift)
Djs-promise-inl.h23 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()
Dprototype-info-inl.h49 BOOL_ACCESSORS(PrototypeInfo, bit_field, should_be_fast_map, in BOOL_ACCESSORS() function
Djs-date-time-format-inl.h31 BOOL_ACCESSORS(JSDateTimeFormat, flags, alt_calendar, AltCalendarBit::kShift) in ACCESSORS()
Djs-temporal-objects-inl.h96 BOOL_ACCESSORS(JSTemporalTimeZone, flags, is_offset, IsOffsetBit::kShift)
Dobject-macros-undef.h77 #undef BOOL_ACCESSORS
Dmodule-inl.h32 BOOL_ACCESSORS(SourceTextModule, flags, async, AsyncBit::kShift)
Dobject-macros.h382 #define BOOL_ACCESSORS(holder, field, name, offset) \ macro