Home
last modified time | relevance | path

Searched refs:JS_ToUint32 (Results 1 – 5 of 5) sorted by relevance

/third_party/quickjs/
Ddebugger.c307 JS_ToUint32(cx, &ret, prop); in DBG_GetValueAsUint32Type()
438 JS_ToUint32(cx, &reference, found); in DBG_GetObjectVariableReference()
Dquickjs-libc.c1912 if (JS_ToUint32(ctx, &sig_num, argv[0])) in js_os_signal()
2792 ret = JS_ToUint32(ctx, &exec_argc, val); in js_os_exec()
2876 ret = JS_ToUint32(ctx, &uid, val); in js_os_exec()
2886 ret = JS_ToUint32(ctx, &gid, val); in js_os_exec()
Dquickjs.h687 static inline int JS_ToUint32(JSContext *ctx, uint32_t *pres, JSValueConst val) in JS_ToUint32() function
Drun-test262.c645 if (JS_ToUint32(ctx, &duration, argv[0])) in js_agent_sleep()
Dquickjs.c8219 JS_ToUint32(ctx, &cur_len, p->prop[0].u.value); in set_array_length()
8871 JS_ToUint32(ctx, &len, plen->u.value); in JS_CreateProperty()
11060 if (JS_ToUint32(ctx, &len, val)) { in JS_ToArrayLengthFree()
40218 if (JS_ToUint32(ctx, &start, argv[0]) || in js_string_codePointRange()
40219 JS_ToUint32(ctx, &end, argv[1])) in js_string_codePointRange()
40650 if (JS_ToUint32(ctx, &position, argv[2]) < 0) in js_string___GetSubstitution()
40877 if (JS_ToUint32(ctx, &lim, limit) < 0) in js_string_split()
41790 if (JS_ToUint32(ctx, &a, argv[0])) in js_math_clz32()
43307 if (JS_ToUint32(ctx, &lim, argv[1]) < 0) in js_regexp_Symbol_split()
51808 if (JS_ToUint32(ctx, &v, argv[0])) in js_typed_array_fill()
[all …]