v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
temporal-parser.h File Reference
#include <optional>
#include "src/execution/isolate.h"
Include dependency graph for temporal-parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::ParsedISO8601Result
 
struct  v8::internal::ParsedISO8601Duration
 
class  v8::internal::TemporalParser
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define DEFINE_PARSE_METHOD(R, NAME)
 

Macro Definition Documentation

◆ DEFINE_PARSE_METHOD

#define DEFINE_PARSE_METHOD ( R,
NAME )
Value:
V8_WARN_UNUSED_RESULT static std::optional<R> Parse##NAME( \
Isolate* isolate, DirectHandle<String> iso_string)
#define V8_WARN_UNUSED_RESULT
Definition v8config.h:671
#define NAME(feat,...)

Definition at line 136 of file temporal-parser.h.