![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/contexts.h"
#include <bit>
#include <limits>
#include <optional>
#include "src/ast/modules.h"
#include "src/common/globals.h"
#include "src/debug/debug.h"
#include "src/execution/isolate-inl.h"
#include "src/flags/flags.h"
#include "src/init/bootstrapper.h"
#include "src/numbers/conversions-inl.h"
#include "src/objects/dependent-code.h"
#include "src/objects/heap-number.h"
#include "src/objects/module-inl.h"
#include "src/objects/property-cell.h"
#include "src/objects/string-set-inl.h"
#include "src/utils/boxed-float.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
static Maybe< bool > | v8::internal::UnscopableLookup (LookupIterator *it, bool is_with_context) |
static PropertyAttributes | v8::internal::GetAttributesForMode (VariableMode mode) |