/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_vector.cpp | 305 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 D | js_api_arraylist.cpp | 276 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 D | js_api_lightweightset.cpp | 332 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 333 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
H A D | js_api_plain_array.cpp | 351 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 D | containers_queue.cpp | 167 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 168 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
H A D | containers_deque.cpp | 256 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 257 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
H A D | containers_hashset.cpp | 292 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 293 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
H A D | containers_stack.cpp | 207 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 208 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
H A D | containers_hashmap.cpp | 182 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 183 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
H A D | containers_list.cpp | 345 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 346 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
H A D | containers_linked_list.cpp | 577 JSTaggedValue funcResult = JSFunction::Call(info); in ForEach() local 578 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, funcResult); in ForEach()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_list.cpp | 429 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 D | js_stable_array.cpp | 778 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 D | builtins_shared_typedarray.cpp | 708 // 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 D | builtins_typedarray.cpp | 799 // 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 D | builtins_shared_array.cpp | 1108 // 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 D | builtins_array.cpp | 1163 // 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 D | runtime_stubs.cpp | 3028 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()
|