|
V8 Project
|
#include "src/compiler/access-builder.h"#include "src/compiler/ast-graph-builder.h"#include "src/compiler/common-operator.h"#include "src/compiler/generic-node-inl.h"#include "src/compiler/graph-inl.h"#include "src/compiler/graph-visualizer.h"#include "src/compiler/js-inlining.h"#include "src/compiler/js-operator.h"#include "src/compiler/node-aux-data-inl.h"#include "src/compiler/node-matchers.h"#include "src/compiler/node-properties-inl.h"#include "src/compiler/simplified-operator.h"#include "src/compiler/typer.h"#include "src/full-codegen.h"#include "src/parser.h"#include "src/rewriter.h"#include "src/scopes.h"
Include dependency graph for js-inlining.cc:Go to the source code of this file.
Classes | |
| class | v8::internal::compiler::InlinerVisitor |
| class | v8::internal::compiler::Inlinee |
| class | v8::internal::compiler::CopyVisitor |
| class | v8::internal::compiler::JSCallFunctionAccessor |
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
| v8::internal::compiler | |
Functions | |
| static void | v8::internal::compiler::Parse (Handle< JSFunction > function, CompilationInfoWithZone *info) |