Talk:GetGlobalVar
From FreeSWITCH Wiki
This looks to have been renamed GetGlobalVariable in the latest relase of mod_spidermonkey.
static JSFunctionSpec fs_functions[] = {
{"console_log", js_log, 2},
{"consoleLog", js_log, 2},
{"getGlobalVariable", js_global, 2},

