Home | History | Annotate | Download | only in src

Lines Matching full:freeze

5228 MaybeHandle<Object> JSObject::Freeze(Handle<JSObject> object) {
5248 return Freeze(Handle<JSObject>::cast(PrototypeIterator::GetCurrent(iter)));
5251 // It's not possible to freeze objects with external array elements
5303 new_map->freeze();
5308 // Freeze dictionary-mode properties
5321 // Freeze all elements in the dictionary
6695 new_map->freeze();