What classifies in AST package (if it makes a difference) as a
FUNCTION_EXPRESSION vs FUNCTION_STATEMENT vs
FUNCTION_EXPRESSION_STATEMENT?  I have a list here on various function
statements.

function foo() {}
foo = function() {}
foo = new function() {}
foo : function() {}

What would these be classified?  Also would it make a difference if
they were being used as closure?
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to