Home
last modified time | relevance | path

Searched refs:scope_active_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h650 : chunk_(nullptr), scope_active_(false) {} in CodePageMemoryModificationScope()
659 scope_active_(chunk_->heap()->write_protect_code_memory() && in CodePageMemoryModificationScope()
661 if (scope_active_) { in CodePageMemoryModificationScope()
669 if (scope_active_) { in ~CodePageMemoryModificationScope()
Dheap.h2594 bool scope_active_; variable