Samsung / node-jerryscript

JS runtime based on JerryScript
Other
30 stars 19 forks source link

Improve handling of escaped eternal local values #11

Closed galpeter closed 4 years ago

galpeter commented 4 years ago

When a local value of an eternal object/value was "escaped" form a handle scope the previous process incorrectly added the value to the parent handle scope which should have not happen as the eternal will clean the underlying value away.