Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
101 #include "src/codegen/source-position-table.h"
3884 auto source = *source_handle;
3889 MaybeObject value_or_field_type = source.GetValue(i);
3890 Name key = source.GetKey(i);
3891 PropertyDetails details = source.GetDetails(i);
3909 copy.CopyFrom(i, source);
3913 if (source.number_of_descriptors() != enumeration_index) copy.Sort();
3945 // the source representation changes after this feedback has been collected.
3957 // Ensure the ObjectClone property details are NONE, and that all source
4830 Object src_obj = script->source();
4889 bool GetPositionInfoSlowImpl(const base::Vector<Char>& source, int position,
4895 const auto begin = std::cbegin(source);
4896 const auto end = std::cend(source);
4914 if (!script.source().IsString()) {
4917 auto source = String::cast(script.source());
4918 const auto flat = source.GetFlatContent(no_gc);
4946 // Slow mode: we do not have line_ends. We have to iterate through source.
4995 DCHECK(source().IsString());
4996 String src = String::cast(source());
6753 // is used in the source position table, hence the subtraction.