![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/parsing/preparser.h"#include <cmath>#include "src/base/logging.h"#include "src/common/globals.h"#include "src/logging/runtime-call-stats-scope.h"#include "src/numbers/conversions-inl.h"#include "src/numbers/conversions.h"#include "src/parsing/parser-base.h"#include "src/parsing/preparse-data.h"#include "src/strings/unicode.h"#include "src/utils/allocation.h"#include "src/utils/utils.h"#include "src/zone/zone-list-inl.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |