Changeset 213690 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Mar 9, 2017, 4:53:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r213467 r213690 3785 3785 CommandLine options(argc, argv); 3786 3786 3787 if (Options::configFile()) { 3788 ConfigFile configFile(Options::configFile()); 3789 configFile.setProcessName("jsc"); 3790 configFile.parse(); 3791 } 3787 processConfigFile(Options::configFile(), "jsc"); 3792 3788 3793 3789 // Initialize JSC before getting VM.
Note:
See TracChangeset
for help on using the changeset viewer.