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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

bool v8::internal::AtomicIsLockFree (double size)
 
 v8::internal::BUILTIN (AtomicsIsLockFree)
 
V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTypedArrayv8::internal::ValidateIntegerTypedArray (Isolate *isolate, Handle< Object > object, const char *method_name, bool only_int32_and_big_int64=false)
 
V8_WARN_UNUSED_RESULT Maybe< size_tv8::internal::ValidateAtomicAccess (Isolate *isolate, DirectHandle< JSTypedArray > typed_array, Handle< Object > request_index)
 
 v8::internal::BUILTIN (AtomicsNotify)
 
Tagged< Objectv8::internal::DoWait (Isolate *isolate, FutexEmulation::WaitMode mode, Handle< Object > array, Handle< Object > index, Handle< Object > value, Handle< Object > timeout)
 
 v8::internal::BUILTIN (AtomicsWait)
 
 v8::internal::BUILTIN (AtomicsWaitAsync)
 
 v8::internal::BUILTIN (AtomicsPause)