![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler/turboshaft/types.h"
#include <optional>
#include <sstream>
#include <string_view>
#include "src/base/logging.h"
#include "src/compiler/turboshaft/type-parser.h"
#include "src/heap/factory.h"
#include "src/objects/turboshaft-types-inl.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::compiler |
namespace | v8::internal::compiler::turboshaft |
Functions | |
template<size_t Bits, typename word_t = typename WordType<Bits>::word_t> | |
WordType< Bits > | v8::internal::compiler::turboshaft::LeastUpperBoundFromRanges (word_t l_from, word_t l_to, word_t r_from, word_t r_to, Zone *zone) |
template class | v8::internal::compiler::turboshaft::EXPORT_TEMPLATE_DEFINE (V8_EXPORT_PRIVATE) WordType< 32 > |