ShellCore 54 shell/DomainClass.cpp ShellCore *core = (ShellCore*) this->core();
ShellCore 89 shell/ShellCore.cpp ShellCore::ShellCore(MMgc::GC* gc)
ShellCore 110 shell/ShellCore.cpp void ShellCore::stackOverflow(Toplevel* toplevel)
ShellCore 138 shell/ShellCore.cpp void ShellCore::interruptTimerCallback(void* data)
ShellCore 143 shell/ShellCore.cpp void ShellCore::interrupt(Toplevel *toplevel, InterruptReason)
ShellCore 166 shell/ShellCore.cpp void ShellCore::initShellPool()
ShellCore 181 shell/ShellCore.cpp Toplevel* ShellCore::initShellBuiltins()
ShellCore 196 shell/ShellCore.cpp Toplevel* ShellCore::createToplevel(AbcEnv* abcEnv)
ShellCore 217 shell/ShellCore.cpp String* ShellCore::decodeBytesAsUTF16String(uint8_t* bytes, uint32_t nbytes, bool terminate)
ShellCore 227 shell/ShellCore.cpp String* ShellCore::readFileForEval(String* referencingFile, String* filename)
ShellCore 254 shell/ShellCore.cpp void ShellCore::evaluateString(String* input, bool record_time)
ShellCore 300 shell/ShellCore.cpp int ShellCore::executeProjector(char *executablePath)
ShellCore 324 shell/ShellCore.cpp bool ShellCore::isValidProjectorFile(const char* filename)
ShellCore 345 shell/ShellCore.cpp void ShellCore::executeSelftest(ShellCoreSettings& settings)
ShellCore 352 shell/ShellCore.cpp bool ShellCore::setup(ShellCoreSettings& settings)
ShellCore 465 shell/ShellCore.cpp int ShellCore::evaluateFile(ShellCoreSettings& settings, const char* filename)
ShellCore 507 shell/ShellCore.cpp int ShellCore::handleArbitraryExecutableContent(ScriptBuffer& code, const char * filename)
ShellCore 107 shell/ShellCore.h class ShellCore : public AvmCore
ShellCore 117 shell/ShellCore.h ShellCore(MMgc::GC *gc);
ShellCore 218 shell/ShellCore.h ShellCore* core() const {
ShellCore 219 shell/ShellCore.h return (ShellCore*)Toplevel::core();
ShellCore 46 shell/SystemClass.cpp ShellCore* core = (ShellCore*)this->core();
ShellCore 157 shell/avmshell.cpp ShellCore* shell = new ShellCoreImpl(gc, settings, true);
ShellCore 227 shell/avmshell.cpp CoreNode(ShellCore* core, int id)
ShellCore 242 shell/avmshell.cpp ShellCore * const core;
ShellCore 949 shell/avmshell.cpp if (settings.programFilename != NULL && ShellCore::isValidProjectorFile(settings.programFilename)) {
ShellCore 100 shell/avmshell.h class ShellCore;
ShellCore 187 shell/avmshell.h static void singleWorkerHelper(ShellCore* shell, ShellSettings& settings);
ShellCore 191 shell/avmshell.h static void repl(ShellCore* shellCore);
ShellCore 201 shell/avmshell.h class ShellCoreImpl : public ShellCore {