For example:
function foo() {
console.log(functionPame);
}
would output foo
or
function foo() {
function bar() {
console.log(functionPath)
}
}
would output foo/bar
The format itself doesn't particularly matter, just that the information is available.