Full qualified name to adress the module or function associated with the context.
If the module or function can't be adressed by name, e.g., in case that a runtime
generated eval-module is executed, this string is empty
Source code of the Module, that is associated with the context. If the source can
be accessed using the ModuleName or if the source is unknown (executing compiled
code) this string can be empty.
Full qualified name to adress the module or function associated with the context.
If the module or function can't be adressed by name, e.g., in case that a runtime
generated eval-module is executed, this string is empty
Source code of the Module, that is associated with the context. If the source can
be accessed using the ModuleName or if the source is unknown (executing compiled
code) this string can be empty.
contains the first line in the module's source code associated with
the context.
If "name" addresses a function, all line and column values
are nevertheless given relative to the module's source. If
source code is not available, this value addresses a binary
position in the compiled code.