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:dy_scope
(Results
1 - 1
of
1
) sorted by relevance
/third_party/jerryscript/jerry-ext/handle-scope/
H
A
D
handle-scope-allocator.c
84
jerryx_handle_scope_dynamic_t *
dy_scope
= (jerryx_handle_scope_dynamic_t *) scope;
in jerryx_handle_scope_get_parent()
local
85
if (
dy_scope
== jerryx_handle_scope_pool.start)
in jerryx_handle_scope_get_parent()
89
jerryx_handle_scope_dynamic_t *parent =
dy_scope
->parent;
in jerryx_handle_scope_get_parent()
159
jerryx_handle_scope_dynamic_t *
dy_scope
= malloc (sizeof (jerryx_handle_scope_dynamic_t));
in jerryx_handle_scope_alloc()
local
160
JERRYX_HANDLE_SCOPE_ASSERT (
dy_scope
!= NULL);
in jerryx_handle_scope_alloc()
161
dy_scope
->child = NULL;
in jerryx_handle_scope_alloc()
166
dy_scope
->parent = dy_current;
in jerryx_handle_scope_alloc()
167
dy_current->child =
dy_scope
;
in jerryx_handle_scope_alloc()
171
jerryx_handle_scope_pool.start =
dy_scope
;
in jerryx_handle_scope_alloc()
172
dy_scope
in jerryx_handle_scope_alloc()
209
jerryx_handle_scope_dynamic_t *
dy_scope
= (jerryx_handle_scope_dynamic_t *) scope;
jerryx_handle_scope_free()
local
[all...]
Completed in 1 milliseconds