Home
last modified time | relevance | path

Searched refs:before_function (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dasync-hooks-wrapper.cc21 v8::Local<v8::Function> AsyncHooksWrap::before_function() const { in before_function() function in v8::AsyncHooksWrap
271 if (!wrap->before_function().IsEmpty()) { in PromiseHookDispatch()
272 result = wrap->before_function()->Call(context, rcv, 1, args); in PromiseHookDispatch()
Dasync-hooks-wrapper.h34 inline v8::Local<v8::Function> before_function() const;