Home
last modified time | relevance | path

Searched defs:allocateGlobalHandle (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/heap/
H A DStrong.h52 : Handle<T>(allocateGlobalHandle(globalData)) in allocateGlobalHandle() function
H A DHeap.h103 HandleSlot allocateGlobalHandle() { return m_handleHeap.allocate(); } in allocateGlobalHandle() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalData.h271 HandleSlot allocateGlobalHandle() { return heap.allocateGlobalHandle(); } in allocateGlobalHandle() function
285 inline HandleSlot allocateGlobalHandle(JSGlobalData& globalData) in allocateGlobalHandle() function