Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Daccessors.cc629 Handle<JSFunction> next_function = in next() local
632 if (!AllowAccessToFunction(isolate_->context(), *next_function)) continue; in next()
633 return next_function; in next()