Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.cc28 default_locale_(isolate->DefaultLocale()) in LocalIsolate()
80 is_main_thread() ? isolate_->DefaultLocale() : default_locale_; in DefaultLocale()
Dlocal-isolate.h169 std::string default_locale_; variable
Disolate.h1428 DCHECK_EQ(default_locale_.length(), 0); in set_default_locale()
1429 default_locale_ = locale; in set_default_locale()
2168 std::string default_locale_; variable
Disolate.cc5359 if (default_locale_.empty()) { in ThrowInternal()
5371 DCHECK(!default_locale_.empty()); in ThrowInternal()
5373 return default_locale_; in ThrowInternal()
5377 default_locale_.clear(); in ThrowInternal()