v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
mutable-page-metadata.h File Reference
Include dependency graph for mutable-page-metadata.h:

Go to the source code of this file.

Classes

class  v8::internal::MutablePageMetadata
 
struct  v8::base::hash< i::MutablePageMetadata * >
 
struct  v8::base::hash< const i::MutablePageMetadata * >
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::base
 

Typedefs

using v8::internal::ActiveSystemPages = ::heap::base::ActiveSystemPages
 

Enumerations

enum  v8::internal::RememberedSetType {
  v8::internal::OLD_TO_NEW , v8::internal::OLD_TO_NEW_BACKGROUND , v8::internal::OLD_TO_OLD , v8::internal::OLD_TO_SHARED ,
  v8::internal::TRUSTED_TO_CODE , v8::internal::TRUSTED_TO_TRUSTED , v8::internal::TRUSTED_TO_SHARED_TRUSTED , v8::internal::SURVIVOR_TO_EXTERNAL_POINTER ,
  v8::internal::NUMBER_OF_REMEMBERED_SET_TYPES
}