Lines Matching defs:hash
37 uint32_t hash = source.EnsureHash();
39 // Instead of using the SharedFunctionInfo pointer in the hash
40 // code computation, we use a combination of the hash of the
45 hash ^= String::cast(script.source()).EnsureHash();
48 if (is_strict(language_mode)) hash ^= 0x8000;
49 hash += position;
50 return hash;
55 uint32_t hash = source.EnsureHash();
57 if (is_strict(language_mode)) hash ^= 0x8000;
58 return hash;
63 // Eval: The key field contains the hash as a Number.