void aScript_SetErrString(StringView err)
设置错误字符串
定义 ScriptContext.cpp:144
void aScript_RemoveInterpreter(Interpreter *interpreter)
移除解释器指针
定义 ScriptContext.cpp:82
Expr * aScript_ResolveSymbol(StringView name)
解析符号
定义 ScriptContext.cpp:123
Interpreter * aScript_GetInterpreter()
获取解释器指针
定义 ScriptContext.cpp:71
Expr * aScript_FindSymbol(StringView name)
查找符号
定义 ScriptContext.cpp:102
void aScript_FormatErrString(StringView fmt,...)
格式化错误字符串
定义 ScriptContext.cpp:156
SymbolScope * aScript_CurrentSymbolScope()
获取当前符号作用域
定义 ScriptContext.cpp:92
void aScript_SetInterpreter(Interpreter *interpreter)
设置解释器指针
定义 ScriptContext.cpp:77
void aScript_FormartErrStringV(StringView fmt, va_list args)
格式化错误字符串
定义 ScriptContext.cpp:149