Lines Matching defs:map
135 Handle<Map> old_map(object->map(), isolate);
136 // Copy map so it won't interfere constructor's initial map.
143 Handle<Map> old_map(object->map(), isolate);
144 // Copy map so it won't interfere constructor's initial map.
155 disabled_(obj->map().is_access_check_needed()),
728 Handle<Map> map = isolate->factory()->NewMap(type, instance_size,
739 map->set_is_undetectable(true);
744 map->set_is_access_check_needed(true);
745 map->set_may_have_interesting_symbols(true);
748 // Set interceptor information in the map.
750 map->set_has_named_interceptor(true);
751 map->set_may_have_interesting_symbols(true);
754 map->set_has_indexed_interceptor(true);
757 // Mark instance as callable in the map.
759 map->set_is_callable(true);
760 map->set_is_constructor(!obj->undetectable());
763 if (immutable_proto) map->set_is_immutable_proto(true);
765 JSFunction::SetInitialMap(isolate, result, map,