Home
last modified time | relevance | path

Searched refs:debug_arraybuffer_allocations (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_options.h224 bool debug_arraybuffer_allocations = false; variable
Dnode_options.cc684 &PerProcessOptions::debug_arraybuffer_allocations, in PerProcessOptionsParser()
/third_party/node/src/api/
Denvironment.cc188 if (debug || per_process::cli_options->debug_arraybuffer_allocations) in Create()