Lines Matching defs:infos
1115 std::vector<SharedFunctionInfo> infos;
1116 frame->GetFunctions(&infos);
1117 current_frame_count -= infos.size();
1313 std::vector<Handle<SharedFunctionInfo>> infos;
1314 js_frame->GetFunctions(&infos);
1315 for (; !infos.empty(); current_frame_count--) {
1316 Handle<SharedFunctionInfo> info = infos.back();
1317 infos.pop_back();
1568 // Check the list of debug infos whether the debug break trampoline needs to
1785 // Find all shared function infos of functions that are intersecting from
1884 // Go through all shared function infos associated with this script to
2170 std::vector<Handle<SharedFunctionInfo>> infos;
2171 frame->GetFunctions(&infos);
2172 for (const auto& info : infos) {
2637 // Walk all debug infos and update their execution mode if it is different
2680 // Update debug infos to have correct execution mode.
2706 // Update debug infos to have correct execution mode.