Home
last modified time | relevance | path

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

/external/v8/src/
Dasync-hooks-wrapper.cc27 v8::Local<v8::Function> AsyncHooksWrap::after_function() const { in after_function() function in v8::AsyncHooksWrap
275 if (!wrap->after_function().IsEmpty()) { in PromiseHookDispatch()
276 result = wrap->after_function()->Call(context, rcv, 1, args); in PromiseHookDispatch()
Dasync-hooks-wrapper.h36 inline v8::Local<v8::Function> after_function() const;
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc27470 Label function, after_function; in TEST() local
27471 __ B(&after_function); in TEST()
27479 __ Bind(&after_function); in TEST()