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

Go to the source code of this file.

Classes

class  v8::internal::IntegerLiteral
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

bool v8::internal::operator== (const IntegerLiteral &x, const IntegerLiteral &y)
 
bool v8::internal::operator!= (const IntegerLiteral &x, const IntegerLiteral &y)
 
std::ostream & v8::internal::operator<< (std::ostream &stream, const IntegerLiteral &literal)
 
IntegerLiteral v8::internal::operator| (const IntegerLiteral &x, const IntegerLiteral &y)
 
IntegerLiteral v8::internal::operator<< (const IntegerLiteral &x, const IntegerLiteral &y)
 
IntegerLiteral v8::internal::operator+ (const IntegerLiteral &x, const IntegerLiteral &y)