Lines Matching +defs:b +defs:el
1945 struct list_head *el, *el1; in JS_FreeRuntime() local
2240 struct list_head *el, *el1; in js_free_modules() local
2263 struct list_head* el; in JS_MarkContext() local
2315 struct list_head* el; in JS_FreeContext() local
3407 struct list_head* el; in JS_NewClass1() local
3877 StringBuffer b_s, *b = &b_s; in JS_NewStringLen() local
3936 StringBuffer b_s, *b = &b_s; in JS_ConcatString3() local
4699 struct list_head* el; in JS_DumpShapes() local
4951 JSFunctionBytecode* b; in js_method_set_home_object() local
5299 JSFunctionBytecode* b; in js_bytecode_function_finalizer() local
5324 JSFunctionBytecode* b = p->u.func.function_bytecode; in js_bytecode_function_mark() local
5452 struct list_head* el; in free_zero_refcount() local
5615 JSFunctionBytecode* b = (JSFunctionBytecode*)gp; in mark_children() local
5664 struct list_head *el, *el1; in gc_decref() local
5704 struct list_head* el; in gc_scan() local
5726 struct list_head *el, *el1; in gc_free_cycles() local
5825 static void compute_bytecode_size(JSFunctionBytecode* b, JSMemoryUsage_helper* hp) in compute_bytecode_size()
5882 struct list_head *el, *el1; in JS_ComputeMemoryUsage() local
6015 JSFunctionBytecode* b = p->u.func.function_bytecode; in JS_ComputeMemoryUsage() local
6376 static int find_line_num(JSContext* ctx, JSFunctionBytecode* b, in find_line_num()
6491 JSFunctionBytecode* b; in build_backtrace() local
11471 StringBuffer b_s, *b = &b_s; in JS_ToQuotedString() local
11575 const uint8_t* b = p->u.array.u.uint8_ptr + i * size; in JS_DumpObject() local
11613 JSFunctionBytecode* b = p->u.func.function_bytecode; in JS_DumpObject() local
11728 JSFunctionBytecode* b = JS_VALUE_GET_PTR(val); in JS_DumpValueShort() local
11784 static double js_pow(double a, double b) in js_pow()
12786 bf_t a_s, b_s, *r, *a, *b; in js_binary_arith_bigfloat() local
12847 bf_t a_s, b_s, *r, *a, *b; in js_binary_arith_bigint() local
13001 static int js_bfdec_pow(bfdec_t* r, const bfdec_t* a, const bfdec_t* b) in js_bfdec_pow()
13030 bfdec_t *r, *a, *b; in js_binary_arith_bigdecimal() local
13463 bf_t a_s, b_s, *a, *b; in js_compare_bigfloat() local
13509 bfdec_t *a, *b; in js_compare_bigdecimal() local
14421 bf_t a_s, *a, b_s, *b; in js_strict_eq2() local
14436 const bf_t *a, *b; in js_strict_eq2() local
14458 const bfdec_t *a, *b; in js_strict_eq2() local
14652 JSFunctionBytecode* b = JS_GetFunctionBytecode(this_val); in js_function_proto_caller() local
14662 JSFunctionBytecode* b = JS_GetFunctionBytecode(this_val); in js_function_proto_fileName() local
14672 JSFunctionBytecode* b = JS_GetFunctionBytecode(this_val); in js_function_proto_lineNumber() local
15439 struct list_head* el; in get_var_ref() local
15467 JSFunctionBytecode* b, in js_closure2()
15536 JSFunctionBytecode* b; in js_closure() local
15596 JSFunctionBytecode* b; in js_op_define_class() local
15686 struct list_head *el, *el1; in close_var_refs() local
15707 struct list_head *el, *el1; in close_lexical_var() local
15927 JSFunctionBytecode* b; in JS_CallInternal() local
18573 JSFunctionBytecode* b; in JS_GetFunctionRealm() local
18631 JSFunctionBytecode* b; in JS_CallConstructorInternal() local
18714 JSFunctionBytecode* b; in async_func_init() local
19260 struct list_head *el, *el1; in js_async_generator_free() local
19292 struct list_head* el; in js_async_generator_mark() local
20153 StringBuffer b_s, *b = &b_s; in js_parse_template_part() local
20217 StringBuffer b_s, *b = &b_s; in js_parse_string() local
20353 StringBuffer b_s, *b = &b_s; in js_parse_regexp() local
26899 struct list_head* el; in js_find_loaded_module() local
27446 JSFunctionBytecode* b; in js_create_module_bytecode_function() local
27694 JSFunctionBytecode* b; in js_get_script_or_module_name() local
28367 struct list_head *el, *el1; in js_free_function_def() local
28460 const LabelSlot* label_slots, JSFunctionBytecode* b) in dump_byte_code()
28768 static __maybe_unused void js_dump_function_bytecode(JSContext* ctx, JSFunctionBytecode* b) in js_dump_function_bytecode()
29863 JSFunctionBytecode* b, int scope_idx) in add_closure_variables()
31907 JSFunctionBytecode* b; in js_create_function() local
31908 struct list_head *el, *el1; in js_create_function() local
32126 static void free_function_bytecode(JSRuntime* rt, JSFunctionBytecode* b) in free_function_bytecode()
32963 JSFunctionBytecode* b; in __JS_EvalInternal() local
33663 JSFunctionBytecode* b = JS_VALUE_GET_PTR(obj); in JS_WriteFunctionTag() local
34377 static int JS_ReadFunctionBytecode(BCReaderState* s, JSFunctionBytecode* b, in JS_ReadFunctionBytecode()
34590 JSFunctionBytecode bc, *b; in JS_ReadFunctionTag() local
36841 StringBuffer b_s, *b = &b_s; in js_function_constructor() local
37082 JSFunctionBytecode* b = p->u.func.function_bytecode; in js_function_toString() local
38142 JSValue obj, sep = JS_UNDEFINED, el; in js_array_join() local
38143 StringBuffer b_s, *b = &b_s; in js_array_join() local
38612 static int js_array_cmp_generic(const void* a, const void* b, void* opaque) in js_array_cmp_generic()
39492 StringBuffer b_s, *b = &b_s; in js_string_fromCharCode() local
39511 StringBuffer b_s, *b = &b_s; in js_string_fromCodePoint() local
39545 StringBuffer b_s, *b = &b_s; in js_string_raw() local
39585 StringBuffer b_s, *b = &b_s; in js_string_codePointRange() local
39995 StringBuffer b_s, *b = &b_s; in js_string___GetSubstitution() local
40101 StringBuffer b_s, *b = &b_s; in js_string_replace() local
40299 int a, b, start, end; in js_string_substring() local
40389 StringBuffer b_s, *b = &b_s; in js_string_pad() local
40460 StringBuffer b_s, *b = &b_s; in js_string_repeat() local
40504 int a, b, len; in js_string_trim() local
40588 JSValue a, b; in js_string_localeCompare() local
40609 StringBuffer b_s, *b = &b_s; in js_string_toLowerCase() local
40677 StringBuffer b_s, *b = &b_s; in JS_NewUTF32String() local
40857 StringBuffer b_s, *b = &b_s; in js_string_CreateHTML() local
41003 static double js_fmin(double a, double b) in js_fmin()
41017 static double js_fmax(double a, double b) in js_fmax()
41152 int a, b; in js_math_imul() local
41681 StringBuffer b_s, *b = &b_s; in js_regexp_get_source() local
41811 StringBuffer b_s, *b = &b_s; in js_regexp_toString() local
41986 StringBuffer b_s, *b = &b_s; in JS_RegExpDelete() local
42353 static int value_buffer_init(JSContext* ctx, ValueBuffer* b) in value_buffer_init()
42363 static void value_buffer_free(ValueBuffer* b) in value_buffer_free()
42373 static int value_buffer_append(ValueBuffer* b, JSValue val) in value_buffer_append()
42434 StringBuffer b_s, *b = &b_s; in js_regexp_Symbol_replace() local
42914 JSValue el; in json_parse_value() local
43120 StringBuffer* b; member
44967 struct list_head* el; in map_find_record() local
44984 struct list_head *new_hash_table, *el; in map_hash_resize() local
45205 struct list_head *el, *el1; in js_map_clear() local
45232 struct list_head* el; in js_map_forEach() local
45278 struct list_head *el, *el1; in js_map_finalizer() local
45307 struct list_head* el; in js_map_mark() local
45397 struct list_head* el; in js_map_iterator_next() local
45672 struct list_head *el, *el1; in fulfill_or_reject_promise() local
45869 struct list_head *el, *el1; in js_promise_finalizer() local
45890 struct list_head* el; in js_promise_mark() local
46943 StringBuffer b_s, *b = &b_s; in js_global_decodeURI() local
47037 static int encodeURI_hex(StringBuffer* b, int c) in encodeURI_hex()
47059 StringBuffer b_s, *b = &b_s; in js_global_encodeURI() local
47123 StringBuffer b_s, *b = &b_s; in js_global_escape() local
47149 StringBuffer b_s, *b = &b_s; in js_global_unescape() local
47203 static int64_t math_mod(int64_t a, int64_t b) in math_mod()
47210 static int64_t floor_div(int64_t a, int64_t b) in floor_div()
48514 bf_t a_s, b_s, *a, *b, *r, *q; in js_bigint_div() local
49270 bf_t a_s, *a, b_s, *b, r_s, *r = &r_s; in js_bigfloat_fop2() local
49498 int b; in js_float_env_proto_set_status() local
49867 bfdec_t *a, *b, r_s, *r = &r_s; in js_bigdecimal_fop() local
50575 struct list_head* el; in JS_DetachArrayBuffer() local
51603 JSValue sep = JS_UNDEFINED, el; in js_typed_array_join() local
51604 StringBuffer b_s, *b = &b_s; in js_typed_array_join() local
51835 static int js_TA_cmp_int8(const void* a, const void* b, void* opaque) in js_TA_cmp_int8()
51840 static int js_TA_cmp_uint8(const void* a, const void* b, void* opaque) in js_TA_cmp_uint8()
51845 static int js_TA_cmp_int16(const void* a, const void* b, void* opaque) in js_TA_cmp_int16()
51850 static int js_TA_cmp_uint16(const void* a, const void* b, void* opaque) in js_TA_cmp_uint16()
51855 static int js_TA_cmp_int32(const void* a, const void* b, void* opaque) in js_TA_cmp_int32()
51862 static int js_TA_cmp_uint32(const void* a, const void* b, void* opaque) in js_TA_cmp_uint32()
51870 static int js_TA_cmp_int64(const void* a, const void* b, void* opaque) in js_TA_cmp_int64()
51877 static int js_TA_cmp_uint64(const void* a, const void* b, void* opaque) in js_TA_cmp_uint64()
51885 static int js_TA_cmp_float32(const void* a, const void* b, void* opaque) in js_TA_cmp_float32()
51890 static int js_TA_cmp_float64(const void* a, const void* b, void* opaque) in js_TA_cmp_float64()
51957 static int js_TA_cmp_generic(const void* a, const void* b, void* opaque) in js_TA_cmp_generic()
53159 struct list_head *el, *el1, waiter_list; in js_atomics_notify() local