Home
last modified time | relevance | path

Searched defs:resultArray (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dbuiltins_base_test.cpp45 JSHandle<TaggedArray> resultArray = BuiltinsBase::GetArgsArray(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_operator_third_test.cpp200 TaggedArray *resultArray = TaggedArray::Cast(handleObject1->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_reflect_test.cpp395 JSHandle<JSArray> resultArray = JSHandle<JSArray>::Cast(resultTaggedValue); in HWTEST_F_L0() local
H A Dbuiltins_string_test.cpp1077 void SplitCommon(JSThread *thread, std::vector<JSHandle<EcmaString>> expecteds, JSHandle<JSArray> &resultArray) in SplitCommon() argument
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp489 auto resultArray = TaggedArray::Cast(handleObj->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.cpp493 JSHandle<JSArray> resultArray = JSArray::CreateArrayFromList(thread, resultList); in GetOwnPropertyKeys() local
H A Dbuiltins_regexp.cpp1156 JSHandle<TaggedArray> resultArray = factory->NewTaggedArray(resultArrayLength); in ReplaceInternal() local
2557 AddResultInCache(JSThread *thread, JSHandle<RegExpExecResultCache> cache, const JSHandle<JSTaggedValue> regexp, const JSHandle<JSTaggedValue> input, const JSHandle<JSTaggedValue> resultArray, CacheType type, uint32_t lastIndexInput, uint32_t lastIndex, JSHandle<JSTaggedValue> extend, bool isIntermediateResult) AddResultInCache() argument
2666 UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheType type) UpdateResultArray() argument
2887 CreateStringFromResultArray(JSThread *thread, const JSHandle<TaggedArray> resultArray, const std::vector<uint64_t> &resultLengthArray, JSHandle<EcmaString> srcString, uint32_t resultStrLength, bool isUtf8) CreateStringFromResultArray() argument
[all...]
H A Dbuiltins_string.cpp1709 JSHandle<JSArray> resultArray in CreateArrayFromString() local
2433 SetCachedResult(const JSThread *thread, const JSHandle<StringSplitResultCache> &cache, const JSHandle<EcmaString> &thisString, const JSHandle<EcmaString> &pattern, const JSHandle<TaggedArray> &resultArray) SetCachedResult() argument
2481 SetCachedResult(const JSThread *thread, const JSHandle<StringToListResultCache> &cache, const JSHandle<EcmaString> &thisString, const JSHandle<TaggedArray> &resultArray) SetCachedResult() argument
[all...]

Completed in 20 milliseconds