Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
namespace Scripting {
27
28
Script* JSScriptInterface::newScript(const QString& fileName)
29
{
30
return new JSScript(this, fileName);
31
}
32
33
} // namespace Scripting
34
} // namespace Tw
Callers
9
execute
Method · 0.45
isEnabled
Method · 0.45
getScriptLanguagePlugin
Method · 0.45
getFilename
Method · 0.45
globals
Method · 0.45
parseHeader_data
Method · 0.45
mocks
Method · 0.45
execute
Method · 0.45
foreach
Function · 0.45
Calls
no outgoing calls
Tested by
8
execute
Method · 0.36
isEnabled
Method · 0.36
getScriptLanguagePlugin
Method · 0.36
getFilename
Method · 0.36
globals
Method · 0.36
parseHeader_data
Method · 0.36
mocks
Method · 0.36
execute
Method · 0.36