[webkit-dev] about parse javascript function

Geoffrey Garen ggaren at apple.com
Wed Feb 25 17:44:29 PST 2009


> I would like to know how to parse the js code through the function of
> webkit.
> Could you tell me the main functions and the files?

JavaScriptCore/parser/Lexer.h
JavaScriptCore/parser/Lexer.cpp
JavaScriptCore/parser/Parser.h
JavaScriptCore/parser/Parser.cpp

Cheers,
Geoff


More information about the webkit-dev mailing list