Home
last modified time | relevance | path

Searched defs:rootValue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap_iterator.cpp87 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in FastGetCurrentNode() local
114 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in GetCurrentNode() local
Djs_api_hashset_iterator.cpp82 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in FastGetCurrentNode() local
108 JSHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in GetCurrentNode() local
/arkcompiler/toolchain/tooling/client/manager/
Dvariable_manager.h54 Tree(int32_t rootValue) : root_(std::make_unique<TreeNode>(rootValue)) {} in Tree()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp218 auto rootValue = *root; in UpdateAotStringRoots() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp269 JSMutableHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in GetCurrentNode() local