Home
last modified time | relevance | path

Searched defs:hasCapturedVariables (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DExecutable.h191 … void recordParse(CodeFeatures features, bool hasCapturedVariables, int firstLine, int lastLine) in recordParse()
/external/webkit/Source/JavaScriptCore/parser/
DNodes.h1422 bool hasCapturedVariables() const { return !!m_data->m_capturedVariables.size(); } in hasCapturedVariables() function