![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/macros.h"
#include "src/base/platform/yield-processor.h"
#include "src/builtins/builtins-utils-inl.h"
#include "src/common/globals.h"
#include "src/execution/futex-emulation.h"
#include "src/heap/factory.h"
#include "src/logging/counters.h"
#include "src/numbers/conversions-inl.h"
#include "src/objects/js-array-buffer-inl.h"
#include "src/objects/objects-inl.h"
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< JSTypedArray > | v8::internal::ValidateIntegerTypedArray (Isolate *isolate, Handle< Object > object, const char *method_name, bool only_int32_and_big_int64=false) |
V8_WARN_UNUSED_RESULT Maybe< size_t > | v8::internal::ValidateAtomicAccess (Isolate *isolate, DirectHandle< JSTypedArray > typed_array, Handle< Object > request_index) |
v8::internal::BUILTIN (AtomicsNotify) | |
Tagged< Object > | v8::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) | |