chromium/v8/src/builtins/builtins-abstract-module-source.cc

// Copyright 2024 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/builtins/builtins-utils-inl.h"
#include "src/objects/objects-inl.h"

namespace v8 {
namespace internal {

// https://tc39.es/proposal-source-phase-imports/#sec-get-%abstractmodulesource%.prototype.@@tostringtag
BUILTIN(AbstractModuleSourceToStringTag) {}

}  // namespace internal
}  // namespace v8