Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dv8_prof_processor.js31 const tickArguments = []; variable
33 ArrayPrototypePush(tickArguments, '--mac');
35 ArrayPrototypePush(tickArguments, '--windows');
37 ArrayPrototypePush(tickArguments,
40 arguments = ${JSONStringify(tickArguments)};