HomeSort by relevance Sort by last modified time
    Searched refs:TerminateExecution (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
v8threads.h 87 void TerminateExecution(ThreadId thread_id);
execution.h 96 V(TERMINATE_EXECUTION, TerminateExecution, 2) \
v8threads.cc 353 void ThreadManager::TerminateExecution(ThreadId thread_id) {
execution.cc 476 return isolate_->TerminateExecution();
isolate.h 214 // (required for public API: V8::V8::TerminateExecution).
744 Object* TerminateExecution();
    [all...]
isolate.cc 885 Object* Isolate::TerminateExecution() {
    [all...]
api.cc     [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 44 args.GetIsolate()->TerminateExecution();
175 isolate_->TerminateExecution();
214 args.GetIsolate()->TerminateExecution();
493 isolate->TerminateExecution();
test-debug.cc 876 v8_isolate->TerminateExecution();
    [all...]
test-api.cc     [all...]
  /external/v8/include/
v8.h 354 * yet, or because a TerminateExecution exception was thrown. In that case, an
    [all...]

Completed in 186 milliseconds