Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.cpp486 int resultIndex = -1; in GetLowerKey() local
492 resultIndex = parentIndex; in GetLowerKey()
499 JSTaggedValue lowerKey = tree->GetKey(resultIndex); in GetLowerKey()
509 int resultIndex = -1; in GetHigherKey() local
515 resultIndex = parentIndex; in GetHigherKey()
522 JSTaggedValue lowerKey = tree->GetKey(resultIndex); in GetHigherKey()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp285 uint32_t resultIndex = JSTaggedValue::ToUint32(thread, indexHandle); in HWTEST_F_L0() local
286 ASSERT_TRUE(resultIndex == 4U); in HWTEST_F_L0()
325 uint32_t resultIndex = JSTaggedValue::ToUint32(thread, indexHandle); in HWTEST_F_L0() local
326 ASSERT_TRUE(resultIndex == 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2867 JSHandle<JSTaggedValue> resultIndex = thread->GlobalConstants()->GetHandledIndexString(); in GetExecResultIndex() local
2869 thread, execResults.GetTaggedValue(), resultIndex.GetTaggedValue()); in GetExecResultIndex()

Completed in 8 milliseconds