arkcompiler_ets_runtime/ecmascript/js_vm
Gongyuhang 496687fe52 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
..
BUILD.gn Adapt to independent compilation 2022-05-13 09:58:33 +08:00
main.cpp Desciption: Deal with the "use after free" error 2022-06-14 16:13:59 +08:00