Searched refs:BigIntPlatform (Results 1 – 1 of 1) sorted by relevance
3860 class BigIntPlatform : public bigint::Platform { in ThrowInternal() class3862 explicit BigIntPlatform(Isolate* isolate) : isolate_(isolate) {} in ThrowInternal() function in v8::internal::__anona2f5254f0c11::BigIntPlatform3863 ~BigIntPlatform() override = default; in ThrowInternal()3926 bigint_processor_ = bigint::Processor::New(new BigIntPlatform(this)); in ThrowInternal()