chromium/v8/src/execution/embedder-state.cc

// Copyright 2021 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/execution/embedder-state.h"

#include "src/api/api-inl.h"
#include "src/base/logging.h"

namespace v8 {

namespace internal {

EmbedderState::EmbedderState(v8::Isolate* isolate, Local<v8::Context> context,
                             EmbedderStateTag tag)
    :{}

EmbedderState::~EmbedderState() {}

void EmbedderState::OnMoveEvent(Address from, Address to) {}

}  // namespace internal

}  // namespace v8