v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
import-attributes.cc
Go to the documentation of this file.
1
// Copyright 2020 the V8 project authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
src/parsing/import-attributes.h
"
6
7
#include "
src/ast/ast-value-factory.h
"
8
9
namespace
v8
{
10
namespace
internal
{
11
12
bool
ImportAttributesKeyComparer::operator()
(
const
AstRawString
* lhs,
13
const
AstRawString
* rhs)
const
{
14
return
AstRawString::Compare
(lhs, rhs) < 0;
15
}
16
17
}
// namespace internal
18
}
// namespace v8
ast-value-factory.h
v8::internal::AstRawString
Definition
ast-value-factory.h:51
v8::internal::AstRawString::Compare
static int Compare(const AstRawString *lhs, const AstRawString *rhs)
Definition
ast-value-factory.cc:147
import-attributes.h
v8::internal::internal
internal
Definition
wasm-objects-inl.h:458
v8
Definition
api-arguments-inl.h:19
v8::internal::ImportAttributesKeyComparer::operator()
bool operator()(const AstRawString *lhs, const AstRawString *rhs) const
Definition
import-attributes.cc:12
src
parsing
import-attributes.cc
Generated on Sun Apr 6 2025 21:08:56 for v8 by
1.12.0