Changeset 153357 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Jul 25, 2013, 5:13:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r153331 r153357 469 469 } 470 470 471 bool currentThreadIsHoldingAPILock() const 472 { 473 return m_apiLock->currentThreadIsHoldingLock() || exclusiveThread == currentThread(); 474 } 475 471 476 JSLock& apiLock() { return *m_apiLock; } 472 477 CodeCache* codeCache() { return m_codeCache.get(); }
Note:
See TracChangeset
for help on using the changeset viewer.