Searched refs:immutable_proto (Results 1 – 6 of 6) sorted by relevance
388 if (info.immutable_proto()) return false; in IsSimpleInstantiation()446 if (info->immutable_proto()) { in InstantiateObject()715 bool immutable_proto = false; in CreateApiFunction() local720 immutable_proto = GetInstanceTemplate->immutable_proto(); in CreateApiFunction()763 if (immutable_proto) map->set_is_immutable_proto(true); in CreateApiFunction()
1974 return Utils::OpenHandle(this)->immutable_proto(); in IsImmutableProto()
203 DECL_BOOLEAN_ACCESSORS(immutable_proto)
157 bool ObjectTemplateInfo::immutable_proto() const { in immutable_proto() function
5019 bool immutable_proto = map->is_immutable_proto(); in SetPrototype() local5020 if (immutable_proto) { in SetPrototype()
2146 os << "\n - immutable_proto: " << (immutable_proto() ? "true" : "false"); in ObjectTemplateInfoPrint()