Home
last modified time | relevance | path

Searched refs:funcResult (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_vector.cpp305 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
306 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
333 JSTaggedValue funcResult = JSFunction::Call(info); in ReplaceAllElements() local
334 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ReplaceAllElements()
341 vector->Set(thread, k, funcResult); in ReplaceAllElements()
H A Djs_api_arraylist.cpp276 JSTaggedValue funcResult = JSFunction::Call(info); in ReplaceAllElements() local
277 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ReplaceAllElements()
279 arrayList->Set(thread, k, funcResult); in ReplaceAllElements()
366 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
367 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Djs_api_lightweightset.cpp332 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
333 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Djs_api_plain_array.cpp351 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
352 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_queue.cpp167 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
168 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dcontainers_deque.cpp256 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
257 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dcontainers_hashset.cpp292 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
293 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dcontainers_stack.cpp207 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
208 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dcontainers_hashmap.cpp182 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
183 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dcontainers_list.cpp345 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
346 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dcontainers_linked_list.cpp577 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
578 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_list.cpp429 JSTaggedValue funcResult = JSFunction::Call(info); in ReplaceAllElements() local
430 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ReplaceAllElements()
431 JSHandle<JSTaggedValue> funcResultValue = JSHandle<JSTaggedValue>(thread, funcResult); in ReplaceAllElements()
H A Djs_stable_array.cpp778 JSTaggedValue funcResult = JSFunction::Call(info); in HandleforEachOfStable() local
779 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in HandleforEachOfStable()
791 JSTaggedValue funcResult = JSFunction::Call(info); in HandleforEachOfStable() local
792 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in HandleforEachOfStable()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_typedarray.cpp708 // iii. Let funcResult be Call(callbackfn, T, «kValue, k, O»). in ForEach()
709 // iv. ReturnIfAbrupt(funcResult). in ForEach()
723 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
724 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dbuiltins_typedarray.cpp799 // iii. Let funcResult be Call(callbackfn, T, «kValue, k, O»). in ForEach()
800 // iv. ReturnIfAbrupt(funcResult). in ForEach()
814 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
815 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dbuiltins_shared_array.cpp1108 // iii. Let funcResult be Call(callbackfn, T, «kValue, k, O»). in ForEach()
1109 // iv. ReturnIfAbrupt(funcResult). in ForEach()
1130 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
1131 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
H A Dbuiltins_array.cpp1163 // iii. Let funcResult be Call(callbackfn, T, «kValue, k, O»). in ForEach()
1164 // iv. ReturnIfAbrupt(funcResult). in ForEach()
1185 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local
1186 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3028 JSTaggedValue funcResult = JSFunction::Call(info); in DEF_RUNTIME_STUBS() local
3029 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult.GetRawData()); in DEF_RUNTIME_STUBS()
3942 JSTaggedValue funcResult = JSFunction::Call(info); in DEF_RUNTIME_STUBS() local
3943 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult.GetRawData()); in DEF_RUNTIME_STUBS()

Completed in 46 milliseconds