Rewrited toJS() as a static function

This commit is contained in:
Mikhail Lobotskiy
2023-11-13 15:08:59 +04:00
parent 6bafc84285
commit eecd983377
5 changed files with 76 additions and 61 deletions

View File

@ -70,7 +70,10 @@ SOURCES += \
embed/Default.cpp
# Serialize objects to JS
HEADERS += json/json.h
HEADERS += \
json/json.h \
json/serialization.h
SOURCES += json/json.cpp
include($$PWD/js_internal/js_base.pri)