#include "src/compiler/const-tracking-let-helpers.h"
#include "src/compiler/access-builder.h"
#include "src/compiler/js-graph.h"
#include "src/compiler/node.h"
#include "src/compiler/simplified-operator.h"
#include "src/objects/property-cell.h"
namespace v8::internal::compiler {
int ConstTrackingLetSideDataIndexForAccess(size_t access_index) { … }
void GenerateCheckConstTrackingLetSideData(Node* context, Node** effect,
Node** control, int side_data_index,
JSGraph* jsgraph) { … }
bool IsConstTrackingLetVariableSurelyNotConstant(
OptionalContextRef maybe_context, size_t depth, int side_data_index,
JSHeapBroker* broker) { … }
}