Searched refs:expected_source_hash (Results 1 – 2 of 2) sorted by relevance
118 Isolate* isolate, ScriptData* cached_data, uint32_t expected_source_hash,144 uint32_t expected_source_hash) const;
410 Isolate* isolate, uint32_t expected_source_hash) const { in SanityCheck()421 if (source_hash != expected_source_hash) return SOURCE_MISMATCH; in SanityCheck()474 Isolate* isolate, ScriptData* cached_data, uint32_t expected_source_hash, in FromCachedData() argument478 *rejection_result = scd.SanityCheck(isolate, expected_source_hash); in FromCachedData()