arkcompiler_ets_runtime/ecmascript/js_vm
gongyuhang d05d966299 Fix bugs of ark_js_vm.exe
Executing ark_js_vm.exe on windows by the logic of handling paths for linux
results in creating wrong moduleFullNames for the moduleManager. Add the logic
of handling paths for windows, fix test262 failure on windows. Make the
delimiter for paths sent in change from ':' to ';', fix test262 failure while
sending absolute paths for .js files on windows.

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5JB15
Test: windows 262test
Signed-off-by: gongyuhang <gongyuhang7@huawei.com>
2022-07-28 11:34:49 +08:00
..
BUILD.gn modify arkcompiler_ets_runtime path 2022-07-14 12:35:04 +08:00
main.cpp Fix bugs of ark_js_vm.exe 2022-07-28 11:34:49 +08:00