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

/external/webkit/Source/JavaScriptCore/API/
H A DAPIShims.h36 class APIEntryShimWithoutLock { class in namespace:JSC
38 APIEntryShimWithoutLock(JSGlobalData* globalData, bool registerThread) function in class:JSC::APIEntryShimWithoutLock
51 ~APIEntryShimWithoutLock()
62 class APIEntryShim : public APIEntryShimWithoutLock {
66 : APIEntryShimWithoutLock(&exec->globalData(), registerThread)
73 : APIEntryShimWithoutLock(globalData, registerThread)

Completed in 531 milliseconds