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
defs:scope_
(Results
1 - 25
of
26
) sorted by relevance
1
2
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
monitor_object_lock.h
41
HandleScope<ObjectHeader *>
scope_
;
member in ark::ObjectLock
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
object_repository.h
58
HandleScope<ObjectHeader *>
scope_
;
member in ark::tooling::inspector::ObjectRepository
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H
A
D
blockExpression.h
107
varbinder::Scope *
scope_
= {};
member in ark::es2panda::ir::BlockExpression
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H
A
D
enumLiteralType.h
59
varbinder::Scope *
scope_
;
member in ark::es2panda::ark::es2panda::checker::EnumLiteralType
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
blockStatement.h
62
binder::Scope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::BlockStatement
H
A
D
loopStatement.h
68
binder::LoopScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::LoopStatement
H
A
D
switchStatement.h
79
binder::LocalScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::SwitchStatement
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
classStaticBlock.h
54
binder::StaticBlockScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassStaticBlock
H
A
D
catchClause.h
78
binder::CatchScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause
H
A
D
scriptFunction.h
255
binder::FunctionScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ScriptFunction
H
A
D
classDefinition.h
274
binder::ClassScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassDefinition
/arkcompiler/ets_frontend/es2panda/typescript/types/
H
A
D
enumLiteralType.h
60
binder::Scope *
scope_
;
member in panda::es2panda::panda::es2panda::checker::EnumLiteralType
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_handle_scope.h
59
ClockScope
scope_
;
member in panda::ecmascript::EcmaHandleScope
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H
A
D
builtins_math_test.cpp
46
static EcmaHandleScope *
scope_
;
member in panda::test::BuiltinsMathTest
50
EcmaHandleScope *BuiltinsMathTest::
scope_
= nullptr;
member in panda::test::BuiltinsMathTest
/arkcompiler/ets_runtime/ecmascript/checkpoint/
H
A
D
thread_state_transition.h
96
ThreadStateTransitionScope<JSThread, ThreadState::IS_SUSPENDED>
scope_
;
member in panda::ecmascript::final
110
ThreadStateTransitionScope<JSThread, ThreadState::NATIVE>
scope_
;
member in panda::ecmascript::final
124
ThreadStateTransitionScope<T, ThreadState::RUNNING>
scope_
;
member in panda::ecmascript::final
148
ThreadStateTransitionScope<T, ThreadState::IS_SUSPENDED>
scope_
;
member in panda::ecmascript::final
/arkcompiler/ets_frontend/es2panda/ir/ts/
H
A
D
tsFunctionType.h
78
binder::Scope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSFunctionType
H
A
D
tsTypeParameterDeclaration.h
71
binder::LocalScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeParameterDeclaration
H
A
D
tsEnumDeclaration.h
96
binder::TSEnumScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSEnumDeclaration
H
A
D
tsConstructorType.h
84
binder::Scope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSConstructorType
H
A
D
tsSignatureDeclaration.h
85
binder::Scope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSSignatureDeclaration
H
A
D
tsInterfaceDeclaration.h
88
binder::LocalScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInterfaceDeclaration
H
A
D
tsModuleDeclaration.h
91
binder::TSModuleScope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSModuleDeclaration
H
A
D
tsMethodSignature.h
113
binder::Scope *
scope_
;
member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSMethodSignature
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.h
182
TimeScope
scope_
;
member in panda::ecmascript::Jit::JitLockHolder
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
pandagen.h
530
binder::Scope *
scope_
;
member in panda::es2panda::compiler::PandaGen
Completed in 15 milliseconds
1
2