Documentation
¶
Index ¶
Constants ¶
View Source
const SourceIndex = uint32(0)
The runtime source is always at a special index. The index is always zero but this constant is always used instead to improve readability and ensure all code that references this index can be discovered easily.
Variables ¶
View Source
var ES5Source = logging.Source{ Index: SourceIndex, AbsolutePath: "<runtime>", PrettyPath: "<runtime>", Contents: code(false), }
View Source
var ES6Source = logging.Source{ Index: SourceIndex, AbsolutePath: "<runtime>", PrettyPath: "<runtime>", Contents: code(true), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.