Searched refs:after_function (Results 1 – 3 of 3) sorted by relevance
27 v8::Local<v8::Function> AsyncHooksWrap::after_function() const { in after_function() function in v8::AsyncHooksWrap275 if (!wrap->after_function().IsEmpty()) { in PromiseHookDispatch()276 result = wrap->after_function()->Call(context, rcv, 1, args); in PromiseHookDispatch()
36 inline v8::Local<v8::Function> after_function() const;
27470 Label function, after_function; in TEST() local27471 __ B(&after_function); in TEST()27479 __ Bind(&after_function); in TEST()