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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsLoad64)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsStore64)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsExchange)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsCompareExchange)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsAdd)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsSub)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsAnd)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsOr)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsXor)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsLoadSharedStructOrArray)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsStoreSharedStructOrArray)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsExchangeSharedStructOrArray)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AtomicsCompareExchangeSharedStructOrArray)