Open ReimuNotMoe opened 11 months ago
514fa6735a5d7ff3093571c921120e3487734be9
Debian GNU/Linux 12 (bookworm) (Linux 6.1.0-15-amd64 x86_64)
mkdir build && cmake -H. -Bbuild && make -C build
Irrelevant.
`abc${Number}def`
Unnecessary if the same as the build platform.
Generate snapshot data with the jerry_generate_snapshot function, as instructed by https://github.com/jerryscript-project/jerryscript/blob/master/docs/02.API-REFERENCE.md#jerry_generate_snapshot
jerry_generate_snapshot
RangeError: Unsupported feature: tagged template literals
None.
Snapshot should be generated correctly.
Looks like this problem is the remaining of https://github.com/jerryscript-project/jerryscript/pull/3456.
I can try to fix this by myself if you can provide some instructions.
JerryScript revision
514fa6735a5d7ff3093571c921120e3487734be9
Build platform
Debian GNU/Linux 12 (bookworm) (Linux 6.1.0-15-amd64 x86_64)
Build steps
Build log
Irrelevant.
Test case
Execution platform
Unnecessary if the same as the build platform.
Execution steps
Generate snapshot data with the
jerry_generate_snapshot
function, as instructed by https://github.com/jerryscript-project/jerryscript/blob/master/docs/02.API-REFERENCE.md#jerry_generate_snapshotOutput
RangeError: Unsupported feature: tagged template literals
Backtrace
None.
Expected behavior
Snapshot should be generated correctly.