Searched refs:after_function (Results 1 – 3 of 3) sorted by relevance
98 v8::Local<v8::Function> AsyncHooksWrap::after_function() const { in after_function() function in v8::AsyncHooksWrap273 if (!wrap.after_function().IsEmpty()) { in PromiseHookDispatch()274 USE(wrap.after_function()->Call(context, rcv, 1, args)); in PromiseHookDispatch()
41 inline v8::Local<v8::Function> after_function() const;
13307 Label function, after_function; in TEST() local13308 __ B(&after_function); in TEST()13316 __ Bind(&after_function); in TEST()