Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dsynthetic-module.cc113 isolate->PromoteScheduledException(); in Evaluate()
Dsource-text-module.cc343 isolate->PromoteScheduledException(); in PrepareInstantiate()
351 isolate->PromoteScheduledException(); in PrepareInstantiate()
Dvalue-serializer.cc1166 isolate_->PromoteScheduledException(); in ThrowDataCloneError()
/third_party/node/deps/v8/src/execution/
Disolate.h174 return __isolate__->PromoteScheduledException(); \
185 __isolate__->PromoteScheduledException(); \
198 __isolate__->PromoteScheduledException(); \
208 __isolate__->PromoteScheduledException(); \
1010 Object PromoteScheduledException();
Dfutex-emulation.cc377 return isolate->PromoteScheduledException(); in WaitSync()
502 result = handle(isolate->PromoteScheduledException(), isolate); in WaitSync()
Disolate.cc2328 Object Isolate::PromoteScheduledException() { in ThrowInternal() function in v8::internal::Isolate
4851 PromoteScheduledException(); in ThrowInternal()
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc195 return isolate->PromoteScheduledException(); in RUNTIME_FUNCTION()
Druntime.h236 F(PromoteScheduledException, 0, 1) \