@@ -301,6 +301,58 @@ This option is disabled by default.
301301| CMake: | ` -DJERRY_MEM_GC_BEFORE_EACH_ALLOC=ON/OFF ` |
302302| Python: | ` --mem-stress-test=ON/OFF ` |
303303
304+ ### MSVC CRT
305+
306+ This option enables the use of the MSVC CRT library and is disabled by default.
307+
308+ | Options | |
309+ | ---------| ----------------------------------------------|
310+ | C: | ` <none> ` |
311+ | CMake: | ` -DENABLE_STATIC_CRT=ON/OFF ` |
312+ | Python: | ` --static-crt=ON/OFF ` |
313+
314+ ### Architecture
315+
316+ Specify the platform name if it is supported by the generator.
317+
318+ | Options | |
319+ | ---------| ----------------------------------------------|
320+ | C: | ` <none> ` |
321+ | CMake: | ` -A (string) ` |
322+ | Python: | ` --arch=(string) ` |
323+
324+ ### Tostring function
325+
326+ Enable function toString.
327+
328+ | Options | |
329+ | ---------| ----------------------------------------------|
330+ | C: | ` -DJERRY_FUNCTION_TO_STRING=0/1 ` |
331+ | CMake: | ` -DJERRY_FUNCTION_TO_STRING=ON/OFF ` |
332+ | Python: | ` --function-to-string=ON/OFF ` |
333+
334+
335+ ### VM throw
336+
337+ Enable VM throw.
338+
339+ | Options | |
340+ | ---------| ----------------------------------------------|
341+ | C: | ` -DJERRY_VM_THROW=0/1 ` |
342+ | CMake: | ` -DJERRY_VM_THROW=ON/OFF ` |
343+ | Python: | ` --vm-throw=ON/OFF ` |
344+
345+
346+ ### Promise callback
347+
348+ Enable Promise callback.
349+
350+ | Options | |
351+ | ---------| ----------------------------------------------|
352+ | C: | ` -DJERRY_PROMISE_CALLBACK=0/1 ` |
353+ | CMake: | ` -DJERRY_PROMISE_CALLBACK=ON/OFF ` |
354+ | Python: | ` --promise-callback=ON/OFF ` |
355+
304356
305357# Amalgamated sources
306358
0 commit comments