[webkit-dev] Where is the javascript engine code which build a call syntax tree
Darin Adler
darin at apple.com
Sun Mar 8 20:13:36 PDT 2009
On Mar 8, 2009, at 6:09 PM, ying lcs wrote:
> Can you please tell me where is the code which parses the js file
> and build a call-syntax tree?
In the JavaScriptCore/parser directory.
> And if JavaScriptCore/interpreter/Interpreter.cpp is the code which
> does the javascript call-syntax execution.
Yes, roughly speaking, when the JIT is not used.
-- Darin
More information about the webkit-dev
mailing list