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.cpp44 JSHandle<JSTaggedValue> parentKey(factory->NewFromASCII("parent")); in InitializeCommonJS() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp313 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetKey(parentIndex)); in FindEntry() local
360 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetRootKey()); in Insert() local
420 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetKey(parentIndex)); in GetLowerKey() local
443 JSMutableHandle<JSTaggedValue> parentKey(thread, tree->GetKey(parentIndex)); in GetHigherKey() local