Lines Matching refs:ToHandle
630 .ToHandle(&cached_code)) { in GetOptimizedCode()
865 .ToHandle(&cached_code)) { in GetLazyCode()
890 if (GetBaselineCode(function).ToHandle(&code)) { in GetLazyCode()
905 .ToHandle(&code)) { in GetLazyCode()
934 .ToHandle(&opt_code)) { in GetLazyCode()
1052 if (!GetLazyCode(function).ToHandle(&code)) { in Compile()
1076 if (!GetBaselineCode(function).ToHandle(&code)) { in CompileBaseline()
1102 if (!GetOptimizedCode(function, mode).ToHandle(&code)) { in CompileOptimized()
1114 if (!GetUnoptimizedCode(&info).ToHandle(&code)) { in CompileOptimized()
1285 if (!maybe_shared_info.ToHandle(&shared_info)) { in GetFunctionFromEval()
1425 .ToHandle(&result)) { in GetSharedFunctionInfoForScript()
1440 if (!maybe_result.ToHandle(&result) || in GetSharedFunctionInfoForScript()
1561 if (maybe_existing.ToHandle(&existing)) { in GetSharedFunctionInfo()
1572 if (!maybe_existing.ToHandle(&result)) { in GetSharedFunctionInfo()