Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c15374 static int JS_IteratorClose(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorClose() function
15631 JS_IteratorClose(ctx, enumobj, TRUE); in js_append_enumerate()
17443 if (JS_IteratorClose(ctx, sp[-1], FALSE)) in JS_CallInternal()
18679 JS_IteratorClose(ctx, sp[-1], TRUE); in JS_CallInternal()
37137 JS_IteratorClose(ctx, iter, TRUE); in js_object_fromEntries()
37850 JS_IteratorClose(ctx, iter, TRUE); in iterator_to_array()
38136 JS_IteratorClose(ctx, stack[0], TRUE); in js_array_from()
45580 JS_IteratorClose(ctx, iter, TRUE); in js_map_constructor()
46903 JS_IteratorClose(ctx, iter, TRUE); in js_promise_all()
47033 JS_IteratorClose(ctx, iter, TRUE); in js_promise_race()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c14763 static int JS_IteratorClose(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorClose() function
15025 JS_IteratorClose(ctx, enumobj, TRUE); in js_append_enumerate()
16846 if (JS_IteratorClose(ctx, sp[-1], FALSE)) in JS_CallInternal()
18106 JS_IteratorClose(ctx, sp[-1], TRUE); in JS_CallInternal()
18467 if (JS_IteratorClose(ctx, iter_obj, FALSE)) in js_generator_next()
35443 JS_IteratorClose(ctx, iter, TRUE); in js_object_fromEntries()
36376 JS_IteratorClose(ctx, stack[0], TRUE); in js_array_from()
44164 JS_IteratorClose(ctx, iter, TRUE); in js_map_constructor()
45481 JS_IteratorClose(ctx, iter, TRUE); in js_promise_all()
45602 JS_IteratorClose(ctx, iter, TRUE); in js_promise_race()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c14765 static int JS_IteratorClose(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorClose() function
15027 JS_IteratorClose(ctx, enumobj, TRUE); in js_append_enumerate()
16848 if (JS_IteratorClose(ctx, sp[-1], FALSE)) in JS_CallInternal()
18108 JS_IteratorClose(ctx, sp[-1], TRUE); in JS_CallInternal()
18469 if (JS_IteratorClose(ctx, iter_obj, FALSE)) in js_generator_next()
35445 JS_IteratorClose(ctx, iter, TRUE); in js_object_fromEntries()
36378 JS_IteratorClose(ctx, stack[0], TRUE); in js_array_from()
44166 JS_IteratorClose(ctx, iter, TRUE); in js_map_constructor()
45483 JS_IteratorClose(ctx, iter, TRUE); in js_promise_all()
45604 JS_IteratorClose(ctx, iter, TRUE); in js_promise_race()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c15421 static int JS_IteratorClose(JSContext *ctx, JSValueConst enum_obj, in JS_IteratorClose() function
15678 JS_IteratorClose(ctx, enumobj, TRUE); in js_append_enumerate()
17490 if (JS_IteratorClose(ctx, sp[-1], FALSE)) in JS_CallInternal()
18726 JS_IteratorClose(ctx, sp[-1], TRUE); in JS_CallInternal()
37184 JS_IteratorClose(ctx, iter, TRUE); in js_object_fromEntries()
37897 JS_IteratorClose(ctx, iter, TRUE); in iterator_to_array()
38183 JS_IteratorClose(ctx, stack[0], TRUE); in js_array_from()
45636 JS_IteratorClose(ctx, iter, TRUE); in js_map_constructor()
46959 JS_IteratorClose(ctx, iter, TRUE); in js_promise_all()
47089 JS_IteratorClose(ctx, iter, TRUE); in js_promise_race()
[all …]