VarArgParser.Arguments parsedArgs = _loadObjectDefVarags.parse(args);
TMLContext context = fetchInitialContext(cx);
String actionID = (String) parsedArgs.get("id");
NativeObject currentObject = (NativeObject) parsedArgs.get("currentObject");
// Get the function def (might need to expand local name by the name of
// the current action)
TMLAction.Locator actionLocator = determineActionLocator(cx, currentObject, context, actionID);