v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
c-linkage.cc File Reference
Include dependency graph for c-linkage.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define UNSUPPORTED_C_LINKAGE   1
 

Functions

void v8::internal::compiler::BuildParameterLocations (const MachineSignature *msig, size_t kFPParamRegisterCount, size_t kParamRegisterCount, const DoubleRegister *kFPParamRegisters, const v8::internal::Register *kParamRegisters, LocationSignature::Builder *out_locations)
 

Macro Definition Documentation

◆ UNSUPPORTED_C_LINKAGE

#define UNSUPPORTED_C_LINKAGE   1

Definition at line 130 of file c-linkage.cc.