![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/js-disposable-stack.h"
#include "src/execution/isolate.h"
#include "src/handles/handles.h"
#include "src/handles/maybe-handles.h"
#include "src/heap/factory.h"
#include "src/objects/fixed-array-inl.h"
#include "src/objects/heap-object.h"
#include "src/objects/objects-inl.h"
#include "src/objects/objects.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/js-disposable-stack-tq-inl.inc"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
v8::internal::BIT_FIELD_ACCESSORS (JSDisposableStackBase, status, state, JSDisposableStackBase::StateBit) BIT_FIELD_ACCESSORS(JSDisposableStackBase | |
JSDisposableStackBase::NeedsAwaitBit | v8::internal::BIT_FIELD_ACCESSORS (JSDisposableStackBase, status, has_awaited, JSDisposableStackBase::HasAwaitedBit) BIT_FIELD_ACCESSORS(JSDisposableStackBase |
JSDisposableStackBase::NeedsAwaitBit JSDisposableStackBase::SuppressedErrorCreatedBit | v8::internal::BIT_FIELD_ACCESSORS (JSDisposableStackBase, status, length, JSDisposableStackBase::LengthBits) inline void JSDisposableStackBase |
Variables | |
v8::internal::status | |
v8::internal::needs_await | |
JSDisposableStackBase::NeedsAwaitBit | v8::internal::suppressed_error_created |