Home
last modified time | relevance | path

Searched refs:transtions (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp631 JSTaggedValue transtions = jshclass->GetTransitions(); in DumpHClass() local
632 transtions.DumpTaggedValue(os); in DumpHClass()
634 if (withDetail && !transtions.IsWeakForHeapObject() && transtions.IsDictionary()) { in DumpHClass()
635 transtions.Dump(os); in DumpHClass()

Completed in 9 milliseconds