Searched refs:JS_NewUint32 (Results 1 – 3 of 3) sorted by relevance
/third_party/quickjs/ |
D | Changelog | 40 - added JS_GetRuntimeOpaque(), JS_SetRuntimeOpaque(), JS_NewUint32()
|
D | quickjs.h | 529 static js_force_inline JSValue JS_NewUint32(JSContext *ctx, uint32_t val) in JS_NewUint32() function
|
D | quickjs.c | 7905 return JS_NewUint32(ctx, p->u.array.u.uint32_ptr[idx]); in JS_GetPropertyValue() 7934 return JS_GetPropertyValue(ctx, this_obj, JS_NewUint32(ctx, idx)); in JS_GetPropertyUint32() 8215 p->prop[0].u.value = JS_NewUint32(ctx, len); in set_array_length() 8275 set_value(ctx, &p->prop[0].u.value, JS_NewUint32(ctx, cur_len)); in set_array_length() 8782 return JS_SetPropertyValue(ctx, this_obj, JS_NewUint32(ctx, idx), val, in JS_SetPropertyUint32() 8879 set_value(ctx, &plen->u.value, JS_NewUint32(ctx, len)); in JS_CreateProperty() 9048 val = (JSValueConst)JS_NewUint32(ctx, array_length); in JS_DefineProperty() 9350 return JS_DefinePropertyValueValue(ctx, this_obj, JS_NewUint32(ctx, idx), in JS_DefinePropertyValueUint32() 14128 sp[-2] = JS_NewUint32(ctx, r); in js_shr_slow() 14572 sp[-2] = JS_NewUint32(ctx, r); in js_shr_slow() [all …]
|