Searched refs:maybe_caller (Results 1 – 1 of 1) sorted by relevance
718 MaybeHandle<JSFunction> maybe_caller; in FunctionCallerGetter() local719 maybe_caller = FindCaller(isolate, function); in FunctionCallerGetter()721 if (maybe_caller.ToHandle(&caller)) { in FunctionCallerGetter()