Searched defs:allocateGlobalHandle (Results 1 – 3 of 3) sorted by relevance
52 : Handle<T>(allocateGlobalHandle(globalData)) in allocateGlobalHandle() function
103 HandleSlot allocateGlobalHandle() { return m_handleHeap.allocate(); } in allocateGlobalHandle() function
271 HandleSlot allocateGlobalHandle() { return heap.allocateGlobalHandle(); } in allocateGlobalHandle() function285 inline HandleSlot allocateGlobalHandle(JSGlobalData& globalData) in allocateGlobalHandle() function