static-eval icon indicating copy to clipboard operation
static-eval copied to clipboard

Fix the exception when get property from function's parameter

Open ymrdf opened this issue 4 years ago • 0 comments

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.

ymrdf avatar Sep 12 '21 09:09 ymrdf