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

/external/v8/src/
H A Disolate.h265 StateTag current_vm_state_; member in class:v8::internal::BASE_EMBEDDED
978 return thread_local_top_.current_vm_state_;
985 StateTag current_state = thread_local_top_.current_vm_state_;
1000 thread_local_top_.current_vm_state_ = state;

Completed in 62 milliseconds