![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/map-updater.h"
#include <optional>
#include <queue>
#include "src/base/platform/mutex.h"
#include "src/execution/frames.h"
#include "src/execution/isolate.h"
#include "src/handles/handles.h"
#include "src/heap/parked-scope-inl.h"
#include "src/objects/field-type.h"
#include "src/objects/keys.h"
#include "src/objects/objects-inl.h"
#include "src/objects/objects.h"
#include "src/objects/property-details.h"
#include "src/objects/transitions.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
bool has_integrity_level_transition = false |
Definition at line 302 of file map-updater.cc.
PropertyAttributes integrity_level = NONE |
Definition at line 303 of file map-updater.cc.
Tagged<Map> integrity_level_source_map |
Definition at line 304 of file map-updater.cc.
Tagged<Symbol> integrity_level_symbol |
Definition at line 305 of file map-updater.cc.