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:string_desc
(Results
1 - 3
of
3
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-symbol-object.c
50
ecma_value_t
string_desc
;
in ecma_op_create_symbol()
local
55
string_desc
= ecma_make_magic_string_value (LIT_MAGIC_STRING__EMPTY);
in ecma_op_create_symbol()
67
string_desc
= ecma_make_string_value (str_p);
in ecma_op_create_symbol()
71
return ecma_make_symbol_value (ecma_new_symbol_from_descriptor_string (
string_desc
));
in ecma_op_create_symbol()
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-helpers-string.c
214
ecma_new_symbol_from_descriptor_string (ecma_value_t
string_desc
) /**< ecma-string */
in ecma_new_symbol_from_descriptor_string()
argument
216
JERRY_ASSERT (!ecma_is_value_symbol (
string_desc
));
in ecma_new_symbol_from_descriptor_string()
220
symbol_p->u.symbol_descriptor =
string_desc
;
in ecma_new_symbol_from_descriptor_string()
H
A
D
ecma-helpers.h
286
ecma_string_t *ecma_new_symbol_from_descriptor_string (ecma_value_t
string_desc
);
Completed in 7 milliseconds