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/
H A 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()
H A Dasync-hooks-wrapper.h41 inline v8::Local<v8::Function> after_function() const;
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc13733 Label function, after_function;
13734 __ B(&after_function);
13742 __ Bind(&after_function);

Completed in 12 milliseconds