summaryrefslogtreecommitdiff
path: root/Lib/javascript/v8/javascripthelpers.swg
Commit message (Expand)AuthorAgeFilesLines
* Allow using snprintf() instead of sprintf() in wrappersOlly Betts2023-04-271-1/+1
* [js] Remove code to handle v8 < 5.0Olly Betts2021-12-021-30/+0
* Lib/javascript/v8/javascriptrun.swg: clean up pre-processor conditions.Andy Polyakov2021-03-101-1/+1
* Lib/javascript/v8: use context-aware initialization.Andy Polyakov2021-03-021-5/+6
* Fixes for node v12.0-12.5William S Fulton2021-02-271-3/+1
* -Wunused-result fixes for Node < 12William S Fulton2021-02-271-2/+2
* Fix -Wunused-result warnings in node wrappersWilliam S Fulton2021-02-261-2/+2
* Add support for Node.js v12Yegor Yefremov2020-04-071-0/+5
* Replace Handle with Local depending on Node.js versionYegor Yefremov2020-04-071-10/+11
* Fix node.js deprecated warnings >= v10.12.0mochizk2019-03-131-1/+1
* Remove warnings on Node 6.x aka V8 5.0 and 5.1Patrick Schneider2017-04-131-4/+4
* Add Node 7.x aka V8 5.2+ supportPatrick Schneider2017-04-131-3/+26
* [Javascript] Fix SWIG_exception() macro (#792)Olly Betts2016-09-171-0/+1
* [Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION.Olly Betts2016-01-121-1/+1
* Partially fixed for 3.25.30 (0x032530) - unfinishedRichard2014-08-281-14/+10
* Fixes for v8 3.21.17 (0x032117)Richard2014-08-281-0/+5
* Fixes for v8 3.19.2 (0x031902)Richard2014-08-281-1/+1
* JavaScript: Added missing static modifiers to avoid duplicate symbol problems...Eric Wing2014-05-181-6/+6
* Fix v8 generator to use a non clashing name for built-in 'equals' method.Oliver Buchtala2013-09-091-1/+1
* Add "equals" to compare between pointersKota Iguchi2013-09-031-0/+6
* Better v8 version handling.Oliver Buchtala2013-09-031-13/+31
* ported to newer, more efficient v8 apiVladimir Menshakov2013-08-311-5/+5
* added missing scope.Close()Vladimir Menshakov2013-08-311-1/+2
* generate v8-3.19.x compatible codeVladimir Menshakov2013-08-311-2/+2
* Fix errors concerning object wrapping and cleanup in v8 emitter.Oliver Buchtala2012-09-081-2/+2
* Use a throwing default setter in v8 emitter.Oliver Buchtala2012-09-081-0/+16
* Several fixes in generator for v8 initializer function.Oliver Buchtala2012-09-081-13/+11
* Several fixes in v8 emitter and code templates.Oliver Buchtala2012-09-081-4/+7
* Several adaptations and fixes on the way to get V8 emitter running.Oliver Buchtala2012-09-081-6/+2
* Clean up in v8 helper functions.Oliver Buchtala2012-09-081-29/+3
* Complement variable processing in v8 generator.Oliver Buchtala2012-09-081-3/+9
* Minor improvements in v8 emitter implementationOliver Buchtala2012-09-081-3/+14
* Add initial Javascript V8 emitter implementation.Oliver Buchtala2012-09-081-0/+58