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:execution_context
(Results
1 - 2
of
2
) sorted by relevance
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-generator.cc
53
outer_(generator_->
execution_context
()),
in ContextScope()
122
context_(generator->
execution_context
()) {
in ControlScope()
563
if (generator()->
execution_context
() != context()) {
in PopContextToExpectedDepth()
1564
DCHECK_EQ(0,
execution_context
()->ContextChainDepth(variable->scope()));
in VisitVariableDeclaration()
1565
builder()->LoadTheHole().StoreContextSlot(
execution_context
()->reg(),
in VisitVariableDeclaration()
1604
DCHECK_EQ(0,
execution_context
()->ContextChainDepth(variable->scope()));
in VisitFunctionDeclaration()
1606
builder()->StoreContextSlot(
execution_context
()->reg(), variable->index(),
in VisitFunctionDeclaration()
2905
int depth =
execution_context
()->ContextChainDepth(brand->scope());
in BuildPrivateBrandInitialization()
2906
ContextScope* class_context =
execution_context
()->Previous(depth);
in BuildPrivateBrandInitialization()
2924
.MoveRegister(
execution_context
()
in BuildPrivateBrandInitialization()
[all...]
H
A
D
bytecode-generator.h
467
inline ContextScope*
execution_context
() const { return execution_context_; }
in execution_context()
function in v8::internal::interpreter::final
Completed in 9 milliseconds