v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
ast-value-factory.h File Reference
#include <forward_list>
#include "src/base/hashmap.h"
#include "src/base/logging.h"
#include "src/common/globals.h"
#include "src/handles/handles.h"
#include "src/numbers/conversions.h"
#include "src/objects/name.h"
#include "src/zone/zone.h"
Include dependency graph for ast-value-factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::AstRawString
 
class  v8::internal::AstConsString
 
struct  v8::internal::AstConsString::Segment
 
class  v8::internal::AstBigInt
 
struct  v8::internal::AstRawStringMapMatcher
 
class  v8::internal::AstStringConstants
 
class  v8::internal::AstValueFactory
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define AST_STRING_CONSTANTS_INTERNALIZED_STRING_LIST_ADAPTER(F, name, contents)
 
#define SINGLE_CHARACTER_ASCII_AST_STRING_CONSTANTS(F)
 
#define AST_STRING_CONSTANTS(F)
 
#define F(name, str)
 
#define F(name, str)
 
#define F(name, str)
 
#define F(name, str)
 
#define F(name, str)
 

Typedefs

using v8::internal::AstRawStringMap
 

Macro Definition Documentation

◆ AST_STRING_CONSTANTS

#define AST_STRING_CONSTANTS ( F)

Definition at line 244 of file ast-value-factory.h.

◆ AST_STRING_CONSTANTS_INTERNALIZED_STRING_LIST_ADAPTER

#define AST_STRING_CONSTANTS_INTERNALIZED_STRING_LIST_ADAPTER ( F,
name,
contents )
Value:
F(name, contents)
#define F(name, str)
base::Vector< const char > contents

Definition at line 238 of file ast-value-factory.h.

◆ F [1/5]

#define F ( name,
str )
Value:
+1

Definition at line 297 of file ast-value-factory.h.

◆ F [2/5]

#define F ( name,
str )
Value:
const AstRawString* name() const { return name##_; }
const char * name
Definition builtins.cc:39
#define _

Definition at line 297 of file ast-value-factory.h.

◆ F [3/5]

#define F ( name,
str )
Value:
static_assert(offsetof(AstStringConstants, name##_) == \
offsetof(AstStringConstants, ascii_nul_string_) + \
str[0] * sizeof(AstRawString*));

Definition at line 297 of file ast-value-factory.h.

◆ F [4/5]

#define F ( name,
str )
Value:
AstRawString* name##_;

Definition at line 297 of file ast-value-factory.h.

◆ F [5/5]

#define F ( name,
str )
Value:
const AstRawString* name() const { return string_constants_->name(); }

Definition at line 297 of file ast-value-factory.h.

◆ SINGLE_CHARACTER_ASCII_AST_STRING_CONSTANTS

#define SINGLE_CHARACTER_ASCII_AST_STRING_CONSTANTS ( F)
Value:
#define AST_STRING_CONSTANTS_INTERNALIZED_STRING_LIST_ADAPTER(F, name, contents)
#define SINGLE_CHARACTER_ASCII_INTERNALIZED_STRING_LIST_GENERATOR(V_, _)

Definition at line 241 of file ast-value-factory.h.