Searched refs:JS_ToUint32 (Results 1 – 5 of 5) sorted by relevance
/third_party/quickjs/ |
D | debugger.c | 307 JS_ToUint32(cx, &ret, prop); in DBG_GetValueAsUint32Type() 438 JS_ToUint32(cx, &reference, found); in DBG_GetObjectVariableReference()
|
D | quickjs-libc.c | 1912 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()
|
D | quickjs.h | 687 static inline int JS_ToUint32(JSContext *ctx, uint32_t *pres, JSValueConst val) in JS_ToUint32() function
|
D | run-test262.c | 645 if (JS_ToUint32(ctx, &duration, argv[0])) in js_agent_sleep()
|
D | quickjs.c | 8219 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 …]
|