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

  /external/v8/src/
isolate.h 518 Context* context() { return thread_local_top_.context_; }
521 thread_local_top_.context_ = context;
523 Context** context_address() { return &thread_local_top_.context_; }
525 SaveContext* save_context() {return thread_local_top_.save_context_; }
527 thread_local_top_.save_context_ = save;
531 ThreadId thread_id() { return thread_local_top_.thread_id_; }
532 void set_thread_id(ThreadId id) { thread_local_top_.thread_id_ = id; }
537 return thread_local_top_.pending_exception_;
540 return thread_local_top_.external_caught_exception_;
543 thread_local_top_.external_caught_exception_ = value
1170 ThreadLocalTop thread_local_top_; member in class:v8::internal::Isolate
    [all...]
isolate.cc     [all...]

Completed in 55 milliseconds