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:clsObj
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H
A
D
object_repository.cpp
123
auto
clsObj
= obj.CreateObject(TypedValue::Reference(clsObject));
in TEST_F()
local
124
ASSERT_EQ(
clsObj
.GetObjectId(), RemoteObjectId(1));
in TEST_F()
125
ASSERT_THAT(ToJson(
clsObj
), GetObjectProperties(testing::_, testing::_, "1"));
in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
H
A
D
std_js_jsruntime.cpp
143
uint8_t JSRuntimeInstanceOfStaticIntrinsic(JSValue *object, EtsClass *
clsObj
)
in JSRuntimeInstanceOfStaticIntrinsic()
argument
145
return JSRuntimeInstanceOfStatic(object,
clsObj
);
in JSRuntimeInstanceOfStaticIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H
A
D
intrinsics_api_impl.h
35
EtsObject *JSRuntimeGetValueObject(JSValue *etsJsValue, EtsClass *
clsObj
);
H
A
D
intrinsics_api_impl.cpp
122
EtsObject *JSRuntimeGetValueObject(JSValue *etsJsValue, EtsClass *
clsObj
)
in JSRuntimeGetValueObject()
argument
126
auto cls =
clsObj
->GetRuntimeClass();
in JSRuntimeGetValueObject()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
jsnapi_first_tests.cpp
1357
JSHandle<JSTaggedValue>
clsObj
= JSNApiHelper::ToJSHandle(Local<JSValueRef>(cls));
in HWTEST_F_L0()
local
1358
ASSERT_TRUE(
clsObj
->IsClassConstructor());
in HWTEST_F_L0()
1361
JSHandle<JSFunction>(
clsObj
)->GetPropertyInlinedProps(JSFunction::CLASS_PROTOTYPE_INLINE_PROPERTY_INDEX);
in HWTEST_F_L0()
1364
accessor = JSHandle<JSFunction>(
clsObj
)->GetPropertyInlinedProps(JSFunction::LENGTH_INLINE_PROPERTY_INDEX);
in HWTEST_F_L0()
Completed in 8 milliseconds