Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-22 10:42:26

0001 // Copyright 2020 the V8 project authors. All rights reserved.
0002 // Use of this source code is governed by a BSD-style license that can be
0003 // found in the LICENSE file.
0004 
0005 #ifndef INCLUDE_CPPGC_SOURCE_LOCATION_H_
0006 #define INCLUDE_CPPGC_SOURCE_LOCATION_H_
0007 
0008 #include "v8-source-location.h"
0009 
0010 namespace cppgc {
0011 
0012 using SourceLocation = v8::SourceLocation;
0013 
0014 }  // namespace cppgc
0015 
0016 #endif  // INCLUDE_CPPGC_SOURCE_LOCATION_H_