summaryrefslogtreecommitdiff
path: root/Lib/javascript/v8/javascriptcode.swg
Commit message (Expand)AuthorAgeFilesLines
* [js] Remove code to handle v8 < 5.0Olly Betts2021-12-021-94/+2
* Lib/javascript/v8/javascriptrun.swg: clean up pre-processor conditions.Andy Polyakov2021-03-101-2/+2
* Lib/javascript/v8: use context-aware initialization.Andy Polyakov2021-03-021-5/+5
* Merge branch 'js-fix-626'William S Fulton2021-02-281-2/+4
|\
| * Added check to prevent crash on illegal constructor callPatrick Schneider2017-04-131-2/+4
* | Fixes for node v12.0-12.5William S Fulton2021-02-271-1/+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
* | Revert "Merge pull request #3 from tungntpham/new-node-fixes-refactor"tungpham252021-01-281-4/+3
* | OPTIM: Restructured the code where it checks for V8 version, removing duplica...TungPham51D2021-01-141-3/+4
* | Add support for Node.js v12Yegor Yefremov2020-04-071-2/+14
* | Replace Handle with Local depending on Node.js versionYegor Yefremov2020-04-071-10/+14
* | Remove warnings on Node 6.x aka V8 5.0 and 5.1Patrick Schneider2017-04-131-7/+7
* | Add Node 7.x aka V8 5.2+ supportPatrick Schneider2017-04-131-6/+21
|/
* [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-16/+16
* Making generated code more readableRichard2014-09-301-7/+3
* Fix duplicate symbol linker errors for Javascript/v8Richard2014-09-091-17/+17
* Minor improvementsRichard2014-08-281-17/+17
* Fixes for v8 3.24.17 (0x032417)Richard2014-08-281-1/+1
* Fixes for 3.23.18 (0x032318)Richard2014-08-281-3/+3
* Fixes for v8 3.24.3 (0x032403)Richard2014-08-281-13/+19
* Partially fixed for 3.25.30 (0x032530) - unfinishedRichard2014-08-281-59/+23
* Fixes for v8 3.21.17 (0x032117)Richard2014-08-281-0/+45
* Fixes for v8 3.19.2 (0x031902)Richard2014-08-281-3/+3
* Fixes for v8 3.17.10 (0x031710)Richard2014-08-281-5/+19
* Fix typo in Javascript exceptionWilliam S Fulton2014-04-191-1/+1
* Bugfix for Javascript generator.Oliver Buchtala2013-09-161-1/+3
* Rearrange generation of init block to have custom init code within the initia...Oliver Buchtala2013-09-161-68/+0
* Some fixes and cleanup in Javascript generator.Oliver Buchtala2013-09-101-1/+1
* Add support for PackedData to Javascript generator.Oliver Buchtala2013-09-101-1/+0
* Merge pull request #19 from whoozle/develOliver Buchtala2013-09-061-2/+6
|\
| * fixed deprecation warnings for v8-3.21Vladimir Menshakov2013-09-051-2/+6
* | Renamed object provided to JS initializers.Oliver Buchtala2013-09-061-5/+8
|/
* moved common swig v8 definitions in javascriptruntime.swg, fixed obsoleted ap...Vladimir Menshakov2013-09-041-16/+0
* fixed return values and added missing newer v8 dtor wrapper.Vladimir Menshakov2013-09-041-6/+15
* Fix regression.Oliver Buchtala2013-09-031-1/+0
* Better v8 version handling.Oliver Buchtala2013-09-031-74/+104
* ported to newer, more efficient v8 apiVladimir Menshakov2013-08-311-33/+32
* Merged whoozle branch with ewmailing branch.Oliver Buchtala2013-08-311-2/+24
|\
| * Merge branch 'devel' of git://github.com/oliver----/swig-v8 into develOliver Buchtala2013-08-311-3/+7
| |\
| * | v8: variable name bug fix in my template modifications for pointers to structs.Eric Wing2013-08-311-1/+1
| * | v8: Removed the extern "C" around the initialize function because it makes no...Eric Wing2013-08-311-2/+3
| * | This brings over the memory leak fixes for pointers to structs with a %extend...Eric Wing2013-08-311-1/+20
* | | Added #if defined guard for V8_3_14 to allow users from the original SWIG v8 ...Eric Wing2013-08-311-8/+8
* | | Adjust for v8::Persistent API which was deprecated @ 3.19.16Jason Turner2013-08-311-0/+9
* | | Get memory updates working with Node.js again.Jason Turner2013-08-311-2/+18
* | | Merge replayed as done by c778d16abed35829b103d607a53c8f88e3b2d595Oliver Buchtala2013-08-311-5/+39
* | | converted function templates to the persistent ones (fixed crash on large wra...Vladimir Menshakov2013-08-311-1/+1
* | | generate v8-3.19.x compatible codeVladimir Menshakov2013-08-311-5/+4
| |/ |/|