Re: [webkit-help] Still completely stuck with getting JavaScriptCore to load this code

2010-08-03 Thread Dan Wood
Just to be clear, I know that there is a debugger, but it is integrated into Safari. I'm trying to use this code stand-alone, from JavaScriptCore, so it won't have access to the environment that comes with loading from a browser. I believe that Drosera supported stand-alone JavaScript

Re: [webkit-help] Still completely stuck with getting JavaScriptCore to load this code

2010-08-03 Thread Ariya Hidayat
Just to be clear, I know that there is a debugger, but it is integrated into Safari.  I'm trying to use this code stand-alone, from JavaScriptCore, so it won't have access to the environment that comes with loading from a browser. If you don't mind using Qt for your testing, its Qt Script

[webkit-help] Still completely stuck with getting JavaScriptCore to load this code

2010-08-02 Thread Dan Wood
I've posted here occasionally trying to figure out why I'm having such an issue loading a javascript library http://github.com/cloudhead/less.js, some code which is wrapped in an anonymous self-executing block. I *think* I'm feeding it everything it needs, but I'm just getting an undefined