v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::bigint::RightShiftState Struct Reference

#include <bigint.h>

Collaboration diagram for v8::bigint::RightShiftState:

Public Attributes

bool must_round_down = false
 

Detailed Description

Definition at line 269 of file bigint.h.

Member Data Documentation

◆ must_round_down

bool v8::bigint::RightShiftState::must_round_down = false

Definition at line 270 of file bigint.h.


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