Searched refs:bigint_processor_ (Results 1 – 4 of 4) sorted by relevance
42 if (bigint_processor_) bigint_processor_->Destroy(); in ~LocalIsolate()68 bigint_processor_ = bigint::Processor::New(new bigint::Platform()); in InitializeBigIntProcessor()
119 if (!bigint_processor_) InitializeBigIntProcessor(); in bigint_processor()120 return bigint_processor_; in bigint_processor()162 bigint::Processor* bigint_processor_{nullptr};
1273 bigint::Processor* bigint_processor() { return bigint_processor_; } in bigint_processor()2120 bigint::Processor* bigint_processor_ = nullptr; variable
3554 bigint_processor_->Destroy(); in ThrowInternal()3926 bigint_processor_ = bigint::Processor::New(new BigIntPlatform(this)); in ThrowInternal()