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.h249 bool debug_arraybuffer_allocations = false; variable
Dnode_options.cc826 &PerProcessOptions::debug_arraybuffer_allocations, in PerProcessOptionsParser()
/third_party/node/src/api/
Denvironment.cc203 if (debug || per_process::cli_options->debug_arraybuffer_allocations) in Create()