Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Daccessors.cc699 MaybeHandle<JSFunction> maybe_caller; in FunctionCallerGetter() local
700 maybe_caller = FindCaller(isolate, function); in FunctionCallerGetter()
703 if (!FLAG_correctness_fuzzer_suppressions && maybe_caller.ToHandle(&caller)) { in FunctionCallerGetter()