static-eval
static-eval copied to clipboard
Fix the exception when get property from function's parameter
This MR resolve exception as below:
values.map(function(item){ return item.x})
This MR change function's parameter's initial value to a flag, so that we can skip execution of parameter's member expression during function declaration.