Searched refs:recordParse (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Executable.cpp | 110 …recordParse(evalNode->features(), evalNode->hasCapturedVariables(), evalNode->lineNo(), evalNode->… in compileInternal() 169 …recordParse(programNode->features(), programNode->hasCapturedVariables(), programNode->lineNo(), p… in compileInternal() 243 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine()); in compileForCallInternal() 291 recordParse(body->features(), body->hasCapturedVariables(), body->lineNo(), body->lastLine()); in compileForConstructInternal()
|
D | Executable.h | 191 … void recordParse(CodeFeatures features, bool hasCapturedVariables, int firstLine, int lastLine) in recordParse() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 14400 (JSC::ScriptExecutable::recordParse):
|
D | ChangeLog-2010-05-24 | 20022 (JSC::ScriptExecutable::recordParse):
|