JSSpecCompiler: Pave a way for representing compile-time objects

This commit is contained in:
Dan Klishch 2024-03-09 00:51:37 -05:00 committed by Andrew Kaster
commit d99d66e358
Notes: sideshowbarker 2024-07-18 03:35:30 +09:00
12 changed files with 418 additions and 0 deletions

View file

@ -69,6 +69,13 @@ class SpecificationFunction;
class SpecificationClause;
class Specification;
namespace Runtime {
class Cell;
class Object;
class ObjectType;
class Realm;
}
// DiagnosticEngine.h
struct LogicalLocation;
struct Location;