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

Go to the source code of this file.

Functions

int64_t __mulodi4 (int64_t a, int64_t b, int *overflow)
 

Function Documentation

◆ __mulodi4()

int64_t __mulodi4 ( int64_t a,
int64_t b,
int * overflow )

Definition at line 18 of file ubsan.cc.