Source: site.view [edit]
Function name: reflectiveFunctionInfoRetrieval
Arguments: DesiredFunctionName
Description: returns the reflective function object for the given function
Page type: webl
Render function:  
Module: sandbox

Page source:

// var environmentInfo = WubCall("wubinfo", []);
//environmentInfo.sessionid;
//Wub_FunctionList("hessling", environmentInfo.sessionid);
//var functionInfo = WubCall("Wub.GetFunctionInfo", ["map", environmentInfo.sessionid]);
var functionInfo = Wub_GetFunctionInfo(DesiredFunctionName);
functionInfo;