Searched defs:Continue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DCompletion.h34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted }; enumerator in enum:JSC::ComplType
/external/v8/src/
H A Dexecution.cc325 void StackGuard::Continue(InterruptFlag after_what) { function in class:v8::internal::StackGuard
584 StackGuard::Continue(PREEMPT);
642 StackGuard::Continue(DEBUGBREAK);
652 StackGuard::Continue(DEBUGCOMMAND);
677 StackGuard::Continue(TERMINATE);
682 StackGuard::Continue(INTERRUPT);

Completed in 68 milliseconds