mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
JSSpecCompiler: Adopt more C++ terminology
Let's not use strange names like `ExecutionContext`, which nobody will understand in the future.
This commit is contained in:
parent
4578004ad6
commit
567b1f6e7c
9 changed files with 51 additions and 21 deletions
|
@ -60,8 +60,8 @@ class Algorithm;
|
|||
class SpecFunction;
|
||||
|
||||
// Function.h
|
||||
class ExecutionContext;
|
||||
class Function;
|
||||
using FunctionRef = Function*;
|
||||
struct TranslationUnit;
|
||||
class FunctionDefinition;
|
||||
using FunctionDefinitionRef = FunctionDefinition*;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue