latest version

This commit is contained in:
2025-01-16 00:40:16 +01:00
parent 84a6d7ec93
commit bde83602d6
1241 changed files with 445 additions and 515 deletions

0
lib/js2py/__init__.py Normal file → Executable file
View File

0
lib/js2py/base.py Normal file → Executable file
View File

0
lib/js2py/constructors/__init__.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsarray.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsarraybuffer.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsboolean.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsdate.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsfloat32array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsfloat64array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsfunction.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsint16array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsint32array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsint8array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsmath.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsnumber.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsobject.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsregexp.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsstring.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsuint16array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsuint32array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsuint8array.py Normal file → Executable file
View File

0
lib/js2py/constructors/jsuint8clampedarray.py Normal file → Executable file
View File

0
lib/js2py/constructors/time_helpers.py Normal file → Executable file
View File

0
lib/js2py/es6/__init__.py Normal file → Executable file
View File

0
lib/js2py/es6/babel.js Normal file → Executable file
View File

0
lib/js2py/es6/babel.py Normal file → Executable file
View File

0
lib/js2py/es6/buildBabel Normal file → Executable file
View File

0
lib/js2py/evaljs.py Normal file → Executable file
View File

0
lib/js2py/host/__init__.py Normal file → Executable file
View File

0
lib/js2py/host/console.py Normal file → Executable file
View File

0
lib/js2py/host/dom/__init__.py Normal file → Executable file
View File

0
lib/js2py/host/jseval.py Normal file → Executable file
View File

0
lib/js2py/host/jsfunctions.py Normal file → Executable file
View File

0
lib/js2py/internals/__init__.py Normal file → Executable file
View File

0
lib/js2py/internals/base.py Normal file → Executable file
View File

0
lib/js2py/internals/byte_trans.py Normal file → Executable file
View File

0
lib/js2py/internals/code.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/__init__.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsarray.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsboolean.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsconsole.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsdate.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsfunction.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsmath.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsnumber.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsobject.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsregexp.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/jsstring.py Normal file → Executable file
View File

0
lib/js2py/internals/constructors/time_helpers.py Normal file → Executable file
View File

0
lib/js2py/internals/conversions.py Normal file → Executable file
View File

0
lib/js2py/internals/desc.py Normal file → Executable file
View File

0
lib/js2py/internals/fill_space.py Normal file → Executable file
View File

0
lib/js2py/internals/func_utils.py Normal file → Executable file
View File

0
lib/js2py/internals/gen.py Normal file → Executable file
View File

0
lib/js2py/internals/opcodes.py Normal file → Executable file
View File

0
lib/js2py/internals/operations.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/__init__.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsarray.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsboolean.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jserror.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsfunction.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsjson.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsnumber.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsobject.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsregexp.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsstring.py Normal file → Executable file
View File

0
lib/js2py/internals/prototypes/jsutils.py Normal file → Executable file
View File

0
lib/js2py/internals/seval.py Normal file → Executable file
View File

0
lib/js2py/internals/simplex.py Normal file → Executable file
View File

0
lib/js2py/internals/space.py Normal file → Executable file
View File

0
lib/js2py/internals/speed.py Normal file → Executable file
View File

0
lib/js2py/internals/trans_utils.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/__init__.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/constants.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/exps.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/flow.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/functions.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/jsparser.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/nodevisitor.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/nparser.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/objects.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/tokenize.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/translator.py Normal file → Executable file
View File

0
lib/js2py/legecy_translators/utils.py Normal file → Executable file
View File

0
lib/js2py/node_import.py Normal file → Executable file
View File

0
lib/js2py/prototypes/__init__.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsarray.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsarraybuffer.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsboolean.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jserror.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsfunction.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsjson.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsnumber.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsobject.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsregexp.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jsstring.py Normal file → Executable file
View File

0
lib/js2py/prototypes/jstypedarray.py Normal file → Executable file
View File

0
lib/js2py/py_node_modules/__init__.py generated Normal file → Executable file
View File

0
lib/js2py/pyjs.py Normal file → Executable file
View File

0
lib/js2py/translators/__init__.py Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More