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:jError
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/napi/test/unittest/cj_native/
H
A
D
test_ark_interop.cpp
224
auto
jError
= ARKTS_CreateUtf8(env, clError, sizeof(clError) - 1);
in HWTEST_F()
local
225
auto errorCls = ARKTS_GetProperty(env, global,
jError
);
in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H
A
D
jsi.cpp
538
jerry_value_t
jError
= jerry_create_error(jerryType, reinterpret_cast<const jerry_char_t *>(errorMsg));
in CreateError()
local
539
return AS_JSI_VALUE(
jError
);
in CreateError()
552
jerry_value_t
jError
= AS_JERRY_VALUE(errorValue);
in GetErrorType()
local
553
jerry_error_t jerryType = jerry_get_error_type(
jError
);
in GetErrorType()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H
A
D
ark_interop_napi.cpp
42
auto
jError
= ARKTS_FromHandle(exception);
in ARKTSInner_ReportJSErrors()
local
45
ARKTSInner_ThrowJSErrorToCJ(env,
jError
);
in ARKTSInner_ReportJSErrors()
Completed in 5 milliseconds