Searched refs:hasSetStrict (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp687 bool hasSetStrict = false; local
691 if (!hasSetStrict && m_globalData->propertyNames->useStrictIdentifier == *directive) {
693 hasSetStrict = true;

Completed in 160 milliseconds