I have a Java script inside NeoLoad as a action and need to access the Variables inside the local Variable tool.
You can get a variable value (both defined variables and runtime variables) using this javascript line:
var myVar = context.variableManager.getValue("myVar");
Using this script you will get the current value of the variable for this virtual user.
You cannot get all the possible values of a variable using a javascript.