v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
operator.cc File Reference
#include "src/compiler/operator.h"
#include <limits>
Include dependency graph for operator.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 

Macros

#define PRINT_PROP_IF_SET(name)
 

Functions

std::ostream & v8::internal::compiler::operator<< (std::ostream &os, const Operator &op)
 

Macro Definition Documentation

◆ PRINT_PROP_IF_SET

#define PRINT_PROP_IF_SET ( name)
Value:
if (HasProperty(Operator::k##name)) { \
os << separator; \
os << #name; \
separator = ", "; \
}
const char * name
Definition builtins.cc:39