Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.cc42 if (bigint_processor_) bigint_processor_->Destroy(); in ~LocalIsolate()
68 bigint_processor_ = bigint::Processor::New(new bigint::Platform()); in InitializeBigIntProcessor()
Dlocal-isolate.h119 if (!bigint_processor_) InitializeBigIntProcessor(); in bigint_processor()
120 return bigint_processor_; in bigint_processor()
162 bigint::Processor* bigint_processor_{nullptr};
Disolate.h1273 bigint::Processor* bigint_processor() { return bigint_processor_; } in bigint_processor()
2120 bigint::Processor* bigint_processor_ = nullptr; variable
Disolate.cc3554 bigint_processor_->Destroy(); in ThrowInternal()
3926 bigint_processor_ = bigint::Processor::New(new BigIntPlatform(this)); in ThrowInternal()