Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dtorque-compiler.cc75 implementation_visitor.SetDryRun(output_directory.length() == 0); in CompileCurrentAst()
Dimplementation-visitor.h581 void SetDryRun(bool is_dry_run) { is_dry_run_ = is_dry_run; } in SetDryRun() function