Searched refs:FastCloneSupportedBit (Results 1 – 3 of 3) sorted by relevance
20 result |= FastCloneSupportedBit::encode(use_fast_shallow_clone); in Encode()28 result |= FastCloneSupportedBit::encode(fast_clone_supported); in Encode()
23 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>; variable34 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>; variable
2266 Branch(IsSetWord32<CreateArrayLiteralFlags::FastCloneSupportedBit>( in IGNITION_HANDLER()2355 Branch(IsSetWord32<CreateObjectLiteralFlags::FastCloneSupportedBit>( in IGNITION_HANDLER()