From kde-commits Sat Sep 30 21:27:42 2006 From: Erik Lloyd Bunce Date: Sat, 30 Sep 2006 21:27:42 +0000 To: kde-commits Subject: KDE/kdelibs/kjsembed Message-Id: <1159651662.426583.5528.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115965166907648 SVN commit 590796 by bunce: Add some more diagnostics and more error/return handling for 'include' functionality. Migrate common code to shared/util.js file. Started documening a bunch of the autobind functions. Fix a border case in handling enums contained in classes. M +156 -22 autobind/shared/util.js M +22 -1 autobind/values/generate.js M +202 -255 autobind/values/generatebinding.js M +19 -0 autobind/values/generateheader.js M +20 -9 kjsembed/builtins.cpp M +3 -0 kjsembed/kjsembed.cpp