Searched refs:kMutableSlot (Results 1 – 3 of 3) sorted by relevance
109 enum ContextSlotMutability { kImmutableSlot, kMutableSlot }; enumerator
754 DCHECK_EQ(kMutableSlot, mutability); in LoadContextSlot()760 DCHECK_EQ(mutability, kMutableSlot); in LoadContextSlot()
3145 : BytecodeArrayBuilder::kMutableSlot; in BuildVariableLoad()3336 BytecodeArrayBuilder::kMutableSlot); in BuildVariableAssignment()