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