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

#include <fpu.h>

Collaboration diagram for v8::base::FlushDenormalsScope:

Public Member Functions

 FlushDenormalsScope (bool value)
 
 ~FlushDenormalsScope ()
 

Private Attributes

bool old_flush_state_
 

Detailed Description

Definition at line 16 of file fpu.h.

Constructor & Destructor Documentation

◆ FlushDenormalsScope()

v8::base::FlushDenormalsScope::FlushDenormalsScope ( bool value)
inlineexplicit

Definition at line 18 of file fpu.h.

◆ ~FlushDenormalsScope()

v8::base::FlushDenormalsScope::~FlushDenormalsScope ( )
inline

Definition at line 22 of file fpu.h.

Member Data Documentation

◆ old_flush_state_

bool v8::base::FlushDenormalsScope::old_flush_state_
private

Definition at line 25 of file fpu.h.


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