Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:last_prototype
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/compiler/
H
A
D
compilation-dependencies.h
118
// up to (and including) the {
last_prototype
}.
121
base::Optional<JSObjectRef>
last_prototype
=
H
A
D
compilation-dependencies.cc
1276
base::Optional<JSObjectRef>
last_prototype
) {
in DependOnStablePrototypeChain()
1285
if (
last_prototype
.has_value() && proto.equals(*
last_prototype
)) break;
in DependOnStablePrototypeChain()
1301
base::Optional<JSObjectRef>
last_prototype
) {
in DependOnStablePrototypeChains()
1312
DependOnStablePrototypeChain(this, receiver_map,
last_prototype
);
in DependOnStablePrototypeChains()
1275
DependOnStablePrototypeChain(CompilationDependencies* deps, MapRef map, base::Optional<JSObjectRef>
last_prototype
)
DependOnStablePrototypeChain()
argument
1299
DependOnStablePrototypeChains( ZoneVector<MapRef> const& receiver_maps, WhereToStart start, base::Optional<JSObjectRef>
last_prototype
)
DependOnStablePrototypeChains()
argument
H
A
D
js-native-context-specialization.cc
562
base::Optional<JSObjectRef>
last_prototype
;
in InferHasInPrototypeChain()
local
571
last_prototype
= prototype.AsJSObject();
in InferHasInPrototypeChain()
577
last_prototype
);
in InferHasInPrototypeChain()
/third_party/node/deps/v8/src/objects/
H
A
D
keys.cc
332
JSReceiver
last_prototype
;
in Prepare()
local
345
last_prototype
= current;
in Prepare()
355
} else if (!
last_prototype
.is_null()) {
in Prepare()
356
last_non_empty_prototype_ = handle(
last_prototype
, isolate_);
in Prepare()
Completed in 11 milliseconds