Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c7846 static JSValue JS_GetPropertyValue(JSContext *ctx, JSValueConst this_obj, in JS_GetPropertyValue() function
7907 return JS_GetPropertyValue(ctx, this_obj, JS_NewUint32(ctx, idx)); in JS_GetPropertyUint32()
7925 val = JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_TryGetPropertyInt64()
7953 return JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_GetPropertyInt64()
17759 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17772 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17790 val = JS_GetPropertyValue(ctx, sp[-2], in JS_CallInternal()
38783 val = JS_GetPropertyValue(ctx, obj, index_val); in js_array_find()
40780 capture = JS_GetPropertyValue(ctx, namedCaptures, name); in js_string___GetSubstitution()
43988 v = JS_GetPropertyValue(ctx, val, JS_DupValue(ctx, prop)); in js_json_to_str()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c7518 static JSValue JS_GetPropertyValue(JSContext *ctx, JSValueConst this_obj, in JS_GetPropertyValue() function
7579 return JS_GetPropertyValue(ctx, this_obj, JS_NewUint32(ctx, idx)); in JS_GetPropertyUint32()
7597 val = JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_TryGetPropertyInt64()
7625 return JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_GetPropertyInt64()
17185 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17198 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17216 val = JS_GetPropertyValue(ctx, sp[-2], in JS_CallInternal()
36977 val = JS_GetPropertyValue(ctx, obj, index_val); in js_array_find()
38963 capture = JS_GetPropertyValue(ctx, namedCaptures, name); in js_string___GetSubstitution()
42555 v = JS_GetPropertyValue(ctx, val, JS_DupValue(ctx, prop)); in js_json_to_str()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c7520 static JSValue JS_GetPropertyValue(JSContext *ctx, JSValueConst this_obj, in JS_GetPropertyValue() function
7581 return JS_GetPropertyValue(ctx, this_obj, JS_NewUint32(ctx, idx)); in JS_GetPropertyUint32()
7599 val = JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_TryGetPropertyInt64()
7627 return JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_GetPropertyInt64()
17187 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17200 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17218 val = JS_GetPropertyValue(ctx, sp[-2], in JS_CallInternal()
36979 val = JS_GetPropertyValue(ctx, obj, index_val); in js_array_find()
38965 capture = JS_GetPropertyValue(ctx, namedCaptures, name); in js_string___GetSubstitution()
42557 v = JS_GetPropertyValue(ctx, val, JS_DupValue(ctx, prop)); in js_json_to_str()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c7889 static JSValue JS_GetPropertyValue(JSContext *ctx, JSValueConst this_obj, in JS_GetPropertyValue() function
7950 return JS_GetPropertyValue(ctx, this_obj, JS_NewUint32(ctx, idx)); in JS_GetPropertyUint32()
7968 val = JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_TryGetPropertyInt64()
7996 return JS_GetPropertyValue(ctx, obj, JS_NewInt32(ctx, idx)); in JS_GetPropertyInt64()
17806 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17819 val = JS_GetPropertyValue(ctx, sp[-2], sp[-1]); in JS_CallInternal()
17837 val = JS_GetPropertyValue(ctx, sp[-2], in JS_CallInternal()
38830 val = JS_GetPropertyValue(ctx, obj, index_val); in js_array_find()
40827 capture = JS_GetPropertyValue(ctx, namedCaptures, name); in js_string___GetSubstitution()
44044 v = JS_GetPropertyValue(ctx, val, JS_DupValue(ctx, prop)); in js_json_to_str()
[all …]