democracy 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of democracy might be problematic. Click here for more details.
- checksums.yaml +7 -0
- data/LIBERTY +310 -0
- data/README +310 -0
- data/README2 +14 -0
- data/READ_THIS_TO_CHANGE_THINGS +310 -0
- data/Resume.pdf +0 -0
- data/Ruby Installer.exe +0 -0
- data/VERSION_NUMBER +1 -0
- data/WE_NEEDNT_BE_ENSLAVED +310 -0
- data/_.html +460 -0
- data/__index.html +11 -0
- data/a.html +21 -0
- data/ac +73 -0
- data/all_code.cpp +280 -0
- data/all_code.js +30 -0
- data/app_topics +93 -0
- data/background.jpg +0 -0
- data/better_string +26 -0
- data/bin/abs +0 -0
- data/bin/ac +34 -0
- data/bin/add +0 -0
- data/bin/append +14 -0
- data/bin/args +0 -0
- data/bin/autorequire +85 -0
- data/bin/big_num +155 -0
- data/bin/black +0 -0
- data/bin/blue +0 -0
- data/bin/bold +0 -0
- data/bin/c_repl +76 -0
- data/bin/close +3 -0
- data/bin/copy +0 -0
- data/bin/count +0 -0
- data/bin/cpy +0 -0
- data/bin/cyan +0 -0
- data/bin/democracyinstall.exe +0 -0
- data/bin/div +0 -0
- data/bin/down_all_links +50 -0
- data/bin/dump +0 -0
- data/bin/email +127 -0
- data/bin/emerald-browser +0 -0
- data/bin/emoji +176 -0
- data/bin/executable +1 -0
- data/bin/exp +0 -0
- data/bin/files +0 -0
- data/bin/floor +0 -0
- data/bin/foreach +49 -0
- data/bin/g+ +557 -0
- data/bin/get_all_links +11 -0
- data/bin/github +55 -0
- data/bin/green +0 -0
- data/bin/gsearch +159 -0
- data/bin/gsub +0 -0
- data/bin/gsub_in_place +0 -0
- data/bin/last_nth +0 -0
- data/bin/lines +0 -0
- data/bin/magenta +0 -0
- data/bin/mkfile +47 -0
- data/bin/mul +0 -0
- data/bin/nth +0 -0
- data/bin/open +0 -0
- data/bin/play +0 -0
- data/bin/prepend +14 -0
- data/bin/processes +3 -0
- data/bin/qt_download +21 -0
- data/bin/record +121 -0
- data/bin/red +0 -0
- data/bin/replace_in_place +0 -0
- data/bin/replace_not_in_place +0 -0
- data/bin/selectlines +0 -0
- data/bin/sort_in_place +0 -0
- data/bin/splitfiles +16 -0
- data/bin/squeeze +17 -0
- data/bin/string +161 -0
- data/bin/strip_extensions +13 -0
- data/bin/sub +0 -0
- data/bin/t +63 -0
- data/bin/tracefile +555 -0
- data/bin/underline +0 -0
- data/bin/undump +0 -0
- data/bin/viu +0 -0
- data/bin/white +0 -0
- data/bin/yellow +0 -0
- data/bin/youtube_video +45 -0
- data/bin/youtube_video2 +45 -0
- data/code.js +28490 -0
- data/crystal-gobject/.git/HEAD +1 -0
- data/crystal-gobject/.git/config +11 -0
- data/crystal-gobject/.git/description +1 -0
- data/crystal-gobject/.git/hooks/applypatch-msg.sample +15 -0
- data/crystal-gobject/.git/hooks/commit-msg.sample +24 -0
- data/crystal-gobject/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/crystal-gobject/.git/hooks/post-update.sample +8 -0
- data/crystal-gobject/.git/hooks/pre-applypatch.sample +14 -0
- data/crystal-gobject/.git/hooks/pre-commit.sample +49 -0
- data/crystal-gobject/.git/hooks/pre-merge-commit.sample +13 -0
- data/crystal-gobject/.git/hooks/pre-push.sample +53 -0
- data/crystal-gobject/.git/hooks/pre-rebase.sample +169 -0
- data/crystal-gobject/.git/hooks/pre-receive.sample +24 -0
- data/crystal-gobject/.git/hooks/prepare-commit-msg.sample +42 -0
- data/crystal-gobject/.git/hooks/update.sample +128 -0
- data/crystal-gobject/.git/index +0 -0
- data/crystal-gobject/.git/info/exclude +6 -0
- data/crystal-gobject/.git/logs/HEAD +1 -0
- data/crystal-gobject/.git/logs/refs/heads/main +1 -0
- data/crystal-gobject/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.idx +0 -0
- data/crystal-gobject/.git/objects/pack/pack-c21cfd88c6eef3076f2c2aebb658b750e87e10b6.pack +0 -0
- data/crystal-gobject/.git/packed-refs +15 -0
- data/crystal-gobject/.git/refs/heads/main +1 -0
- data/crystal-gobject/.git/refs/remotes/origin/HEAD +1 -0
- data/crystal-gobject/.github/workflows/ci.yml +22 -0
- data/crystal-gobject/.gitignore +14 -0
- data/crystal-gobject/LICENSE +27 -0
- data/crystal-gobject/README.md +143 -0
- data/crystal-gobject/samples/base_class_container.cr +15 -0
- data/crystal-gobject/samples/connect_after.cr +35 -0
- data/crystal-gobject/samples/crout/crout.cr +59 -0
- data/crystal-gobject/samples/e +0 -0
- data/crystal-gobject/samples/gdk_window.cr +36 -0
- data/crystal-gobject/samples/glist.cr +16 -0
- data/crystal-gobject/samples/greeter.cr +34 -0
- data/crystal-gobject/samples/greeter.glade +91 -0
- data/crystal-gobject/samples/gtk_accel_group.cr +13 -0
- data/crystal-gobject/samples/gtk_application.cr +12 -0
- data/crystal-gobject/samples/gtk_boxes.cr +44 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.cr +37 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.css +3 -0
- data/crystal-gobject/samples/gtk_css_styling/css_window.glade +104 -0
- data/crystal-gobject/samples/gtk_editable.cr +14 -0
- data/crystal-gobject/samples/gtk_entry.cr +10 -0
- data/crystal-gobject/samples/gtk_hello_world.cr +13 -0
- data/crystal-gobject/samples/gtk_menu_and_actions.cr +69 -0
- data/crystal-gobject/samples/gtk_message_dialog.cr +9 -0
- data/crystal-gobject/samples/gtk_subclasses.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.cr +30 -0
- data/crystal-gobject/samples/gtk_tree_view.glade +44 -0
- data/crystal-gobject/samples/hello +0 -0
- data/crystal-gobject/samples/libgdk-3.a +0 -0
- data/crystal-gobject/samples/libgdk_pixbuf-2.0.a +0 -0
- data/crystal-gobject/samples/libgtk-3.a +0 -0
- data/crystal-gobject/samples/timeout.cr +34 -0
- data/crystal-gobject/script/ci.sh +17 -0
- data/crystal-gobject/script/release.sh +31 -0
- data/crystal-gobject/script/run_with_timeout.cr +14 -0
- data/crystal-gobject/script/test +7 -0
- data/crystal-gobject/shard.yml +16 -0
- data/crystal-gobject/spec/basic_spec.cr +46 -0
- data/crystal-gobject/spec/libsample/Makefile +28 -0
- data/crystal-gobject/spec/libsample/test-subject.c +107 -0
- data/crystal-gobject/spec/libsample/test-subject.h +65 -0
- data/crystal-gobject/spec/spec_helper.cr +5 -0
- data/crystal-gobject/src/atk/atk.cr +2 -0
- data/crystal-gobject/src/closure_data_manager.cr +62 -0
- data/crystal-gobject/src/crout.cr +601 -0
- data/crystal-gobject/src/g_i_repository/dumper.cr +116 -0
- data/crystal-gobject/src/g_i_repository/g_i_repository.cr +46 -0
- data/crystal-gobject/src/g_i_repository/info/arg_info.cr +157 -0
- data/crystal-gobject/src/g_i_repository/info/base_info.cr +169 -0
- data/crystal-gobject/src/g_i_repository/info/callable_info.cr +266 -0
- data/crystal-gobject/src/g_i_repository/info/callback_info.cr +54 -0
- data/crystal-gobject/src/g_i_repository/info/constant_info.cr +115 -0
- data/crystal-gobject/src/g_i_repository/info/enum_info.cr +88 -0
- data/crystal-gobject/src/g_i_repository/info/field_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/function_info.cr +237 -0
- data/crystal-gobject/src/g_i_repository/info/interface_info.cr +97 -0
- data/crystal-gobject/src/g_i_repository/info/object_info.cr +170 -0
- data/crystal-gobject/src/g_i_repository/info/property_info.cr +93 -0
- data/crystal-gobject/src/g_i_repository/info/registered_type_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/info/signal_info.cr +119 -0
- data/crystal-gobject/src/g_i_repository/info/struct_info.cr +139 -0
- data/crystal-gobject/src/g_i_repository/info/type_info.cr +326 -0
- data/crystal-gobject/src/g_i_repository/info/union_info.cr +136 -0
- data/crystal-gobject/src/g_i_repository/info/v_func_info.cr +33 -0
- data/crystal-gobject/src/g_i_repository/info/value_info.cr +62 -0
- data/crystal-gobject/src/g_i_repository/repository.cr +68 -0
- data/crystal-gobject/src/g_i_repository/wrapper_generator.cr +103 -0
- data/crystal-gobject/src/g_lib/error.cr +34 -0
- data/crystal-gobject/src/g_lib/g_lib.cr +81 -0
- data/crystal-gobject/src/g_lib/list_iterator.cr +81 -0
- data/crystal-gobject/src/g_lib/s_list_iterator.cr +54 -0
- data/crystal-gobject/src/g_object/closure.cr +40 -0
- data/crystal-gobject/src/g_object/g_object.cr +7 -0
- data/crystal-gobject/src/g_object/module_functions.cr +38 -0
- data/crystal-gobject/src/g_object/object.cr +104 -0
- data/crystal-gobject/src/g_object/type.cr +68 -0
- data/crystal-gobject/src/g_object/value.cr +308 -0
- data/crystal-gobject/src/gdk/event.cr +34 -0
- data/crystal-gobject/src/gdk/gdk.cr +35 -0
- data/crystal-gobject/src/generated/g_i_repository/argument.cr +130 -0
- data/crystal-gobject/src/generated/g_i_repository/array_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/attribute_iter.cr +65 -0
- data/crystal-gobject/src/generated/g_i_repository/base_info.cr +134 -0
- data/crystal-gobject/src/generated/g_i_repository/direction.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/field_info_flags.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/function_info_flags.cr +38 -0
- data/crystal-gobject/src/generated/g_i_repository/g_i_repository.cr +7 -0
- data/crystal-gobject/src/generated/g_i_repository/info_type.cr +50 -0
- data/crystal-gobject/src/generated/g_i_repository/module_functions.cr +816 -0
- data/crystal-gobject/src/generated/g_i_repository/repository.cr +214 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_class.cr +55 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_error.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_load_flags.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/repository_private.cr +46 -0
- data/crystal-gobject/src/generated/g_i_repository/scope_type.cr +34 -0
- data/crystal-gobject/src/generated/g_i_repository/transfer.cr +33 -0
- data/crystal-gobject/src/generated/g_i_repository/type_tag.cr +52 -0
- data/crystal-gobject/src/generated/g_i_repository/typelib.cr +61 -0
- data/crystal-gobject/src/generated/g_i_repository/unresolved_info.cr +45 -0
- data/crystal-gobject/src/generated/g_i_repository/v_func_info_flags.cr +36 -0
- data/crystal-gobject/src/generated/g_object/param_flags.cr +44 -0
- data/crystal-gobject/src/generated/g_object/signal_flags.cr +42 -0
- data/crystal-gobject/src/generated/lib_g_i_repository.cr +302 -0
- data/crystal-gobject/src/generated/lib_g_lib.cr +2261 -0
- data/crystal-gobject/src/generated/lib_g_object.cr +874 -0
- data/crystal-gobject/src/generator/build_namespace.cr +22 -0
- data/crystal-gobject/src/generator/doc.cr +259 -0
- data/crystal-gobject/src/generator/dump.cr +55 -0
- data/crystal-gobject/src/generator/generator.cr +22 -0
- data/crystal-gobject/src/generator/namespace.cr +192 -0
- data/crystal-gobject/src/generator/stage2.cr +113 -0
- data/crystal-gobject/src/generator/stage3.cr +3 -0
- data/crystal-gobject/src/gio/gio.cr +4 -0
- data/crystal-gobject/src/gobject.cr +54 -0
- data/crystal-gobject/src/gtk/autorun.cr +16 -0
- data/crystal-gobject/src/gtk/gtk.cr +61 -0
- data/crystal-gobject/src/notify/notification.cr +158 -0
- data/crystal-gobject/src/notify/notify.cr +4 -0
- data/crystal-gobject/src/pointer_iterator.cr +49 -0
- data/crystal-gobject/src/wrapped_type.cr +53 -0
- data/democracy.gemspec +14 -0
- data/dictate +183 -0
- data/emerald-browser/.qmake.stash +23 -0
- data/emerald-browser/Makefile +469 -0
- data/emerald-browser/OUT +90 -0
- data/emerald-browser/a.out +0 -0
- data/emerald-browser/empty +0 -0
- data/emerald-browser/empty.c +1 -0
- data/emerald-browser/open +0 -0
- data/emerald-browser/open.c +57 -0
- data/emerald-browser/qmake.pro +23 -0
- data/emerald-browser/src/OUT +438 -0
- data/emerald-browser/src/a.cpp +303 -0
- data/emerald-browser/src/a.out +0 -0
- data/emerald-browser/src/ss.h +12 -0
- data/emerald-browser/src/t/fullscreennotification.cpp +98 -0
- data/emerald-browser/src/t/fullscreennotification.h +72 -0
- data/emerald-browser/src/t/fullscreenwindow.cpp +99 -0
- data/emerald-browser/src/t/fullscreenwindow.h +76 -0
- data/emerald-browser/src/t/main.cpp +64 -0
- data/emerald-browser/src/t/mainwindow.cpp +83 -0
- data/emerald-browser/src/t/mainwindow.h +75 -0
- data/emerald-browser/test/a.cpp +2 -0
- data/f +0 -0
- data/faster_googler +31 -0
- data/favicon.ico +0 -0
- data/foo +80 -0
- data/foo.c +39 -0
- data/foo.cpp +36 -0
- data/foo.js +25 -0
- data/free_icons/site/bulb +0 -0
- data/free_icons/site/chess +0 -0
- data/free_icons/site/compiz.svg +463 -0
- data/free_icons/site/cursor.svg +1 -0
- data/free_icons/site/dock +0 -0
- data/free_icons/site/gnu +0 -0
- data/free_icons/site/info.svg +200 -0
- data/free_icons/site/iphone.svg +222 -0
- data/free_icons/site/laptop +0 -0
- data/free_icons/site/magic.svg +856 -0
- data/free_icons/site/man +0 -0
- data/free_icons/site/mint +0 -0
- data/free_icons/site/mouse +0 -0
- data/free_icons/site/paint.svg +2640 -0
- data/free_icons/site/present +0 -0
- data/free_icons/site/python +0 -0
- data/free_icons/site/reality +0 -0
- data/free_icons/site/ruby +0 -0
- data/free_icons/site/skeptic +0 -0
- data/free_icons/site/terminal +0 -0
- data/free_icons/site/video.svg +358 -0
- data/free_icons/site/warning +0 -0
- data/free_icons/site/wikipedia.svg +553 -0
- data/free_icons/site/write.svg +287 -0
- data/g +0 -0
- data/graphical_help.c +6 -0
- data/gregory_coreutils/DOC +14 -0
- data/gregory_coreutils/build/Makefile +12 -0
- data/gregory_coreutils/build/code +1 -0
- data/gregory_coreutils/build/functions +465 -0
- data/gregory_coreutils/build/make +93 -0
- data/gregory_coreutils/build/mk +74 -0
- data/gregory_coreutils/build/regex +2 -0
- data/gregory_coreutils/build/ruby_functions +0 -0
- data/gregory_coreutils/utilities/abs +0 -0
- data/gregory_coreutils/utilities/add +0 -0
- data/gregory_coreutils/utilities/args +0 -0
- data/gregory_coreutils/utilities/black +0 -0
- data/gregory_coreutils/utilities/blue +0 -0
- data/gregory_coreutils/utilities/bold +0 -0
- data/gregory_coreutils/utilities/copy +0 -0
- data/gregory_coreutils/utilities/count +0 -0
- data/gregory_coreutils/utilities/cpy +0 -0
- data/gregory_coreutils/utilities/cyan +0 -0
- data/gregory_coreutils/utilities/div +0 -0
- data/gregory_coreutils/utilities/dump +0 -0
- data/gregory_coreutils/utilities/exp +0 -0
- data/gregory_coreutils/utilities/files +0 -0
- data/gregory_coreutils/utilities/floor +0 -0
- data/gregory_coreutils/utilities/green +0 -0
- data/gregory_coreutils/utilities/gsub +0 -0
- data/gregory_coreutils/utilities/gsub_in_place +0 -0
- data/gregory_coreutils/utilities/last_nth +0 -0
- data/gregory_coreutils/utilities/lines +0 -0
- data/gregory_coreutils/utilities/magenta +0 -0
- data/gregory_coreutils/utilities/mul +0 -0
- data/gregory_coreutils/utilities/nth +0 -0
- data/gregory_coreutils/utilities/red +0 -0
- data/gregory_coreutils/utilities/replace_in_place +0 -0
- data/gregory_coreutils/utilities/replace_not_in_place +0 -0
- data/gregory_coreutils/utilities/selectlines +0 -0
- data/gregory_coreutils/utilities/sort_in_place +0 -0
- data/gregory_coreutils/utilities/sub +0 -0
- data/gregory_coreutils/utilities/underline +0 -0
- data/gregory_coreutils/utilities/undump +0 -0
- data/gregory_coreutils/utilities/white +0 -0
- data/gregory_coreutils/utilities/yellow +0 -0
- data/gtk +3 -0
- data/html_file +0 -0
- data/html_file.html +92 -0
- data/i +181 -0
- data/index.html +38 -0
- data/index2.html +344 -0
- data/inspect.rb +209 -0
- data/lib/README +310 -0
- data/lib/__index.html +11 -0
- data/lib/because.rb +41 -0
- data/lib/code.js +28490 -0
- data/lib/compile +5 -0
- data/lib/conjunction.rb +49 -0
- data/lib/evidence.rb +45 -0
- data/lib/graphical_help +90 -0
- data/lib/however.rb +42 -0
- data/lib/index.html +49 -0
- data/lib/index2.html +344 -0
- data/lib/inputreceiver.rb +135 -0
- data/lib/item.rb +77 -0
- data/lib/itemlist.rb +50 -0
- data/lib/negative.rb +43 -0
- data/lib/neutral.rb +43 -0
- data/lib/outputter.rb +60 -0
- data/lib/p.rb +71 -0
- data/lib/positive.rb +41 -0
- data/lib/script.js +423 -0
- data/lib/string__.rb +110 -0
- data/lib/sub/file +5 -0
- data/man/foo.rb +6 -0
- data/man/gtk.html +1 -0
- data/man/out +7288 -0
- data/more/ac.desktop +12 -0
- data/more/res +1 -0
- data/more/web-speech-api/.git/HEAD +1 -0
- data/more/web-speech-api/.git/config +11 -0
- data/more/web-speech-api/.git/description +1 -0
- data/more/web-speech-api/.git/hooks/applypatch-msg.sample +15 -0
- data/more/web-speech-api/.git/hooks/commit-msg.sample +24 -0
- data/more/web-speech-api/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/more/web-speech-api/.git/hooks/post-update.sample +8 -0
- data/more/web-speech-api/.git/hooks/pre-applypatch.sample +14 -0
- data/more/web-speech-api/.git/hooks/pre-commit.sample +49 -0
- data/more/web-speech-api/.git/hooks/pre-merge-commit.sample +13 -0
- data/more/web-speech-api/.git/hooks/pre-push.sample +53 -0
- data/more/web-speech-api/.git/hooks/pre-rebase.sample +169 -0
- data/more/web-speech-api/.git/hooks/pre-receive.sample +24 -0
- data/more/web-speech-api/.git/hooks/prepare-commit-msg.sample +42 -0
- data/more/web-speech-api/.git/hooks/update.sample +128 -0
- data/more/web-speech-api/.git/index +0 -0
- data/more/web-speech-api/.git/info/exclude +6 -0
- data/more/web-speech-api/.git/logs/HEAD +1 -0
- data/more/web-speech-api/.git/logs/refs/heads/master +1 -0
- data/more/web-speech-api/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.idx +0 -0
- data/more/web-speech-api/.git/objects/pack/pack-4d2adae000c513b287d53e24937e9e836954f901.pack +0 -0
- data/more/web-speech-api/.git/packed-refs +2 -0
- data/more/web-speech-api/.git/refs/heads/master +1 -0
- data/more/web-speech-api/.git/refs/remotes/origin/HEAD +1 -0
- data/more/web-speech-api/CODE_OF_CONDUCT.md +15 -0
- data/more/web-speech-api/LICENSE +116 -0
- data/more/web-speech-api/README.md +23 -0
- data/more/web-speech-api/index.html +25 -0
- data/more/web-speech-api/phrase-matcher/index.html +30 -0
- data/more/web-speech-api/phrase-matcher/script.js +124 -0
- data/more/web-speech-api/phrase-matcher/style.css +54 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws128.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/img/ws512.png +0 -0
- data/more/web-speech-api/speak-easy-synthesis/index.html +43 -0
- data/more/web-speech-api/speak-easy-synthesis/manifest.webapp +14 -0
- data/more/web-speech-api/speak-easy-synthesis/script.js +87 -0
- data/more/web-speech-api/speak-easy-synthesis/style.css +74 -0
- data/more/web-speech-api/speech-color-changer/img/ws128.png +0 -0
- data/more/web-speech-api/speech-color-changer/img/ws512.png +0 -0
- data/more/web-speech-api/speech-color-changer/index.html +26 -0
- data/more/web-speech-api/speech-color-changer/manifest.webapp +23 -0
- data/more/web-speech-api/speech-color-changer/script.js +58 -0
- data/more/web-speech-api/speech-color-changer/style.css +38 -0
- data/opensrc +68 -0
- data/out +39 -0
- data/playsrc +14 -0
- data/program.c +11 -0
- data/program.prog +568 -0
- data/proj/a +0 -0
- data/proj/a.c +1 -0
- data/proj/a.o +0 -0
- data/proj/a.rs +18 -0
- data/proj/b.rs +22 -0
- data/proj/linker.sh +8 -0
- data/proj/save_last +4 -0
- data/push +16 -0
- data/q.cpp +175 -0
- data/qt/.qmake.stash +23 -0
- data/qt/Qt5Core.dll +0 -0
- data/qt/Qt5Gui.dll +0 -0
- data/qt/Qt5Multimedia.dll +0 -0
- data/qt/Qt5MultimediaWidgets.dll +0 -0
- data/qt/Qt5Network.dll +0 -0
- data/qt/Qt5PrintSupport.dll +0 -0
- data/qt/Qt5Qml.dll +0 -0
- data/qt/Qt5QmlModels.dll +0 -0
- data/qt/Qt5Quick.dll +0 -0
- data/qt/Qt5Sensors.dll +0 -0
- data/qt/Qt5WebChannel.dll +0 -0
- data/qt/Qt5WebKit.dll +0 -0
- data/qt/Qt5WebKitWidgets.dll +0 -0
- data/qt/Qt5Widgets.dll +0 -0
- data/qt/a.cpp +39 -0
- data/qt/a.out +0 -0
- data/qt/a.sh +7 -0
- data/qt/icudt66.dll +0 -0
- data/qt/icuin66.dll +0 -0
- data/qt/icuuc66.dll +0 -0
- data/qt/libbz2.dll +0 -0
- data/qt/libcrypto-1_1-x64.dll +0 -0
- data/qt/libfreetype-6.dll +0 -0
- data/qt/libgcc_s_seh-1.dll +0 -0
- data/qt/libglib-2.0-0.dll +0 -0
- data/qt/libharfbuzz-0.dll +0 -0
- data/qt/libiconv-2.dll +0 -0
- data/qt/libintl-8.dll +0 -0
- data/qt/libjpeg-9.dll +0 -0
- data/qt/liblzma-5.dll +0 -0
- data/qt/libpcre-1.dll +0 -0
- data/qt/libpcre2-16-0.dll +0 -0
- data/qt/libpng16-16.dll +0 -0
- data/qt/libsqlite3-0.dll +0 -0
- data/qt/libssl-1_1-x64.dll +0 -0
- data/qt/libstdc++-6.dll +0 -0
- data/qt/libwebp-7.dll +0 -0
- data/qt/libwinpthread-1.dll +0 -0
- data/qt/libxml2-2.dll +0 -0
- data/qt/libxslt-1.dll +0 -0
- data/qt/libzstd.dll +0 -0
- data/qt/prog +1 -0
- data/qt/qwindows.dll +0 -0
- data/qt/zlib1.dll +0 -0
- data/quickjs/.git/HEAD +1 -0
- data/quickjs/.git/config +11 -0
- data/quickjs/.git/description +1 -0
- data/quickjs/.git/hooks/applypatch-msg.sample +15 -0
- data/quickjs/.git/hooks/commit-msg.sample +24 -0
- data/quickjs/.git/hooks/fsmonitor-watchman.sample +109 -0
- data/quickjs/.git/hooks/post-update.sample +8 -0
- data/quickjs/.git/hooks/pre-applypatch.sample +14 -0
- data/quickjs/.git/hooks/pre-commit.sample +49 -0
- data/quickjs/.git/hooks/pre-merge-commit.sample +13 -0
- data/quickjs/.git/hooks/pre-push.sample +53 -0
- data/quickjs/.git/hooks/pre-rebase.sample +169 -0
- data/quickjs/.git/hooks/pre-receive.sample +24 -0
- data/quickjs/.git/hooks/prepare-commit-msg.sample +42 -0
- data/quickjs/.git/hooks/update.sample +128 -0
- data/quickjs/.git/index +0 -0
- data/quickjs/.git/info/exclude +6 -0
- data/quickjs/.git/logs/HEAD +1 -0
- data/quickjs/.git/logs/refs/heads/master +1 -0
- data/quickjs/.git/logs/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.idx +0 -0
- data/quickjs/.git/objects/pack/pack-744a13dba8773a756b22372ba65ded3aca50cdeb.pack +0 -0
- data/quickjs/.git/packed-refs +2 -0
- data/quickjs/.git/refs/heads/master +1 -0
- data/quickjs/.git/refs/remotes/origin/HEAD +1 -0
- data/quickjs/.obj/.d +1 -0
- data/quickjs/.obj/cutils.nolto.o +0 -0
- data/quickjs/.obj/cutils.o +0 -0
- data/quickjs/.obj/cutils.o.d +1 -0
- data/quickjs/.obj/hello.o +0 -0
- data/quickjs/.obj/hello.o.d +1 -0
- data/quickjs/.obj/libbf.nolto.o +0 -0
- data/quickjs/.obj/libbf.o +0 -0
- data/quickjs/.obj/libbf.o.d +1 -0
- data/quickjs/.obj/libregexp.nolto.o +0 -0
- data/quickjs/.obj/libregexp.o +0 -0
- data/quickjs/.obj/libregexp.o.d +2 -0
- data/quickjs/.obj/libunicode.nolto.o +0 -0
- data/quickjs/.obj/libunicode.o +0 -0
- data/quickjs/.obj/libunicode.o.d +1 -0
- data/quickjs/.obj/qjs.check.o +0 -0
- data/quickjs/.obj/qjs.check.o.d +1 -0
- data/quickjs/.obj/qjs.o +0 -0
- data/quickjs/.obj/qjs.o.d +1 -0
- data/quickjs/.obj/qjsc.o +0 -0
- data/quickjs/.obj/qjsc.o.d +1 -0
- data/quickjs/.obj/qjscalc.o +0 -0
- data/quickjs/.obj/qjscalc.o.d +1 -0
- data/quickjs/.obj/quickjs-libc.nolto.o +0 -0
- data/quickjs/.obj/quickjs-libc.o +0 -0
- data/quickjs/.obj/quickjs-libc.o.d +2 -0
- data/quickjs/.obj/quickjs.check.o +0 -0
- data/quickjs/.obj/quickjs.check.o.d +2 -0
- data/quickjs/.obj/quickjs.nolto.o +0 -0
- data/quickjs/.obj/quickjs.o +0 -0
- data/quickjs/.obj/quickjs.o.d +2 -0
- data/quickjs/.obj/repl.o +0 -0
- data/quickjs/.obj/repl.o.d +1 -0
- data/quickjs/.obj/run-test262.o +0 -0
- data/quickjs/.obj/run-test262.o.d +2 -0
- data/quickjs/COMPILE_WIN +1 -0
- data/quickjs/Changelog +148 -0
- data/quickjs/LICENSE +22 -0
- data/quickjs/Makefile +470 -0
- data/quickjs/TODO +70 -0
- data/quickjs/VERSION +1 -0
- data/quickjs/a.c +50038 -0
- data/quickjs/a.js +26075 -0
- data/quickjs/a.rb +3 -0
- data/quickjs/cutils.c +631 -0
- data/quickjs/cutils.h +297 -0
- data/quickjs/doc/jsbignum.texi +589 -0
- data/quickjs/doc/quickjs.texi +1097 -0
- data/quickjs/examples/fib.c +72 -0
- data/quickjs/examples/fib_module.js +10 -0
- data/quickjs/examples/hello +0 -0
- data/quickjs/examples/hello.js +1 -0
- data/quickjs/examples/hello_module.js +6 -0
- data/quickjs/examples/pi_bigdecimal.js +68 -0
- data/quickjs/examples/pi_bigfloat.js +66 -0
- data/quickjs/examples/pi_bigint.js +118 -0
- data/quickjs/examples/point.c +151 -0
- data/quickjs/examples/test_fib.js +6 -0
- data/quickjs/examples/test_point.js +40 -0
- data/quickjs/hello.c +44 -0
- data/quickjs/libbf.c +8466 -0
- data/quickjs/libbf.h +535 -0
- data/quickjs/libquickjs.a +0 -0
- data/quickjs/libquickjs.lto.a +0 -0
- data/quickjs/libregexp-opcode.h +58 -0
- data/quickjs/libregexp.c +2610 -0
- data/quickjs/libregexp.h +92 -0
- data/quickjs/libunicode-table.h +4368 -0
- data/quickjs/libunicode.c +1556 -0
- data/quickjs/libunicode.h +124 -0
- data/quickjs/libwinpthread-1.dll +0 -0
- data/quickjs/list.h +100 -0
- data/quickjs/out.c +24 -0
- data/quickjs/out55.c +59 -0
- data/quickjs/out56.c +79 -0
- data/quickjs/out57.c +24 -0
- data/quickjs/out58.c +4 -0
- data/quickjs/p.exe +0 -0
- data/quickjs/qjs +0 -0
- data/quickjs/qjs.c +570 -0
- data/quickjs/qjsc +0 -0
- data/quickjs/qjsc.c +762 -0
- data/quickjs/qjsc.exe +0 -0
- data/quickjs/qjscalc.c +4005 -0
- data/quickjs/qjscalc.js +2657 -0
- data/quickjs/quickjs-atom.h +273 -0
- data/quickjs/quickjs-libc.c +3927 -0
- data/quickjs/quickjs-libc.h +59 -0
- data/quickjs/quickjs-opcode.h +365 -0
- data/quickjs/quickjs.c +54036 -0
- data/quickjs/quickjs.h +1049 -0
- data/quickjs/readme.txt +1 -0
- data/quickjs/release.sh +158 -0
- data/quickjs/repl.c +2020 -0
- data/quickjs/repl.js +1566 -0
- data/quickjs/run-test262 +0 -0
- data/quickjs/run-test262.c +2107 -0
- data/quickjs/test262.conf +199 -0
- data/quickjs/test262_errors.txt +35 -0
- data/quickjs/test262o.conf +410 -0
- data/quickjs/test262o_errors.txt +0 -0
- data/quickjs/tests/bjson.c +96 -0
- data/quickjs/tests/microbench.js +1065 -0
- data/quickjs/tests/test262.patch +71 -0
- data/quickjs/tests/test_bignum.js +326 -0
- data/quickjs/tests/test_bjson.js +191 -0
- data/quickjs/tests/test_builtin.js +685 -0
- data/quickjs/tests/test_closure.js +221 -0
- data/quickjs/tests/test_language.js +547 -0
- data/quickjs/tests/test_loop.js +368 -0
- data/quickjs/tests/test_op_overloading.js +207 -0
- data/quickjs/tests/test_qjscalc.js +256 -0
- data/quickjs/tests/test_std.js +281 -0
- data/quickjs/tests/test_worker.js +62 -0
- data/quickjs/tests/test_worker_module.js +31 -0
- data/quickjs/unicode_download.sh +19 -0
- data/quickjs/unicode_gen.c +3057 -0
- data/quickjs/unicode_gen_def.h +284 -0
- data/readline +3 -0
- data/rm_com +1 -0
- data/run.sh +13 -0
- data/scaling +6 -0
- data/script.js +572 -0
- data/server_creator/__ +307 -0
- data/server_creator/a/a (1).tar.gz +0 -0
- data/server_creator/a/a.out +0 -0
- data/server_creator/a/hello_world +0 -0
- data/server_creator/a/help +57 -0
- data/server_creator/a/main_v1.cpp +83 -0
- data/server_creator/a/my_libs_gregory/.deps +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.lai +41 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.o +0 -0
- data/server_creator/a/my_libs_gregory/.libs/mod_my_libs_gregory.so +0 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.c +72 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.la +41 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.lo +12 -0
- data/server_creator/a/my_libs_gregory/mod_my_libs_gregory.slo +0 -0
- data/server_creator/a/nginx.conf +32 -0
- data/server_creator/a/six +1 -0
- data/server_creator/a.out +0 -0
- data/server_creator/all_code.cpp +448 -0
- data/server_creator/all_code.js +27 -0
- data/server_creator/code +510 -0
- data/server_creator/make_application +64 -0
- data/server_creator/prog.cpp +33 -0
- data/server_creator/prog.js +22 -0
- data/server_creator/program.js +745 -0
- data/server_creator/rm_com +1 -0
- data/server_creator/test.sh +82 -0
- data/speakcat.rb +9 -0
- data/string +48 -0
- data/super_trans +83 -0
- data/test.sh +21 -0
- data/todo +8 -0
- data/version_decrement +3 -0
- data/viu_license +21 -0
- data/windows/program.c +21 -0
- data/windows/program.exe +0 -0
- metadata +759 -0
data/quickjs/qjs.c
ADDED
|
@@ -0,0 +1,570 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* QuickJS stand alone interpreter
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2017-2021 Fabrice Bellard
|
|
5
|
+
* Copyright (c) 2017-2021 Charlie Gordon
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in
|
|
15
|
+
* all copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
20
|
+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
+
* THE SOFTWARE.
|
|
24
|
+
*/
|
|
25
|
+
#include <stdlib.h>
|
|
26
|
+
#include <stdio.h>
|
|
27
|
+
#include <stdarg.h>
|
|
28
|
+
#include <inttypes.h>
|
|
29
|
+
#include <string.h>
|
|
30
|
+
#include <assert.h>
|
|
31
|
+
#include <unistd.h>
|
|
32
|
+
#include <errno.h>
|
|
33
|
+
#include <fcntl.h>
|
|
34
|
+
#include <time.h>
|
|
35
|
+
#if defined(__APPLE__)
|
|
36
|
+
#include <malloc/malloc.h>
|
|
37
|
+
#elif defined(__linux__)
|
|
38
|
+
#include <malloc.h>
|
|
39
|
+
#endif
|
|
40
|
+
|
|
41
|
+
#include "cutils.h"
|
|
42
|
+
#include "quickjs-libc.h"
|
|
43
|
+
|
|
44
|
+
extern const uint8_t qjsc_repl[];
|
|
45
|
+
extern const uint32_t qjsc_repl_size;
|
|
46
|
+
#ifdef CONFIG_BIGNUM
|
|
47
|
+
extern const uint8_t qjsc_qjscalc[];
|
|
48
|
+
extern const uint32_t qjsc_qjscalc_size;
|
|
49
|
+
static int bignum_ext;
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
static int eval_buf(JSContext *ctx, const void *buf, int buf_len,
|
|
53
|
+
const char *filename, int eval_flags)
|
|
54
|
+
{
|
|
55
|
+
JSValue val;
|
|
56
|
+
int ret;
|
|
57
|
+
|
|
58
|
+
if ((eval_flags & JS_EVAL_TYPE_MASK) == JS_EVAL_TYPE_MODULE) {
|
|
59
|
+
/* for the modules, we compile then run to be able to set
|
|
60
|
+
import.meta */
|
|
61
|
+
val = JS_Eval(ctx, buf, buf_len, filename,
|
|
62
|
+
eval_flags | JS_EVAL_FLAG_COMPILE_ONLY);
|
|
63
|
+
if (!JS_IsException(val)) {
|
|
64
|
+
js_module_set_import_meta(ctx, val, TRUE, TRUE);
|
|
65
|
+
val = JS_EvalFunction(ctx, val);
|
|
66
|
+
}
|
|
67
|
+
} else {
|
|
68
|
+
val = JS_Eval(ctx, buf, buf_len, filename, eval_flags);
|
|
69
|
+
}
|
|
70
|
+
if (JS_IsException(val)) {
|
|
71
|
+
js_std_dump_error(ctx);
|
|
72
|
+
ret = -1;
|
|
73
|
+
} else {
|
|
74
|
+
ret = 0;
|
|
75
|
+
}
|
|
76
|
+
JS_FreeValue(ctx, val);
|
|
77
|
+
return ret;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
static int eval_file(JSContext *ctx, const char *filename, int module)
|
|
81
|
+
{
|
|
82
|
+
uint8_t *buf;
|
|
83
|
+
int ret, eval_flags;
|
|
84
|
+
size_t buf_len;
|
|
85
|
+
|
|
86
|
+
buf = js_load_file(ctx, &buf_len, filename);
|
|
87
|
+
if (!buf) {
|
|
88
|
+
perror(filename);
|
|
89
|
+
exit(1);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
if (module < 0) {
|
|
93
|
+
module = (has_suffix(filename, ".mjs") ||
|
|
94
|
+
JS_DetectModule((const char *)buf, buf_len));
|
|
95
|
+
}
|
|
96
|
+
if (module)
|
|
97
|
+
eval_flags = JS_EVAL_TYPE_MODULE;
|
|
98
|
+
else
|
|
99
|
+
eval_flags = JS_EVAL_TYPE_GLOBAL;
|
|
100
|
+
ret = eval_buf(ctx, buf, buf_len, filename, eval_flags);
|
|
101
|
+
js_free(ctx, buf);
|
|
102
|
+
return ret;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/* also used to initialize the worker context */
|
|
106
|
+
static JSContext *JS_NewCustomContext(JSRuntime *rt)
|
|
107
|
+
{
|
|
108
|
+
JSContext *ctx;
|
|
109
|
+
ctx = JS_NewContext(rt);
|
|
110
|
+
if (!ctx)
|
|
111
|
+
return NULL;
|
|
112
|
+
#ifdef CONFIG_BIGNUM
|
|
113
|
+
if (bignum_ext) {
|
|
114
|
+
JS_AddIntrinsicBigFloat(ctx);
|
|
115
|
+
JS_AddIntrinsicBigDecimal(ctx);
|
|
116
|
+
JS_AddIntrinsicOperators(ctx);
|
|
117
|
+
JS_EnableBignumExt(ctx, TRUE);
|
|
118
|
+
}
|
|
119
|
+
#endif
|
|
120
|
+
/* system modules */
|
|
121
|
+
js_init_module_std(ctx, "std");
|
|
122
|
+
js_init_module_os(ctx, "os");
|
|
123
|
+
return ctx;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
#if defined(__APPLE__)
|
|
127
|
+
#define MALLOC_OVERHEAD 0
|
|
128
|
+
#else
|
|
129
|
+
#define MALLOC_OVERHEAD 8
|
|
130
|
+
#endif
|
|
131
|
+
|
|
132
|
+
struct trace_malloc_data {
|
|
133
|
+
uint8_t *base;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
static inline unsigned long long js_trace_malloc_ptr_offset(uint8_t *ptr,
|
|
137
|
+
struct trace_malloc_data *dp)
|
|
138
|
+
{
|
|
139
|
+
return ptr - dp->base;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* default memory allocation functions with memory limitation */
|
|
143
|
+
static inline size_t js_trace_malloc_usable_size(void *ptr)
|
|
144
|
+
{
|
|
145
|
+
#if defined(__APPLE__)
|
|
146
|
+
return malloc_size(ptr);
|
|
147
|
+
#elif defined(_WIN32)
|
|
148
|
+
return _msize(ptr);
|
|
149
|
+
#elif defined(EMSCRIPTEN)
|
|
150
|
+
return 0;
|
|
151
|
+
#elif defined(__linux__)
|
|
152
|
+
return malloc_usable_size(ptr);
|
|
153
|
+
#else
|
|
154
|
+
/* change this to `return 0;` if compilation fails */
|
|
155
|
+
return malloc_usable_size(ptr);
|
|
156
|
+
#endif
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
static void
|
|
160
|
+
#ifdef _WIN32
|
|
161
|
+
/* mingw printf is used */
|
|
162
|
+
__attribute__((format(gnu_printf, 2, 3)))
|
|
163
|
+
#else
|
|
164
|
+
__attribute__((format(printf, 2, 3)))
|
|
165
|
+
#endif
|
|
166
|
+
js_trace_malloc_printf(JSMallocState *s, const char *fmt, ...)
|
|
167
|
+
{
|
|
168
|
+
va_list ap;
|
|
169
|
+
int c;
|
|
170
|
+
|
|
171
|
+
va_start(ap, fmt);
|
|
172
|
+
while ((c = *fmt++) != '\0') {
|
|
173
|
+
if (c == '%') {
|
|
174
|
+
/* only handle %p and %zd */
|
|
175
|
+
if (*fmt == 'p') {
|
|
176
|
+
uint8_t *ptr = va_arg(ap, void *);
|
|
177
|
+
if (ptr == NULL) {
|
|
178
|
+
printf("NULL");
|
|
179
|
+
} else {
|
|
180
|
+
printf("H%+06lld.%zd",
|
|
181
|
+
js_trace_malloc_ptr_offset(ptr, s->opaque),
|
|
182
|
+
js_trace_malloc_usable_size(ptr));
|
|
183
|
+
}
|
|
184
|
+
fmt++;
|
|
185
|
+
continue;
|
|
186
|
+
}
|
|
187
|
+
if (fmt[0] == 'z' && fmt[1] == 'd') {
|
|
188
|
+
size_t sz = va_arg(ap, size_t);
|
|
189
|
+
printf("%zd", sz);
|
|
190
|
+
fmt += 2;
|
|
191
|
+
continue;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
putc(c, stdout);
|
|
195
|
+
}
|
|
196
|
+
va_end(ap);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
static void js_trace_malloc_init(struct trace_malloc_data *s)
|
|
200
|
+
{
|
|
201
|
+
free(s->base = malloc(8));
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
static void *js_trace_malloc(JSMallocState *s, size_t size)
|
|
205
|
+
{
|
|
206
|
+
void *ptr;
|
|
207
|
+
|
|
208
|
+
/* Do not allocate zero bytes: behavior is platform dependent */
|
|
209
|
+
assert(size != 0);
|
|
210
|
+
|
|
211
|
+
if (unlikely(s->malloc_size + size > s->malloc_limit))
|
|
212
|
+
return NULL;
|
|
213
|
+
ptr = malloc(size);
|
|
214
|
+
js_trace_malloc_printf(s, "A %zd -> %p\n", size, ptr);
|
|
215
|
+
if (ptr) {
|
|
216
|
+
s->malloc_count++;
|
|
217
|
+
s->malloc_size += js_trace_malloc_usable_size(ptr) + MALLOC_OVERHEAD;
|
|
218
|
+
}
|
|
219
|
+
return ptr;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
static void js_trace_free(JSMallocState *s, void *ptr)
|
|
223
|
+
{
|
|
224
|
+
if (!ptr)
|
|
225
|
+
return;
|
|
226
|
+
|
|
227
|
+
js_trace_malloc_printf(s, "F %p\n", ptr);
|
|
228
|
+
s->malloc_count--;
|
|
229
|
+
s->malloc_size -= js_trace_malloc_usable_size(ptr) + MALLOC_OVERHEAD;
|
|
230
|
+
free(ptr);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
static void *js_trace_realloc(JSMallocState *s, void *ptr, size_t size)
|
|
234
|
+
{
|
|
235
|
+
size_t old_size;
|
|
236
|
+
|
|
237
|
+
if (!ptr) {
|
|
238
|
+
if (size == 0)
|
|
239
|
+
return NULL;
|
|
240
|
+
return js_trace_malloc(s, size);
|
|
241
|
+
}
|
|
242
|
+
old_size = js_trace_malloc_usable_size(ptr);
|
|
243
|
+
if (size == 0) {
|
|
244
|
+
js_trace_malloc_printf(s, "R %zd %p\n", size, ptr);
|
|
245
|
+
s->malloc_count--;
|
|
246
|
+
s->malloc_size -= old_size + MALLOC_OVERHEAD;
|
|
247
|
+
free(ptr);
|
|
248
|
+
return NULL;
|
|
249
|
+
}
|
|
250
|
+
if (s->malloc_size + size - old_size > s->malloc_limit)
|
|
251
|
+
return NULL;
|
|
252
|
+
|
|
253
|
+
js_trace_malloc_printf(s, "R %zd %p", size, ptr);
|
|
254
|
+
|
|
255
|
+
ptr = realloc(ptr, size);
|
|
256
|
+
js_trace_malloc_printf(s, " -> %p\n", ptr);
|
|
257
|
+
if (ptr) {
|
|
258
|
+
s->malloc_size += js_trace_malloc_usable_size(ptr) - old_size;
|
|
259
|
+
}
|
|
260
|
+
return ptr;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
static const JSMallocFunctions trace_mf = {
|
|
264
|
+
js_trace_malloc,
|
|
265
|
+
js_trace_free,
|
|
266
|
+
js_trace_realloc,
|
|
267
|
+
#if defined(__APPLE__)
|
|
268
|
+
malloc_size,
|
|
269
|
+
#elif defined(_WIN32)
|
|
270
|
+
(size_t (*)(const void *))_msize,
|
|
271
|
+
#elif defined(EMSCRIPTEN)
|
|
272
|
+
NULL,
|
|
273
|
+
#elif defined(__linux__)
|
|
274
|
+
(size_t (*)(const void *))malloc_usable_size,
|
|
275
|
+
#else
|
|
276
|
+
/* change this to `NULL,` if compilation fails */
|
|
277
|
+
malloc_usable_size,
|
|
278
|
+
#endif
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
#define PROG_NAME "qjs"
|
|
282
|
+
|
|
283
|
+
void help(void)
|
|
284
|
+
{
|
|
285
|
+
printf("QuickJS version " CONFIG_VERSION "\n"
|
|
286
|
+
"usage: " PROG_NAME " [options] [file [args]]\n"
|
|
287
|
+
"-h --help list options\n"
|
|
288
|
+
"-e --eval EXPR evaluate EXPR\n"
|
|
289
|
+
"-i --interactive go to interactive mode\n"
|
|
290
|
+
"-m --module load as ES6 module (default=autodetect)\n"
|
|
291
|
+
" --script load as ES6 script (default=autodetect)\n"
|
|
292
|
+
"-I --include file include an additional file\n"
|
|
293
|
+
" --std make 'std' and 'os' available to the loaded script\n"
|
|
294
|
+
#ifdef CONFIG_BIGNUM
|
|
295
|
+
" --bignum enable the bignum extensions (BigFloat, BigDecimal)\n"
|
|
296
|
+
" --qjscalc load the QJSCalc runtime (default if invoked as qjscalc)\n"
|
|
297
|
+
#endif
|
|
298
|
+
"-T --trace trace memory allocation\n"
|
|
299
|
+
"-d --dump dump the memory usage stats\n"
|
|
300
|
+
" --memory-limit n limit the memory usage to 'n' bytes\n"
|
|
301
|
+
" --stack-size n limit the stack size to 'n' bytes\n"
|
|
302
|
+
" --unhandled-rejection dump unhandled promise rejections\n"
|
|
303
|
+
"-q --quit just instantiate the interpreter and quit\n");
|
|
304
|
+
exit(1);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
int main(int argc, char **argv)
|
|
308
|
+
{
|
|
309
|
+
JSRuntime *rt;
|
|
310
|
+
JSContext *ctx;
|
|
311
|
+
struct trace_malloc_data trace_data = { NULL };
|
|
312
|
+
int optind;
|
|
313
|
+
char *expr = NULL;
|
|
314
|
+
int interactive = 0;
|
|
315
|
+
int dump_memory = 0;
|
|
316
|
+
int trace_memory = 0;
|
|
317
|
+
int empty_run = 0;
|
|
318
|
+
int module = -1;
|
|
319
|
+
int load_std = 0;
|
|
320
|
+
int dump_unhandled_promise_rejection = 0;
|
|
321
|
+
size_t memory_limit = 0;
|
|
322
|
+
char *include_list[32];
|
|
323
|
+
int i, include_count = 0;
|
|
324
|
+
#ifdef CONFIG_BIGNUM
|
|
325
|
+
int load_jscalc;
|
|
326
|
+
#endif
|
|
327
|
+
size_t stack_size = 0;
|
|
328
|
+
|
|
329
|
+
#ifdef CONFIG_BIGNUM
|
|
330
|
+
/* load jscalc runtime if invoked as 'qjscalc' */
|
|
331
|
+
{
|
|
332
|
+
const char *p, *exename;
|
|
333
|
+
exename = argv[0];
|
|
334
|
+
p = strrchr(exename, '/');
|
|
335
|
+
if (p)
|
|
336
|
+
exename = p + 1;
|
|
337
|
+
load_jscalc = !strcmp(exename, "qjscalc");
|
|
338
|
+
}
|
|
339
|
+
#endif
|
|
340
|
+
|
|
341
|
+
/* cannot use getopt because we want to pass the command line to
|
|
342
|
+
the script */
|
|
343
|
+
optind = 1;
|
|
344
|
+
while (optind < argc && *argv[optind] == '-') {
|
|
345
|
+
char *arg = argv[optind] + 1;
|
|
346
|
+
const char *longopt = "";
|
|
347
|
+
/* a single - is not an option, it also stops argument scanning */
|
|
348
|
+
if (!*arg)
|
|
349
|
+
break;
|
|
350
|
+
optind++;
|
|
351
|
+
if (*arg == '-') {
|
|
352
|
+
longopt = arg + 1;
|
|
353
|
+
arg += strlen(arg);
|
|
354
|
+
/* -- stops argument scanning */
|
|
355
|
+
if (!*longopt)
|
|
356
|
+
break;
|
|
357
|
+
}
|
|
358
|
+
for (; *arg || *longopt; longopt = "") {
|
|
359
|
+
char opt = *arg;
|
|
360
|
+
if (opt)
|
|
361
|
+
arg++;
|
|
362
|
+
if (opt == 'h' || opt == '?' || !strcmp(longopt, "help")) {
|
|
363
|
+
help();
|
|
364
|
+
continue;
|
|
365
|
+
}
|
|
366
|
+
if (opt == 'e' || !strcmp(longopt, "eval")) {
|
|
367
|
+
if (*arg) {
|
|
368
|
+
expr = arg;
|
|
369
|
+
break;
|
|
370
|
+
}
|
|
371
|
+
if (optind < argc) {
|
|
372
|
+
expr = argv[optind++];
|
|
373
|
+
break;
|
|
374
|
+
}
|
|
375
|
+
fprintf(stderr, "qjs: missing expression for -e\n");
|
|
376
|
+
exit(2);
|
|
377
|
+
}
|
|
378
|
+
if (opt == 'I' || !strcmp(longopt, "include")) {
|
|
379
|
+
if (optind >= argc) {
|
|
380
|
+
fprintf(stderr, "expecting filename");
|
|
381
|
+
exit(1);
|
|
382
|
+
}
|
|
383
|
+
if (include_count >= countof(include_list)) {
|
|
384
|
+
fprintf(stderr, "too many included files");
|
|
385
|
+
exit(1);
|
|
386
|
+
}
|
|
387
|
+
include_list[include_count++] = argv[optind++];
|
|
388
|
+
continue;
|
|
389
|
+
}
|
|
390
|
+
if (opt == 'i' || !strcmp(longopt, "interactive")) {
|
|
391
|
+
interactive++;
|
|
392
|
+
continue;
|
|
393
|
+
}
|
|
394
|
+
if (opt == 'm' || !strcmp(longopt, "module")) {
|
|
395
|
+
module = 1;
|
|
396
|
+
continue;
|
|
397
|
+
}
|
|
398
|
+
if (!strcmp(longopt, "script")) {
|
|
399
|
+
module = 0;
|
|
400
|
+
continue;
|
|
401
|
+
}
|
|
402
|
+
if (opt == 'd' || !strcmp(longopt, "dump")) {
|
|
403
|
+
dump_memory++;
|
|
404
|
+
continue;
|
|
405
|
+
}
|
|
406
|
+
if (opt == 'T' || !strcmp(longopt, "trace")) {
|
|
407
|
+
trace_memory++;
|
|
408
|
+
continue;
|
|
409
|
+
}
|
|
410
|
+
if (!strcmp(longopt, "std")) {
|
|
411
|
+
load_std = 1;
|
|
412
|
+
continue;
|
|
413
|
+
}
|
|
414
|
+
if (!strcmp(longopt, "unhandled-rejection")) {
|
|
415
|
+
dump_unhandled_promise_rejection = 1;
|
|
416
|
+
continue;
|
|
417
|
+
}
|
|
418
|
+
#ifdef CONFIG_BIGNUM
|
|
419
|
+
if (!strcmp(longopt, "bignum")) {
|
|
420
|
+
bignum_ext = 1;
|
|
421
|
+
continue;
|
|
422
|
+
}
|
|
423
|
+
if (!strcmp(longopt, "qjscalc")) {
|
|
424
|
+
load_jscalc = 1;
|
|
425
|
+
continue;
|
|
426
|
+
}
|
|
427
|
+
#endif
|
|
428
|
+
if (opt == 'q' || !strcmp(longopt, "quit")) {
|
|
429
|
+
empty_run++;
|
|
430
|
+
continue;
|
|
431
|
+
}
|
|
432
|
+
if (!strcmp(longopt, "memory-limit")) {
|
|
433
|
+
if (optind >= argc) {
|
|
434
|
+
fprintf(stderr, "expecting memory limit");
|
|
435
|
+
exit(1);
|
|
436
|
+
}
|
|
437
|
+
memory_limit = (size_t)strtod(argv[optind++], NULL);
|
|
438
|
+
continue;
|
|
439
|
+
}
|
|
440
|
+
if (!strcmp(longopt, "stack-size")) {
|
|
441
|
+
if (optind >= argc) {
|
|
442
|
+
fprintf(stderr, "expecting stack size");
|
|
443
|
+
exit(1);
|
|
444
|
+
}
|
|
445
|
+
stack_size = (size_t)strtod(argv[optind++], NULL);
|
|
446
|
+
continue;
|
|
447
|
+
}
|
|
448
|
+
if (opt) {
|
|
449
|
+
fprintf(stderr, "qjs: unknown option '-%c'\n", opt);
|
|
450
|
+
} else {
|
|
451
|
+
fprintf(stderr, "qjs: unknown option '--%s'\n", longopt);
|
|
452
|
+
}
|
|
453
|
+
help();
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
if (load_jscalc)
|
|
458
|
+
bignum_ext = 1;
|
|
459
|
+
|
|
460
|
+
if (trace_memory) {
|
|
461
|
+
js_trace_malloc_init(&trace_data);
|
|
462
|
+
rt = JS_NewRuntime2(&trace_mf, &trace_data);
|
|
463
|
+
} else {
|
|
464
|
+
rt = JS_NewRuntime();
|
|
465
|
+
}
|
|
466
|
+
if (!rt) {
|
|
467
|
+
fprintf(stderr, "qjs: cannot allocate JS runtime\n");
|
|
468
|
+
exit(2);
|
|
469
|
+
}
|
|
470
|
+
if (memory_limit != 0)
|
|
471
|
+
JS_SetMemoryLimit(rt, memory_limit);
|
|
472
|
+
if (stack_size != 0)
|
|
473
|
+
JS_SetMaxStackSize(rt, stack_size);
|
|
474
|
+
js_std_set_worker_new_context_func(JS_NewCustomContext);
|
|
475
|
+
js_std_init_handlers(rt);
|
|
476
|
+
ctx = JS_NewCustomContext(rt);
|
|
477
|
+
if (!ctx) {
|
|
478
|
+
fprintf(stderr, "qjs: cannot allocate JS context\n");
|
|
479
|
+
exit(2);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
/* loader for ES6 modules */
|
|
483
|
+
JS_SetModuleLoaderFunc(rt, NULL, js_module_loader, NULL);
|
|
484
|
+
|
|
485
|
+
if (dump_unhandled_promise_rejection) {
|
|
486
|
+
JS_SetHostPromiseRejectionTracker(rt, js_std_promise_rejection_tracker,
|
|
487
|
+
NULL);
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
if (!empty_run) {
|
|
491
|
+
#ifdef CONFIG_BIGNUM
|
|
492
|
+
if (load_jscalc) {
|
|
493
|
+
js_std_eval_binary(ctx, qjsc_qjscalc, qjsc_qjscalc_size, 0);
|
|
494
|
+
}
|
|
495
|
+
#endif
|
|
496
|
+
js_std_add_helpers(ctx, argc - optind, argv + optind);
|
|
497
|
+
|
|
498
|
+
/* make 'std' and 'os' visible to non module code */
|
|
499
|
+
if (load_std) {
|
|
500
|
+
const char *str = "import * as std from 'std';\n"
|
|
501
|
+
"import * as os from 'os';\n"
|
|
502
|
+
"globalThis.std = std;\n"
|
|
503
|
+
"globalThis.os = os;\n";
|
|
504
|
+
eval_buf(ctx, str, strlen(str), "<input>", JS_EVAL_TYPE_MODULE);
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
for(i = 0; i < include_count; i++) {
|
|
508
|
+
if (eval_file(ctx, include_list[i], module))
|
|
509
|
+
goto fail;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
if (expr) {
|
|
513
|
+
if (eval_buf(ctx, expr, strlen(expr), "<cmdline>", 0))
|
|
514
|
+
goto fail;
|
|
515
|
+
} else
|
|
516
|
+
if (optind >= argc) {
|
|
517
|
+
/* interactive mode */
|
|
518
|
+
interactive = 1;
|
|
519
|
+
} else {
|
|
520
|
+
const char *filename;
|
|
521
|
+
filename = argv[optind];
|
|
522
|
+
if (eval_file(ctx, filename, module))
|
|
523
|
+
goto fail;
|
|
524
|
+
}
|
|
525
|
+
if (interactive) {
|
|
526
|
+
js_std_eval_binary(ctx, qjsc_repl, qjsc_repl_size, 0);
|
|
527
|
+
}
|
|
528
|
+
js_std_loop(ctx);
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
if (dump_memory) {
|
|
532
|
+
JSMemoryUsage stats;
|
|
533
|
+
JS_ComputeMemoryUsage(rt, &stats);
|
|
534
|
+
JS_DumpMemoryUsage(stdout, &stats, rt);
|
|
535
|
+
}
|
|
536
|
+
js_std_free_handlers(rt);
|
|
537
|
+
JS_FreeContext(ctx);
|
|
538
|
+
JS_FreeRuntime(rt);
|
|
539
|
+
|
|
540
|
+
if (empty_run && dump_memory) {
|
|
541
|
+
clock_t t[5];
|
|
542
|
+
double best[5];
|
|
543
|
+
int i, j;
|
|
544
|
+
for (i = 0; i < 100; i++) {
|
|
545
|
+
t[0] = clock();
|
|
546
|
+
rt = JS_NewRuntime();
|
|
547
|
+
t[1] = clock();
|
|
548
|
+
ctx = JS_NewContext(rt);
|
|
549
|
+
t[2] = clock();
|
|
550
|
+
JS_FreeContext(ctx);
|
|
551
|
+
t[3] = clock();
|
|
552
|
+
JS_FreeRuntime(rt);
|
|
553
|
+
t[4] = clock();
|
|
554
|
+
for (j = 4; j > 0; j--) {
|
|
555
|
+
double ms = 1000.0 * (t[j] - t[j - 1]) / CLOCKS_PER_SEC;
|
|
556
|
+
if (i == 0 || best[j] > ms)
|
|
557
|
+
best[j] = ms;
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
printf("\nInstantiation times (ms): %.3f = %.3f+%.3f+%.3f+%.3f\n",
|
|
561
|
+
best[1] + best[2] + best[3] + best[4],
|
|
562
|
+
best[1], best[2], best[3], best[4]);
|
|
563
|
+
}
|
|
564
|
+
return 0;
|
|
565
|
+
fail:
|
|
566
|
+
js_std_free_handlers(rt);
|
|
567
|
+
JS_FreeContext(ctx);
|
|
568
|
+
JS_FreeRuntime(rt);
|
|
569
|
+
return 1;
|
|
570
|
+
}
|
data/quickjs/qjsc
ADDED
|
Binary file
|