Files
ark_js_runtime/ecmascript/compiler
Gongyuhang 2782c763e7 Desciption: Deal with the "use after free" error
occurs while debugging ark_js_vm executable on
windows.

Details: Enclose the part where the LocalScope
object should take effect with a pair of braces.
Thus, the destructor of the LocalScope object
will be called at the right brace which is above
the JSNApi::DestroyJSVM() function.

Issue: https://gitee.com/openharmony/ark_js_runtime/issues/I5C7XG

Signed-off-by: Gongyuhang <gongyuhang5@huawei.com>
2022-06-14 16:13:59 +08:00
..
2022-06-12 16:54:24 +08:00
2022-06-09 17:32:43 +08:00
2022-06-12 16:54:24 +08:00
2022-06-13 09:38:51 +08:00
2022-06-07 15:57:19 +08:00
2022-06-09 17:32:43 +08:00
2022-06-09 17:32:43 +08:00
2022-06-09 17:32:43 +08:00
2022-06-09 17:32:43 +08:00
2022-06-10 15:17:17 +08:00
2022-06-09 17:32:43 +08:00
2022-05-25 17:39:41 +08:00
2022-05-24 19:36:38 +08:00
2022-06-11 16:36:16 +08:00
2022-06-11 09:56:23 +00:00
2022-06-09 17:32:43 +08:00
2022-05-30 21:06:45 +08:00
2022-05-30 21:06:45 +08:00
2022-06-11 16:36:16 +08:00
2022-06-11 16:36:16 +08:00
2022-05-18 09:42:00 +08:00
2022-05-18 09:42:00 +08:00
2022-06-11 16:36:16 +08:00
2022-05-18 09:42:00 +08:00
2022-06-13 09:38:51 +08:00
2022-06-13 09:38:51 +08:00
2022-06-09 17:32:43 +08:00