Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc3860 class BigIntPlatform : public bigint::Platform { in ThrowInternal() class
3862 explicit BigIntPlatform(Isolate* isolate) : isolate_(isolate) {} in ThrowInternal() function in v8::internal::__anona2f5254f0c11::BigIntPlatform
3863 ~BigIntPlatform() override = default; in ThrowInternal()
3926 bigint_processor_ = bigint::Processor::New(new BigIntPlatform(this)); in ThrowInternal()