Home
last modified time | relevance | path

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

/external/v8/src/
Dfutex-emulation.cc129 return isolate->PromoteScheduledException(); in Wait()
233 result = isolate->PromoteScheduledException(); in Wait()
Disolate.h131 return __isolate__->PromoteScheduledException(); \
142 __isolate__->PromoteScheduledException(); \
155 __isolate__->PromoteScheduledException(); \
165 __isolate__->PromoteScheduledException(); \
928 Object* PromoteScheduledException();
Dvalue-serializer.cc995 isolate_->PromoteScheduledException(); in ThrowDataCloneError()
Disolate.cc1633 Object* Isolate::PromoteScheduledException() { in Throw() function in v8::internal::Isolate
/external/v8/src/runtime/
Druntime-internal.cc168 return isolate->PromoteScheduledException(); in RUNTIME_FUNCTION()
Druntime.h258 F(PromoteScheduledException, 0, 1) \
/external/v8/src/objects/
Dmodule.cc493 isolate->PromoteScheduledException(); in PrepareInstantiate()