v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
builtins-promise-gen.cc
Go to the documentation of this file.
1// Copyright 2016 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
17#include "src/objects/smi.h"
18
19namespace v8 {
20namespace internal {
21
29
34
35} // namespace internal
36} // namespace v8
TNode< HeapObject > Allocate(TNode< IntPtrT > size, AllocationFlags flags=AllocationFlag::kNone)
void StoreObjectFieldNoWriteBarrier(TNode< HeapObject > object, TNode< IntPtrT > offset, TNode< T > value)
static const int kSizeWithEmbedderFields
Definition js-promise.h:75
TNode< HeapObject > AllocateJSPromise(TNode< Context > context)
void ZeroOutEmbedderOffsets(TNode< JSPromise > promise)
static constexpr Tagged< Smi > zero()
Definition smi.h:99
TNode< Smi > SmiConstant(Tagged< Smi > value)
int32_t offset
constexpr int kTaggedSize
Definition globals.h:542