Lines Matching defs:uninitialized
3593 Smi uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue);
3596 : uninitialized;
3600 store.set(JSRegExp::kIrregexpLatin1CodeIndex, uninitialized);
3601 store.set(JSRegExp::kIrregexpUC16CodeIndex, uninitialized);
3602 store.set(JSRegExp::kIrregexpLatin1BytecodeIndex, uninitialized);
3603 store.set(JSRegExp::kIrregexpUC16BytecodeIndex, uninitialized);
3606 store.set(JSRegExp::kIrregexpCaptureNameMapIndex, uninitialized);
3619 Smi uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue);
3624 store.set(JSRegExp::kIrregexpLatin1CodeIndex, uninitialized);
3625 store.set(JSRegExp::kIrregexpUC16CodeIndex, uninitialized);
3626 store.set(JSRegExp::kIrregexpLatin1BytecodeIndex, uninitialized);
3627 store.set(JSRegExp::kIrregexpUC16BytecodeIndex, uninitialized);
3628 store.set(JSRegExp::kIrregexpMaxRegisterCountIndex, uninitialized);
3630 store.set(JSRegExp::kIrregexpCaptureNameMapIndex, uninitialized);
3631 store.set(JSRegExp::kIrregexpTicksUntilTierUpIndex, uninitialized);
3632 store.set(JSRegExp::kIrregexpBacktrackLimit, uninitialized);