Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
33 uint32_t CompilationCacheShape::StringSharedHash(String source,
37 uint32_t hash = source.EnsureHash();
41 // script source code and the start position of the calling scope.
45 hash ^= String::cast(script.source()).EnsureHash();
53 uint32_t CompilationCacheShape::StringSharedHash(String source,
55 uint32_t hash = source.EnsureHash();
75 String source = String::cast(val.get(1));
83 return StringSharedHash(source, language_mode);
85 return StringSharedHash(source, SharedFunctionInfo::cast(shared_or_smi),