24 ? isolate->stack_guard()->real_climit()
28 default_locale_(isolate->DefaultLocale())
31#ifdef V8_RUNTIME_CALL_STATS
33 runtime_call_stats_ = isolate->counters()->runtime_call_stats();
35 rcs_scope_.emplace(isolate->counters()->worker_thread_runtime_call_stats());
36 runtime_call_stats_ = rcs_scope_->Get();
70const std::string& LocalIsolate::DefaultLocale() {
71 const std::string& res =
static Processor * New(Platform *platform)
void RegisterDeserializerStarted()
void RegisterDeserializerFinished()
bool has_active_deserializer() const
Address stack_limit() const
void RegisterDeserializerStarted()
LocalIsolate(Isolate *isolate, ThreadKind kind)
void RegisterDeserializerFinished()
bigint::Processor * bigint_processor_
void InitializeBigIntProcessor()
bool has_active_deserializer() const
bool is_main_thread() const
bool HasOverflowed() const
uintptr_t GetCurrentStackPosition()
V8_EXPORT_PRIVATE FlagValues v8_flags
const uintptr_t stack_limit_
#define DCHECK(condition)