Closed kevinbarabash closed 8 years ago
The first call to createObject should create the proxy if it doesn't exist yet.
createObject
I had implemented this, but proxying all user defined global functions is a better approach and doesn't require rewriting NewExpressions so I went with that.
NewExpression
The first call to
createObject
should create the proxy if it doesn't exist yet.