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:JERRY_ATTR_CONST
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-helpers-value.c
71
extern inline ecma_type_t
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
124
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
136
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
148
static inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
161
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
173
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
185
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
197
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
209
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLINE
221
inline bool
JERRY_ATTR_CONST
JERRY_ATTR_ALWAYS_INLIN
[all...]
H
A
D
ecma-helpers.h
214
ecma_type_t
JERRY_ATTR_CONST
ecma_get_value_type_field (ecma_value_t value);
215
bool
JERRY_ATTR_CONST
ecma_is_value_direct (ecma_value_t value);
216
bool
JERRY_ATTR_CONST
ecma_is_value_simple (ecma_value_t value);
217
bool
JERRY_ATTR_CONST
ecma_is_value_empty (ecma_value_t value);
218
bool
JERRY_ATTR_CONST
ecma_is_value_undefined (ecma_value_t value);
219
bool
JERRY_ATTR_CONST
ecma_is_value_null (ecma_value_t value);
220
bool
JERRY_ATTR_CONST
ecma_is_value_boolean (ecma_value_t value);
221
bool
JERRY_ATTR_CONST
ecma_is_value_true (ecma_value_t value);
222
bool
JERRY_ATTR_CONST
ecma_is_value_false (ecma_value_t value);
223
bool
JERRY_ATTR_CONST
ecma_is_value_foun
[all...]
/third_party/jerryscript/jerry-core/include/
H
A
D
jerryscript-compiler.h
35
#define
JERRY_ATTR_CONST
__attribute__((const))
macro
90
#ifndef
JERRY_ATTR_CONST
91
#define
JERRY_ATTR_CONST
macro
92
#endif /* !
JERRY_ATTR_CONST
*/
Completed in 2 milliseconds