I've been trying to print the scripts that the chromium browser executes
I've tried to print the code from v8/src/compiler.cc but the code seems to 
be minified by other files like
       Source/WebCore/bindings/v8/V8LazyEventListener.cpp
i.e
       String code = "(function (evt) {" \
            "with (this.ownerDocument ? this.ownerDocument : {}) {" \
            "with (this.form ? this.form : {}) {" \
            "with (this) {" \
            "return (function(evt){";
    code.append(m_code);

Can you point me the exact files where the obfuscated/original  code is 
actually passed to chromium browser

Thanks for your time.

 


















-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to