![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/property-access-builder.h"#include <optional>#include "src/compiler/access-builder.h"#include "src/compiler/access-info.h"#include "src/compiler/compilation-dependencies.h"#include "src/compiler/js-graph.h"#include "src/compiler/node-matchers.h"#include "src/compiler/simplified-operator.h"#include "src/objects/heap-number.h"#include "src/objects/internal-index.h"#include "src/objects/js-function.h"#include "src/objects/map-inl.h"#include "src/objects/property-details.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::compiler |
Functions | |
| bool | v8::internal::compiler::HasOnlyStringMaps (JSHeapBroker *broker, ZoneVector< MapRef > const &maps) |
| bool | v8::internal::compiler::HasOnlyStringWrapperMaps (JSHeapBroker *broker, ZoneVector< MapRef > const &maps) |
| bool | v8::internal::compiler::HasOnlyNonResizableTypedArrayMaps (JSHeapBroker *broker, ZoneVector< MapRef > const &maps) |