Home
last modified time | relevance | path

Searched defs:thread_local_top (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate-data.h130 ThreadLocalTop& thread_local_top() { return thread_local_top_; } in thread_local_top() function
131 ThreadLocalTop const& thread_local_top() const { return thread_local_top_; } in thread_local_top() function
Disolate.h1226 ThreadLocalTop* thread_local_top() { in thread_local_top() function
1229 ThreadLocalTop const* thread_local_top() const { in thread_local_top() function
/third_party/node/deps/v8/src/api/
Dapi-inl.h199 auto thread_local_top = isolate_->thread_local_top(); local