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:promise_result
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/tests/unit-core/
H
A
D
test-api-promise.cpp
29
jerry_value_t
promise_result
= jerry_get_promise_result (my_promise);
in test_promise_resolve_success()
local
30
TEST_ASSERT (jerry_value_is_undefined (
promise_result
));
in test_promise_resolve_success()
35
jerry_release_value (
promise_result
);
in test_promise_resolve_success()
54
jerry_value_t
promise_result
= jerry_get_promise_result (my_promise);
in test_promise_resolve_success()
local
56
TEST_ASSERT (jerry_value_is_object (
promise_result
));
in test_promise_resolve_success()
58
jerry_value_t get_result = jerry_get_property (
promise_result
, obj_key);
in test_promise_resolve_success()
69
jerry_release_value (
promise_result
);
in test_promise_resolve_success()
78
jerry_value_t
promise_result
= jerry_get_promise_result (my_promise);
in test_promise_resolve_success()
local
80
TEST_ASSERT (jerry_value_is_object (
promise_result
));
in test_promise_resolve_success()
82
jerry_value_t get_result = jerry_get_property (
promise_result
, obj_ke
in test_promise_resolve_success()
108
jerry_value_t
promise_result
= jerry_get_
promise_result
(my_promise);
test_promise_resolve_fail()
local
124
jerry_value_t
promise_result
= jerry_get_
promise_result
(my_promise);
test_promise_resolve_fail()
local
141
jerry_value_t
promise_result
= jerry_get_
promise_result
(my_promise);
test_promise_resolve_fail()
local
178
jerry_value_t
promise_result
= jerry_get_
promise_result
(res);
test_promise_from_js()
local
[all...]
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-js.cc
277
i::MaybeHandle<i::Object>
promise_result
=
variable
279
CHECK_EQ(
promise_result
.is_null(),
286
i::MaybeHandle<i::Object>
promise_result
=
variable
288
CHECK_EQ(
promise_result
.is_null(),
319
i::MaybeHandle<i::Object>
promise_result
=
variable
321
CHECK_EQ(
promise_result
.is_null(),
326
i::MaybeHandle<i::Object>
promise_result
=
variable
328
CHECK_EQ(
promise_result
.is_null(),
380
i::MaybeHandle<i::Object>
promise_result
=
variable
382
CHECK_EQ(
promise_result
386
i::MaybeHandle<i::Object>
promise_result
=
global()
variable
447
i::MaybeHandle<i::Object>
promise_result
=
global()
variable
[all...]
Completed in 4 milliseconds