Add implementation/test for GlobalString destruction.
This was actually causing premature releases of GlobalString when directly constructed with arguments because it wasn't promoting its LocalObject after construction.
Also, add tests for graceful destruction of GlobalObject which isn't returned.
Add implementation/test for
GlobalString
destruction.This was actually causing premature releases of
GlobalString
when directly constructed with arguments because it wasn't promoting itsLocalObject
after construction.Also, add tests for graceful destruction of GlobalObject which isn't returned.