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
defs:attachData
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/
H
A
D
json_stringifier_test.cpp
337
Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, [[maybe_unused]] void *
attachData
)
Attach()
argument
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
value_serializer.cpp
309
void *
attachData
= info->
attachData
;
in SerializeNativeBindingObject()
local
H
A
D
base_deserializer.cpp
125
void *
attachData
= info->attachData_;
in DeserializeNativeBindingObject()
local
331
void *
attachData
= reinterpret_cast<void *>(data_->ReadJSTaggedType(position_));
in ReadSingleEncodeData()
local
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi_expo.h
1506
void *
attachData
= nullptr;
member
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H
A
D
serializer_test.cpp
1397
Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_unused]] void *hint, [[maybe_unused]] void *
attachData
)
Attach()
argument
Completed in 11 milliseconds