Home
last modified time | relevance | path

Searched refs:after_function (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc98 v8::Local<v8::Function> AsyncHooksWrap::after_function() const { in after_function() function in v8::AsyncHooksWrap
273 if (!wrap.after_function().IsEmpty()) { in PromiseHookDispatch()
274 USE(wrap.after_function()->Call(context, rcv, 1, args)); in PromiseHookDispatch()
Dasync-hooks-wrapper.h41 inline v8::Local<v8::Function> after_function() const;
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc13307 Label function, after_function; in TEST() local
13308 __ B(&after_function); in TEST()
13316 __ Bind(&after_function); in TEST()