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:ARKTS_ToHandle
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H
A
D
ark_interop_object.cpp
95
auto value =
ARKTS_ToHandle
<JSValueRef>(jvalue);
in ARKTS_DefineOwnProperty()
116
auto handledUndef =
ARKTS_ToHandle
<JSValueRef>(undefined);
in ARKTS_DefineAccessors()
136
auto value =
ARKTS_ToHandle
<JSValueRef>(jvalue);
in ARKTS_SetProperty()
H
A
D
ark_interop_napi.cpp
347
result[i] =
ARKTS_ToHandle
<JSValueRef>(args[i]);
in FormatArguments()
360
auto thisHandle =
ARKTS_ToHandle
<JSValueRef>(thisArg);
in ARKTS_Call()
410
ArrayRef::SetValueAt(vm, result, i,
ARKTS_ToHandle
<JSValueRef>(data[i]));
in ARKTS_CreateArrayWithInit()
435
ArrayRef::SetValueAt(vm, jArr, index,
ARKTS_ToHandle
<JSValueRef>(value));
in ARKTS_SetElement()
603
(*promise)->Resolve(vm,
ARKTS_ToHandle
<JSValueRef>(result));
in ARKTS_PromiseCapabilityResolve()
614
(*promise)->Reject(vm,
ARKTS_ToHandle
<JSValueRef>(result));
in ARKTS_PromiseCapabilityReject()
715
auto exception =
ARKTS_ToHandle
<JSValueRef>(error);
in ARKTS_Throw()
H
A
D
ark_interop_internal.h
59
ARKTS_INLINE panda::Local<T>
ARKTS_ToHandle
(ARKTS_Value& value)
in ARKTS_ToHandle()
function
/foundation/ability/ability_runtime/frameworks/cj/ffi/ark_interop_helper/
H
A
D
ark_interop_helper.cpp
37
Local<JSValueRef> js_value_ref =
ARKTS_ToHandle
<JSValueRef>(arkValue);
in ArkTsValuetoNapiValue()
Completed in 3 milliseconds