Home
last modified time | relevance | path

Searched defs:ObjectRef (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/common_components/common/
Dbase_object.h25 struct ObjectRef { struct
29 using RawRefVisitor = std::function<void(ObjectRef&)>; argument
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md3439 ## ObjectRef section in JSNApi接口说明
3443 ### New
3467 ### GetPrototype
3492 ### GetOwnPropertyNames
3519 ### Set
3548 ### Has
3575 ### Delete
3602 ### Get
3629 ### Delete
3656 ### DefineProperty
[all …]
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dfinalizer_processor_test.cpp81 RootVisitor visitor = [](ObjectRef&) { in HWTEST_F_L0() argument
98 RootVisitor visitor = [](ObjectRef&) { in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h57 class ObjectRef; variable
Djsnapi_expo.h60 class ObjectRef; variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1674 HWTEST_F_L0(JSNApiTests, ObjectRef) in HWTEST_F_L0() argument