v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
lookup-cache.cc
Go to the documentation of this file.
1
// Copyright 2016 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/objects/lookup-cache.h
"
6
7
namespace
v8
{
8
namespace
internal
{
9
10
void
DescriptorLookupCache::Clear
() {
11
for
(
int
index = 0; index <
kLength
; index++)
keys_
[index].source =
Map
();
12
}
13
14
}
// namespace internal
15
}
// namespace v8
v8::internal::DescriptorLookupCache::Clear
void Clear()
Definition
lookup-cache.cc:10
v8::internal::DescriptorLookupCache::keys_
Key keys_[kLength]
Definition
lookup-cache.h:52
v8::internal::DescriptorLookupCache::kLength
static const int kLength
Definition
lookup-cache.h:46
v8::internal::Map
Definition
map.h:234
lookup-cache.h
v8::internal::internal
internal
Definition
wasm-objects-inl.h:458
v8
Definition
api-arguments-inl.h:19
src
objects
lookup-cache.cc
Generated on Sun Apr 6 2025 21:08:56 for v8 by
1.12.0