Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dsynthetic-module.cc114 isolate->PromoteScheduledException(); in Evaluate()
Dsource-text-module.cc327 isolate->PromoteScheduledException(); in PrepareInstantiate()
Dvalue-serializer.cc1073 isolate_->PromoteScheduledException(); in ThrowDataCloneError()
/external/v8/src/execution/
Disolate.h140 return __isolate__->PromoteScheduledException(); \
151 __isolate__->PromoteScheduledException(); \
164 __isolate__->PromoteScheduledException(); \
174 __isolate__->PromoteScheduledException(); \
895 Object PromoteScheduledException();
Dfutex-emulation.cc376 return isolate->PromoteScheduledException(); in WaitSync()
493 result = handle(isolate->PromoteScheduledException(), isolate); in WaitSync()
Disolate.cc2097 Object Isolate::PromoteScheduledException() { in ThrowInternal() function in v8::internal::Isolate
4190 PromoteScheduledException(); in ThrowInternal()
/external/v8/src/runtime/
Druntime-internal.cc181 return isolate->PromoteScheduledException(); in RUNTIME_FUNCTION()
Druntime.h231 F(PromoteScheduledException, 0, 1) \