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:constructor_value
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H
A
D
ecma-builtin-promise.c
511
ecma_value_t
constructor_value
= this_arg;
in ecma_builtin_promise_race_or_all()
local
515
constructor_value
= species_symbol;
in ecma_builtin_promise_race_or_all()
522
ecma_value_t capability = ecma_promise_new_capability (
constructor_value
);
in ecma_builtin_promise_race_or_all()
526
ecma_free_value (
constructor_value
);
in ecma_builtin_promise_race_or_all()
535
ecma_free_value (
constructor_value
);
in ecma_builtin_promise_race_or_all()
545
ret = ecma_builtin_promise_perform_race (iterator, capability,
constructor_value
, &is_done);
in ecma_builtin_promise_race_or_all()
549
ret = ecma_builtin_promise_perform_all (iterator,
constructor_value
, capability, &is_done);
in ecma_builtin_promise_race_or_all()
552
ecma_free_value (
constructor_value
);
in ecma_builtin_promise_race_or_all()
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm.c
861
ecma_value_t
constructor_value
= stack_top_p[-1];
in opfunc_construct()
local
864
if (!ecma_is_value_object (
constructor_value
)
in opfunc_construct()
865
|| !ecma_object_is_constructor (ecma_get_object_from_value (
constructor_value
)))
in opfunc_construct()
871
ecma_object_t *constructor_obj_p = ecma_get_object_from_value (
constructor_value
);
in opfunc_construct()
874
frame_ctx_p->callee_value =
constructor_value
;
in opfunc_construct()
Completed in 6 milliseconds