Lines Matching refs:src_obj
50882 JSValue val, src_obj = JS_UNDEFINED; in js_typed_array_set_internal() local
50896 src_obj = JS_ToObject(ctx, src); in js_typed_array_set_internal()
50897 if (JS_IsException(src_obj)) in js_typed_array_set_internal()
50899 src_p = JS_VALUE_GET_OBJ(src_obj); in js_typed_array_set_internal()
50928 if (js_get_length64(ctx, &src_len, src_obj)) in js_typed_array_set_internal()
50937 val = JS_GetPropertyUint32(ctx, src_obj, i); in js_typed_array_set_internal()
50944 JS_FreeValue(ctx, src_obj); in js_typed_array_set_internal()
50947 JS_FreeValue(ctx, src_obj); in js_typed_array_set_internal()
52315 JSValueConst src_obj, in js_typed_array_constructor_ta() argument
52328 p = JS_VALUE_GET_OBJ(src_obj); in js_typed_array_constructor_ta()
52367 val = JS_GetPropertyUint32(ctx, src_obj, i); in js_typed_array_constructor_ta()