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