bkimman
bkimman
I am porting an old application from Moziall JS to chakra. The application will include helper functions, native objects constructed in C code only and native objects that can be...
I am porting an old application that embedded a very old version of Mozilla js to use chakra. This application involves several native objects written in C. The methods of...
I wrote the following script to test the retrieval of the stack trace when there is an exception in the script: function func_1() { var a = func_2(); // line...
The function pixWriteMemJpeg uses open_memstream on systems where this available. On other system, the function writes to a temporary file and then reads that in. libjpeg natively provides a 'memory'...