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:GETTER_FUNCTION
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_function_kind.h
25
GETTER_FUNCTION
,
member in panda::ecmascript::FunctionKind
H
A
D
js_function.h
235
return kind == FunctionKind::
GETTER_FUNCTION
|| kind == FunctionKind::SETTER_FUNCTION;
in IsGetterOrSetter()
241
return kind == FunctionKind::
GETTER_FUNCTION
;
in IsGetter()
598
return kind == FunctionKind::
GETTER_FUNCTION
|| kind == FunctionKind::SETTER_FUNCTION;
in IsGetterOrSetter()
604
return kind == FunctionKind::
GETTER_FUNCTION
;
in IsGetter()
H
A
D
js_function.cpp
285
if (JSHandle<JSFunction>::Cast(self)->GetFunctionKind() == FunctionKind::
GETTER_FUNCTION
) {
in NameGetter()
H
A
D
object_factory.cpp
701
kind == FunctionKind::
GETTER_FUNCTION
||
in CreateJSFunctionFromTemplate()
724
kind == FunctionKind::
GETTER_FUNCTION
||
in CreateSFunctionFromTemplate()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
literal_data_extractor.cpp
80
kind = FunctionKind::
GETTER_FUNCTION
;
in ExtractObjectDatas()
190
kind = FunctionKind::
GETTER_FUNCTION
;
in EnumerateLiteralVals()
297
kind == FunctionKind::
GETTER_FUNCTION
||
in CreateJSFunctionInLiteral()
308
kind == FunctionKind::
GETTER_FUNCTION
||
in CreateJSFunctionInLiteral()
454
kind = FunctionKind::
GETTER_FUNCTION
;
in ExtractObjectDatas()
589
kind = FunctionKind::
GETTER_FUNCTION
;
in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.cpp
306
case FunctionKind::
GETTER_FUNCTION
:
in SupportJIT()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs-inl.h
2554
method->SetFunctionKind(FunctionKind::
GETTER_FUNCTION
);
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins.cpp
2904
FunctionKind::
GETTER_FUNCTION
, builtinId);
in CreateGetter()
Completed in 28 milliseconds