Macro mozjs::new_jsjitinfo_bitfield_1
source ยท macro_rules! new_jsjitinfo_bitfield_1 { ( $type_: expr, $aliasSet_: expr, $returnType_: expr, $isInfallible: expr, $isMovable: expr, $isEliminatable: expr, $isAlwaysInSlot: expr, $isLazilyCachedInSlot: expr, $isTypedMethod: expr, $slotIndex: expr, ) => { ... }; }
Expand description
Like JSJitInfo::new_bitfield_1
, but usable in const
contexts.