Home
last modified time | relevance | path

Searched refs:AllowHandleAllocation (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dhandles-inl.h163 DCHECK(AllowHandleAllocation::IsAllowed()); in CreateHandle()
180 DCHECK(AllowHandleAllocation::IsAllowed()); in GetHandle()
192 DCHECK(AllowHandleAllocation::IsAllowed()); in SealHandleScope()
/third_party/node/deps/v8/src/common/
Dassert-scope.h208 using AllowHandleAllocation = variable
281 AllowHandleAllocation, AllowHeapAllocation>;
/third_party/node/deps/v8/src/heap/
Dlocal-heap-inl.h25 DCHECK(AllowHandleAllocation::IsAllowed()); in AllocateRaw()
Dheap-allocator-inl.h59 DCHECK(AllowHandleAllocation::IsAllowed()); in AllocateRaw()
/third_party/node/deps/v8/src/objects/
Dcode.cc477 AllowHandleAllocation allow_handles; in DisassembleCodeRange()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc823 AllowHandleAllocation handles; in AssembleSourcePosition()