Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h614 bool write_protect_code_memory() const { return write_protect_code_memory_; } in write_protect_code_memory()
2195 bool write_protect_code_memory_ = false; variable
Dheap.cc5886 write_protect_code_memory_ = FLAG_write_protect_code_memory; in SetUpSpaces()