Well, I ran build-webkit with the "--debug" option, and when I try to run
WebKit/WebKitBuild/Debug/JavaScriptCore/jsc , I get a failed assertion:

ASSERTION FAILED: !isHostFunctionNonInline()
(../../../JavaScriptCore/runtime/Executable.h:349 JSC::FunctionExecutable*
JSC::JSFunction::jsExecutable() const)

Is there a C++ I can call directly to get a bytecode dump of a JS function?

- Maxime


Ariya Hidayat wrote:
> 
>> How would I go about building jsc in debug mode? Is it possible to build
>> a
>> standalone jsc shell?
> 
> See https://lists.webkit.org/pipermail/webkit-qt/2010-January/000089.html
> for details.
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Bytecode-Sequence-for-function.apply%28%29-tp28623075p28675341.html
Sent from the Webkit mailing list archive at Nabble.com.

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to