Changeset 195233 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Jan 18, 2016, 7:28:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r194840 r195233 1721 1721 WTF::initializeThreading(); 1722 1722 1723 if (char* timeoutString = getenv("JSC _timeout")) {1723 if (char* timeoutString = getenv("JSCTEST_timeout")) { 1724 1724 if (sscanf(timeoutString, "%lf", &s_desiredTimeout) != 1) { 1725 1725 dataLog(
Note:
See TracChangeset
for help on using the changeset viewer.