blob: f0f1e70e39ef6c8b118b677b05a0d2b5352b187d [file] [log] [blame]
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
export var g_star;
export { g_star as h_starRenamed };
export { a_local1 as i_starIndirect } from './own-property-keys-binding-types.js';