Lines Matching refs:std
158 i::IsStaticFlag is_static_flag, std::vector<Local<Value>>* names_out,
159 std::vector<Local<Value>>* values_out) {
183 std::vector<Local<Value>>* names_out,
184 std::vector<Local<Value>>* values_out) {
511 std::vector<BreakLocation>* locations) const {
535 std::vector<i::BreakLocation> v8_locations;
542 std::sort(v8_locations.begin(), v8_locations.end(), CompareBreakLocation);
573 int line = std::max(location.GetLineNumber() - script->line_offset(), 0);
576 column = std::max(0, column - script->column_offset());
587 if (line == 0) return std::min(column, line_offset);
589 return std::min(prev_line_offset + column + 1, line_offset);
725 std::pair<int, int> WasmScript::GetFunctionRange(int function_index) const {
736 return std::make_pair(static_cast<int>(func.code.offset()),
1136 : scope_(std::make_unique<i::DisableBreak>(
1182 std::shared_ptr<i::Coverage> coverage)
1183 : script_(&coverage->at(index)), coverage_(std::move(coverage)) {}
1207 std::vector<MaybeLocal<String>> TypeProfile::Entry::Types() const {
1208 std::vector<MaybeLocal<String>> result;
1216 size_t index, std::shared_ptr<i::TypeProfile> type_profile)
1218 type_profile_(std::move(type_profile)) {}
1224 std::vector<TypeProfile::Entry> TypeProfile::ScriptData::Entries() const {
1225 std::vector<TypeProfile::Entry> result;
1322 std::unique_ptr<PropertyIterator> PropertyIterator::Create(