
Javascriptcore is the javascript engine used in webkit. it consists of the following building blocks: lexer, parser, start-up interpreter (llint), baseline jit, a low-latency optimizing jit (dfg), and a high-throughput optimizing jit (ftl).
this build comes from the gtk+ port of webkit (api version 4.0).
this package contains the development files.