![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/regexp/experimental/experimental.h"
#include <optional>
#include "src/common/assert-scope.h"
#include "src/objects/js-regexp-inl.h"
#include "src/regexp/experimental/experimental-compiler.h"
#include "src/regexp/experimental/experimental-interpreter.h"
#include "src/regexp/regexp-parser.h"
#include "src/regexp/regexp-result-vector.h"
#include "src/utils/ostreams.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
template<class T > | |
DirectHandle< TrustedByteArray > | v8::internal::VectorToByteArray (Isolate *isolate, base::Vector< T > data) |
base::Vector< RegExpInstruction > | v8::internal::AsInstructionSequence (Tagged< TrustedByteArray > raw_bytes) |
DirectHandle<TrustedByteArray> bytecode |
Definition at line 74 of file experimental.cc.
DirectHandle<FixedArray> capture_name_map |
Definition at line 75 of file experimental.cc.