MCPcopy Create free account
hub / github.com/TeXworks/texworks / newScript

Method newScript

src/scripting/JSScriptInterface.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace Scripting {
27
28Script* JSScriptInterface::newScript(const QString& fileName)
29{
30 return new JSScript(this, fileName);
31}
32
33} // namespace Scripting
34} // namespace Tw

Callers 9

executeMethod · 0.45
isEnabledMethod · 0.45
getFilenameMethod · 0.45
globalsMethod · 0.45
parseHeader_dataMethod · 0.45
mocksMethod · 0.45
executeMethod · 0.45
foreachFunction · 0.45

Calls

no outgoing calls

Tested by 8

executeMethod · 0.36
isEnabledMethod · 0.36
getFilenameMethod · 0.36
globalsMethod · 0.36
parseHeader_dataMethod · 0.36
mocksMethod · 0.36
executeMethod · 0.36