Lines Matching refs:BOOL_ACCESSORS
132 #define BOOL_ACCESSORS(holder, field, name, offset) \ macro
3332 BOOL_ACCESSORS(Symbol, flags, is_private, kPrivateBit) in ACCESSORS()
3333 BOOL_ACCESSORS(Symbol, flags, is_own, kOwnBit) in ACCESSORS()
5371 BOOL_ACCESSORS(Script, flags, is_shared_cross_origin, kIsSharedCrossOriginBit) in ACCESSORS()
5418 BOOL_ACCESSORS(FunctionTemplateInfo, flag, hidden_prototype, in ACCESSORS()
5420 BOOL_ACCESSORS(FunctionTemplateInfo, flag, undetectable, kUndetectableBit) in ACCESSORS()
5421 BOOL_ACCESSORS(FunctionTemplateInfo, flag, needs_access_check, in ACCESSORS()
5423 BOOL_ACCESSORS(FunctionTemplateInfo, flag, read_only_prototype, in ACCESSORS()
5425 BOOL_ACCESSORS(FunctionTemplateInfo, flag, remove_prototype, in ACCESSORS()
5427 BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, in ACCESSORS()
5429 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, in ACCESSORS()
5431 BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, in ACCESSORS()
5434 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
5438 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
5442 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
5446 BOOL_ACCESSORS(SharedFunctionInfo, in ACCESSORS()
5450 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, asm_function, kIsAsmFunction) in ACCESSORS()
5580 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) in BOOL_ACCESSORS() function
5581 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, inline_builtin, in BOOL_ACCESSORS()
5583 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, in BOOL_ACCESSORS()
5586 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, bound, kBoundFunction) in BOOL_ACCESSORS()
5587 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_anonymous, kIsAnonymous) in BOOL_ACCESSORS()
5588 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_function, kIsFunction) in BOOL_ACCESSORS()
5589 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_cache, kDontCache) in BOOL_ACCESSORS()
5590 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, dont_flush, kDontFlush) in BOOL_ACCESSORS()
5591 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_arrow, kIsArrow) in BOOL_ACCESSORS()
5592 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_generator, kIsGenerator) in BOOL_ACCESSORS()
5593 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_concise_method, in BOOL_ACCESSORS()
7218 #undef BOOL_ACCESSORS