JITContext.newLocation

Make a JITLocation representing a source location, for use by the debugger. Note: You need to enable JITBoolOption.DEBUGINFO on the context for these locations to actually be usable by the debugger.

class JITContext
newLocation
(
string filename
,
int line
,
int column
)

Meta