![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/temporal/temporal-parser.h"
#include <optional>
#include "src/base/bounds.h"
#include "src/objects/string-inl.h"
#include "src/strings/char-predicates-inl.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | SCAN_FORWARD(B, T, R) |
#define | SCAN_EITHER_FORWARD(B, T1, T2, R) |
#define | SATISIFY(T, R) |
#define | IF_SATISFY_RETURN(T) |
#define | SATISIFY_EITHER(T1, T2, T3, R) |
#define | DURATION_WHOLE_FRACTION_DESIGNATOR(Name, name, d) |
#define | DURATION_AND_DESIGNATOR(Name, name, d) |
#define | IMPL_PARSE_METHOD(R, NAME) |
#define DURATION_AND_DESIGNATOR | ( | Name, | |
name, | |||
d ) |
Definition at line 1260 of file temporal-parser.cc.
#define DURATION_WHOLE_FRACTION_DESIGNATOR | ( | Name, | |
name, | |||
d ) |
Definition at line 1181 of file temporal-parser.cc.
#define IF_SATISFY_RETURN | ( | T | ) |
Definition at line 1101 of file temporal-parser.cc.
#define IMPL_PARSE_METHOD | ( | R, | |
NAME ) |
Definition at line 1376 of file temporal-parser.cc.
#define SATISIFY | ( | T, | |
R ) |
Definition at line 1106 of file temporal-parser.cc.
Definition at line 167 of file temporal-parser.cc.