Home
last modified time | relevance | path

Searched defs:RecordObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/
Dindexed_type.ts46 type RecordObject = Record<string, string>; alias
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker-inl.h74 inline void SharedGCMarkerBase::RecordObject(JSTaggedValue value, uint32_t threadId, void *mem) in RecordObject() function