13 Aug
2009
13 Aug
'09
7:20 p.m.
On Thu, Aug 13, 2009 at 12:09 PM, Drew Wilson <atwilson@google.com> wrote:
WebCore::ScriptController::evaluate(WebCore::ScriptSourceCode const&) JSC::evaluate(JSC::ExecState*, JSC::ScopeChain&, JSC::SourceCode const&, JSC::JSValue) WTF::PassRefPtr<JSC::ProgramNode> JSC::Parser::parse<JSC::ProgramNode>(JSC::ExecState*, JSC::Debugger*, JSC::SourceCode const&, int*, JSC::UString*) JSC::Parser::parse(JSC::JSGlobalData*, int*, JSC::UString*) jscyyparse(void*) JSC::ParserArenaDeletable::operator new(unsigned long) WTF::fastMalloc(unsigned long) malloc malloc_zone_malloc
Is it expected that we wind up in JSC::Parser? That seems odd to me, I would have expected us to be in V8::something. PK