v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::JSOperator Class Referencefinal

#include <js-operator.h>

Inheritance diagram for v8::internal::compiler::JSOperator:
Collaboration diagram for v8::internal::compiler::JSOperator:

Static Public Member Functions

static constexpr bool IsUnaryWithFeedback (Operator::Opcode opcode)
 
static constexpr bool IsBinaryWithFeedback (Operator::Opcode opcode)
 

Detailed Description

Definition at line 57 of file js-operator.h.

Member Function Documentation

◆ IsBinaryWithFeedback()

static constexpr bool v8::internal::compiler::JSOperator::IsBinaryWithFeedback ( Operator::Opcode opcode)
inlinestaticconstexpr

Definition at line 71 of file js-operator.h.

Here is the caller graph for this function:

◆ IsUnaryWithFeedback()

static constexpr bool v8::internal::compiler::JSOperator::IsUnaryWithFeedback ( Operator::Opcode opcode)
inlinestaticconstexpr

Definition at line 59 of file js-operator.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: