MCPcopy Create free account
hub / github.com/christophhart/HISE / getScriptEngine

Method getScriptEngine

hi_scripting/scripting/ScriptProcessor.cpp:882–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880{ return scriptEngine.get(); }
881
882HiseJavascriptEngine* JavascriptProcessor::getScriptEngine()
883{ return scriptEngine; }
884
885void JavascriptProcessor::toggleBreakpoint(const Identifier& snippetId, int lineNumber, int charNumber)
886{

Callers 15

jumpToDefinitionMethod · 0.80
scriptWasCompiledMethod · 0.80
addTokensMethod · 0.80
prepareTestMethod · 0.80
getListForIdMethod · 0.80

Calls

no outgoing calls

Tested by 1

prepareTestMethod · 0.64