Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.h99 return __isolate__->PromoteScheduledException(); \
109 __isolate__->PromoteScheduledException(); \
746 Object* PromoteScheduledException();
Druntime.h587 F(PromoteScheduledException, 0, 1) \
Disolate.cc911 Object* Isolate::PromoteScheduledException() { in PromoteScheduledException() function in v8::internal::Isolate
Druntime.cc9499 return isolate->PromoteScheduledException(); in RUNTIME_FUNCTION()