Home
last modified time | relevance | path

Searched refs:JS_IteratorNext (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c15342 static JSValue JS_IteratorNext(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorNext() function
15441 value = JS_IteratorNext(ctx, sp[offset], sp[offset + 1], 0, NULL, &done); in js_for_of_next()
15613 value = JS_IteratorNext(ctx, enumobj, method, 0, NULL, &done); in js_append_enumerate()
37101 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_object_fromEntries()
37836 v = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in iterator_to_array()
38078 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_array_from()
45528 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_map_constructor()
46893 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_all()
47023 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_race()
51816 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_typed_array_from()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c15389 static JSValue JS_IteratorNext(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorNext() function
15488 value = JS_IteratorNext(ctx, sp[offset], sp[offset + 1], 0, NULL, &done); in js_for_of_next()
15660 value = JS_IteratorNext(ctx, enumobj, method, 0, NULL, &done); in js_append_enumerate()
37148 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_object_fromEntries()
37883 v = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in iterator_to_array()
38125 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_array_from()
45584 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_map_constructor()
46949 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_all()
47079 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_race()
51876 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_typed_array_from()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c14731 static JSValue JS_IteratorNext(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorNext() function
14827 value = JS_IteratorNext(ctx, sp[offset], sp[offset + 1], 0, NULL, &done); in js_for_of_next()
15008 value = JS_IteratorNext(ctx, enumobj, method, 0, NULL, &done); in js_append_enumerate()
35407 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_object_fromEntries()
36318 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_array_from()
44112 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_map_constructor()
45471 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_all()
45592 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_race()
49647 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_typed_array_from()
50742 val = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_array_from_iterator()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c14733 static JSValue JS_IteratorNext(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorNext() function
14829 value = JS_IteratorNext(ctx, sp[offset], sp[offset + 1], 0, NULL, &done); in js_for_of_next()
15010 value = JS_IteratorNext(ctx, enumobj, method, 0, NULL, &done); in js_append_enumerate()
35409 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_object_fromEntries()
36320 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_array_from()
44114 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_map_constructor()
45473 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_all()
45594 item = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_promise_race()
49649 v = JS_IteratorNext(ctx, stack[0], stack[1], 0, NULL, &done); in js_typed_array_from()
50744 val = JS_IteratorNext(ctx, iter, next_method, 0, NULL, &done); in js_array_from_iterator()