v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::AstRawStringMapMatcher Struct Reference

#include <ast-value-factory.h>

Collaboration diagram for v8::internal::AstRawStringMapMatcher:

Public Member Functions

bool operator() (uint32_t hash1, uint32_t hash2, const AstRawString *lookup_key, const AstRawString *entry_key) const
 

Detailed Description

Definition at line 224 of file ast-value-factory.h.

Member Function Documentation

◆ operator()()

bool v8::internal::AstRawStringMapMatcher::operator() ( uint32_t hash1,
uint32_t hash2,
const AstRawString * lookup_key,
const AstRawString * entry_key ) const
inline

Definition at line 225 of file ast-value-factory.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: