WebWorkerObserver::WorkerScriptReadyForEvaluation()
refactor: small refactor to WebWorkerObserver::WorkerScriptReadyForEvaluation() - replace a std::vector<std::string> local with a compile-time array of std::string_view - remove .c_str() pessimization when making v8 Strings from string_views
absl::flat_hash_set
std::unordered_set