Home | History | Annotate | Download | only in src

Lines Matching refs:MUTABLE

3013     // which there is still space, and which does not require a mutable double
3023 // If there is still space in the object, we need to allocate a mutable
3030 Handle<Object> value = isolate->factory()->NewHeapNumber(0, MUTABLE);
3046 value = isolate->factory()->NewHeapNumber(0, MUTABLE);
3103 value = isolate->factory()->NewHeapNumber(0, MUTABLE);
3115 old, representation.IsDouble() ? MUTABLE : IMMUTABLE);
3141 value = isolate->factory()->NewHeapNumber(0, MUTABLE);
18806 // Cell is officially mutable henceforth.