Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hasharray_iterator.h35 JSTaggedValue rootValue; in GetRBTreeCurrentNode() local
70 … JSHandle<JSTaggedValue> rootValue = JSHandle<JSTaggedValue>(thread, tableArr->Get(thread, index)); in GetCurrentNode() local
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dvariable_manager.h54 Tree(int32_t rootValue) : root_(std::make_unique<TreeNode>(rootValue)) {} in Tree()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp272 JSMutableHandle<JSTaggedValue> rootValue(thread, JSTaggedValue::Undefined()); in GetCurrentNode() local