Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c8314 static int JS_SetPropertyGeneric(JSContext *ctx, in JS_SetPropertyGeneric() function
17868 ret = JS_SetPropertyGeneric(ctx, sp[-3], atom, sp[-1], sp[-4], in JS_CallInternal()
44338 ret = JS_SetPropertyGeneric(ctx, obj, atom, in js_reflect_set()
44686 return JS_SetPropertyGeneric(ctx, s->target, atom, in js_proxy_set()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c7969 static int JS_SetPropertyGeneric(JSContext *ctx, in JS_SetPropertyGeneric() function
17290 ret = JS_SetPropertyGeneric(ctx, JS_VALUE_GET_OBJ(sp[-3]), in JS_CallInternal()
42905 ret = JS_SetPropertyGeneric(ctx, JS_VALUE_GET_OBJ(obj), atom, in js_reflect_set()
43261 return JS_SetPropertyGeneric(ctx, JS_VALUE_GET_OBJ(s->target), atom, in js_proxy_set()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c7971 static int JS_SetPropertyGeneric(JSContext *ctx, in JS_SetPropertyGeneric() function
17292 ret = JS_SetPropertyGeneric(ctx, JS_VALUE_GET_OBJ(sp[-3]), in JS_CallInternal()
42907 ret = JS_SetPropertyGeneric(ctx, JS_VALUE_GET_OBJ(obj), atom, in js_reflect_set()
43263 return JS_SetPropertyGeneric(ctx, JS_VALUE_GET_OBJ(s->target), atom, in js_proxy_set()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c8357 static int JS_SetPropertyGeneric(JSContext *ctx, in JS_SetPropertyGeneric() function
17915 ret = JS_SetPropertyGeneric(ctx, sp[-3], atom, sp[-1], sp[-4], in JS_CallInternal()
44394 ret = JS_SetPropertyGeneric(ctx, obj, atom, in js_reflect_set()
44742 return JS_SetPropertyGeneric(ctx, s->target, atom, in js_proxy_set()