Lines Matching refs:FLAG_ACCESSOR
58 #define FLAG_ACCESSOR(flag, getter, setter) \ macro
63 FLAG_ACCESSOR(kToplevel, is_toplevel, set_toplevel)
64 FLAG_ACCESSOR(kEager, is_eager, set_eager)
65 FLAG_ACCESSOR(kEval, is_eval, set_eval)
66 FLAG_ACCESSOR(kStrictMode, is_strict_mode, set_strict_mode)
67 FLAG_ACCESSOR(kNative, is_native, set_native)
68 FLAG_ACCESSOR(kModule, is_module, set_module)
69 FLAG_ACCESSOR(kAllowLazyParsing, allow_lazy_parsing, set_allow_lazy_parsing)
70 FLAG_ACCESSOR(kIsNamedExpression, is_named_expression,
72 FLAG_ACCESSOR(kLazyCompile, lazy_compile, set_lazy_compile)
73 FLAG_ACCESSOR(kCollectTypeProfile, collect_type_profile,
75 FLAG_ACCESSOR(kIsAsmWasmBroken, is_asm_wasm_broken, set_asm_wasm_broken)
76 FLAG_ACCESSOR(kBlockCoverageEnabled, block_coverage_enabled,
78 FLAG_ACCESSOR(kOnBackgroundThread, on_background_thread,
80 FLAG_ACCESSOR(kWrappedAsFunction, is_wrapped_as_function,
82 FLAG_ACCESSOR(kAllowEvalCache, allow_eval_cache, set_allow_eval_cache)
83 FLAG_ACCESSOR(kIsDeclaration, is_declaration, set_declaration)
84 FLAG_ACCESSOR(kRequiresInstanceFieldsInitializer,
87 #undef FLAG_ACCESSOR