mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 12:17:44 +00:00
JSSpecCompiler: Create FunctionDeclaration
s for all external functions
This commit is contained in:
parent
5338cdd153
commit
7f47340c82
8 changed files with 32 additions and 35 deletions
|
@ -67,6 +67,8 @@ class SpecFunction;
|
|||
// Function.h
|
||||
struct TranslationUnit;
|
||||
using TranslationUnitRef = TranslationUnit*;
|
||||
class FunctionDeclaration;
|
||||
using FunctionDeclarationRef = FunctionDeclaration*;
|
||||
class FunctionDefinition;
|
||||
using FunctionDefinitionRef = FunctionDefinition*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue