Fix for CIDs 1402823 and 1394050.

An InterpreterException from clone framing could go uncaught.
This commit is contained in:
Robin Sommer 2019-09-20 07:55:09 +00:00
parent 0a2d84284c
commit c38e9b2ff2
2 changed files with 16 additions and 2 deletions

View file

@ -128,7 +128,7 @@ public:
/**
* Performs a deep copy of all the values in the current frame. If
* the frame has a closure the returned frame captures that closure
* by reference.. As such, performing a clone operation does not copy
* by reference. As such, performing a clone operation does not copy
* the values in the closure.
*
* @return a copy of this frame.