v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
property-details.h File Reference
Include dependency graph for property-details.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::Representation
 
class  v8::internal::PropertyDetails
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Enumerations

enum  v8::internal::PropertyAttributes {
  v8::internal::NONE = ::v8::None , v8::internal::READ_ONLY = ::v8::ReadOnly , v8::internal::DONT_ENUM = ::v8::DontEnum , v8::internal::DONT_DELETE = ::v8::DontDelete ,
  v8::internal::ALL_ATTRIBUTES_MASK = READ_ONLY | DONT_ENUM | DONT_DELETE , v8::internal::SEALED = DONT_DELETE , v8::internal::FROZEN = SEALED | READ_ONLY , v8::internal::ABSENT = 64
}
 
enum  v8::internal::PropertyFilter {
  v8::internal::ALL_PROPERTIES = 0 , v8::internal::ONLY_WRITABLE = 1 , v8::internal::ONLY_ENUMERABLE = 2 , v8::internal::ONLY_CONFIGURABLE = 4 ,
  v8::internal::SKIP_STRINGS = 8 , v8::internal::SKIP_SYMBOLS = 16 , v8::internal::PRIVATE_NAMES_ONLY = 32 , v8::internal::ENUMERABLE_STRINGS = ONLY_ENUMERABLE | SKIP_SYMBOLS
}
 
enum class  v8::internal::PropertyKind { v8::internal::kData = 0 , v8::internal::kAccessor = 1 }
 
enum class  v8::internal::PropertyLocation { v8::internal::kField = 0 , v8::internal::kDescriptor = 1 }
 
enum class  v8::internal::PropertyConstness { v8::internal::kMutable = 0 , v8::internal::kConst = 1 }
 
enum class  v8::internal::PropertyCellType {
  v8::internal::kMutable , v8::internal::kUndefined , v8::internal::kConstant , v8::internal::kConstantType ,
  v8::internal::kInTransition , v8::internal::kNoCell = kMutable
}
 

Functions

V8_INLINE PropertyAttributes v8::internal::PropertyAttributesFromInt (int value)
 
bool v8::internal::IsGeneralizableTo (PropertyLocation a, PropertyLocation b)
 
bool v8::internal::IsGeneralizableTo (PropertyConstness a, PropertyConstness b)
 
PropertyConstness v8::internal::GeneralizeConstness (PropertyConstness a, PropertyConstness b)
 
V8_EXPORT_PRIVATE std::ostream & v8::internal::operator<< (std::ostream &os, const Representation &representation)
 
V8_EXPORT_PRIVATE std::ostream & v8::internal::operator<< (std::ostream &os, const PropertyAttributes &attributes)
 
V8_EXPORT_PRIVATE std::ostream & v8::internal::operator<< (std::ostream &os, PropertyConstness constness)
 
std::ostream & v8::internal::operator<< (std::ostream &os, PropertyCellType type)
 

Variables

static const int v8::internal::kPropertyAttributesBitsCount = 3
 
static const int v8::internal::kPropertyAttributesCombinationsCount
 
static const int v8::internal::kDescriptorIndexBitCount = 10
 
static const int v8::internal::kFirstInobjectPropertyOffsetBitCount = 7
 
static const int v8::internal::kMaxNumberOfDescriptors = (1 << kDescriptorIndexBitCount) - 4
 
static const int v8::internal::kInvalidEnumCacheSentinel