![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/builtins/builtins-utils-inl.h"#include "src/builtins/builtins.h"#include "src/logging/counters.h"#include "src/objects/objects-inl.h"#include "src/regexp/regexp-utils.h"#include "src/regexp/regexp.h"#include "src/strings/string-builder-inl.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | DEFINE_CAPTURE_GETTER(i) |
| #define | GET_ASCII_ESCAPE(c) |
Functions | |
| v8::internal::BUILTIN (RegExpPrototypeToString) | |
| v8::internal::BUILTIN (RegExpInputGetter) | |
| v8::internal::BUILTIN (RegExpInputSetter) | |
| v8::internal::BUILTIN (RegExpLastMatchGetter) | |
| v8::internal::BUILTIN (RegExpLastParenGetter) | |
| v8::internal::BUILTIN (RegExpLeftContextGetter) | |
| v8::internal::BUILTIN (RegExpRightContextGetter) | |
| v8::internal::BUILTIN (RegExpEscape) | |
| #define DEFINE_CAPTURE_GETTER | ( | i | ) |
Definition at line 61 of file builtins-regexp.cc.
| #define GET_ASCII_ESCAPE | ( | c | ) |