Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/require/
Djs_require_manager.cpp39 JSHandle<JSTaggedValue> parentKey(factory->NewFromASCII("parent")); in InitializeCommonJS() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp314 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetKey(thread, parentIndex)); in FindEntry() local
421 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetRootKey(thread)); in Insert() local
492 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetKey(thread, parentIndex)); in GetLowerKey() local
515 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetKey(thread, parentIndex)); in GetHigherKey() local