Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dc-api.cc343 constexpr int kValueBoxSize = 13; in ~EngineImpl() local
345 << std::string(kValueBoxSize, '-') << "+\n"; in ~EngineImpl()
347 << std::string(kValueBoxSize - 6, ' ') << "|\n"; in ~EngineImpl()
349 << std::string(kValueBoxSize, '-') << "+\n"; in ~EngineImpl()
355 << " | " << std::setw(kValueBoxSize - 2) << std::right in ~EngineImpl()
358 << " | " << std::setw(kValueBoxSize - 2) << std::right in ~EngineImpl()
362 << " | " << std::setw(kValueBoxSize - 2) << std::right in ~EngineImpl()
367 << std::string(kValueBoxSize, '-') << "+\n"; in ~EngineImpl()
/third_party/node/deps/v8/src/d8/
Dd8.cc3499 constexpr int kValueBoxSize = 13; in OnExit() local
3501 << std::string(kValueBoxSize, '-') << "+\n"; in OnExit()
3503 << std::string(kValueBoxSize - 6, ' ') << "|\n"; in OnExit()
3505 << std::string(kValueBoxSize, '-') << "+\n"; in OnExit()
3511 << " | " << std::setw(kValueBoxSize - 2) << std::right in OnExit()
3514 << " | " << std::setw(kValueBoxSize - 2) << std::right in OnExit()
3518 << " | " << std::setw(kValueBoxSize - 2) << std::right in OnExit()
3523 << std::string(kValueBoxSize, '-') << "+\n"; in OnExit()