Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c7738 return JS_GetOwnPropertyInternal(ctx, desc, JS_VALUE_GET_OBJ(obj), prop); in JS_GetOwnProperty()
7792 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, prop); in JS_HasProperty()
8338 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
8381 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
36740 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in JS_GetOwnPropertyNames2()
36876 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, atom); in js_object_hasOwnProperty()
37010 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_seal()
37052 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_isSealed()
44611 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in js_proxy_has()
44785 return JS_GetOwnPropertyInternal(ctx, pdesc, p, prop); in js_proxy_get_own_property()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c7781 return JS_GetOwnPropertyInternal(ctx, desc, JS_VALUE_GET_OBJ(obj), prop); in JS_GetOwnProperty()
7835 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, prop); in JS_HasProperty()
8381 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
8424 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
36787 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in JS_GetOwnPropertyNames2()
36923 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, atom); in js_object_hasOwnProperty()
37057 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_seal()
37099 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_isSealed()
44667 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in js_proxy_has()
44841 return JS_GetOwnPropertyInternal(ctx, pdesc, p, prop); in js_proxy_get_own_property()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c7417 return JS_GetOwnPropertyInternal(ctx, desc, JS_VALUE_GET_OBJ(obj), prop); in JS_GetOwnProperty()
7463 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, prop); in JS_HasProperty()
7988 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
8019 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
35049 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in JS_GetOwnPropertyNames2()
35182 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, atom); in js_object_hasOwnProperty()
35316 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_seal()
35358 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_isSealed()
43186 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in js_proxy_has()
43360 return JS_GetOwnPropertyInternal(ctx, pdesc, p, prop); in js_proxy_get_own_property()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c7419 return JS_GetOwnPropertyInternal(ctx, desc, JS_VALUE_GET_OBJ(obj), prop); in JS_GetOwnProperty()
7465 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, prop); in JS_HasProperty()
7990 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
8021 ret = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in JS_SetPropertyGeneric()
35051 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in JS_GetOwnPropertyNames2()
35184 ret = JS_GetOwnPropertyInternal(ctx, NULL, p, atom); in js_object_hasOwnProperty()
35318 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_seal()
35360 res = JS_GetOwnPropertyInternal(ctx, &desc, p, prop); in js_object_isSealed()
43188 res = JS_GetOwnPropertyInternal(ctx, &desc, p, atom); in js_proxy_has()
43362 return JS_GetOwnPropertyInternal(ctx, pdesc, p, prop); in js_proxy_get_own_property()
[all …]