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:is_getter
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/vm/
H
A
D
opcodes.h
96
opfunc_set_accessor (bool
is_getter
, ecma_value_t object, ecma_string_t *accessor_name_p, ecma_value_t accessor);
H
A
D
opcodes.c
127
opfunc_set_accessor (bool
is_getter
, /**< is getter accessor */
in opfunc_set_accessor()
argument
150
if (
is_getter
)
in opfunc_set_accessor()
166
else if (
is_getter
)
in opfunc_set_accessor()
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-parser-expr.c
541
bool
is_getter
= (context_p->token.type == LEXER_PROPERTY_GETTER);
in parser_parse_class_literal()
local
546
(
is_getter
? (lexer_lit_location_t *) &lexer_get_literal
in parser_parse_class_literal()
553
accessor_status_flags |= (
is_getter
? PARSER_IS_PROPERTY_GETTER : PARSER_IS_PROPERTY_SETTER);
in parser_parse_class_literal()
583
if (
is_getter
)
in parser_parse_class_literal()
596
if (
is_getter
)
in parser_parse_class_literal()
Completed in 5 milliseconds