Home
last modified time | relevance | path

Searched refs:THREAD_LOCAL_TOP_ADDRESS (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Disolate.h524 #define THREAD_LOCAL_TOP_ADDRESS(type, name) \ macro
756 THREAD_LOCAL_TOP_ADDRESS(Context, pending_handler_context)
757 THREAD_LOCAL_TOP_ADDRESS(Address, pending_handler_entrypoint)
758 THREAD_LOCAL_TOP_ADDRESS(Address, pending_handler_constant_pool)
759 THREAD_LOCAL_TOP_ADDRESS(Address, pending_handler_fp)
760 THREAD_LOCAL_TOP_ADDRESS(Address, pending_handler_sp)
761 THREAD_LOCAL_TOP_ADDRESS(uintptr_t, num_frames_above_pending_handler)
769 THREAD_LOCAL_TOP_ADDRESS(bool, external_caught_exception)
772 THREAD_LOCAL_TOP_ADDRESS(Object, pending_exception)
778 THREAD_LOCAL_TOP_ADDRESS(Objec
[all...]

Completed in 4 milliseconds