Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dengine.c730 static inline unsigned get_op_int(script_ctx_t *ctx, int i) in get_op_int() function
1190 const int do_ret = get_op_int(ctx, 1); in interp_call()
1208 const int do_ret = get_op_int(ctx, 1); in interp_call_member()
1282 const int arg = get_op_int(ctx, 0); in interp_local_ref()
1299 const int arg = get_op_int(ctx, 0); in interp_local()
1348 const int arg = get_op_int(ctx, 0); in interp_bool()
1358 const int arg = get_op_int(ctx, 0); in interp_int()
2074 const int arg = get_op_int(ctx, 0); in interp_postinc()
2104 const int arg = get_op_int(ctx, 0); in interp_preinc()