Home
last modified time | relevance | path

Searched refs:DUK_DDDPRINT (Results 1 – 25 of 98) sorted by relevance

1234

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hobject_props.c422 DUK_DDD(DUK_DDDPRINT("internal key, skip proxy handler and apply to target")); in duk__proxy_check_prop()
538 DUK_DDD(DUK_DDDPRINT("using layout 2 or 3, no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props()
541 DUK_DDD(DUK_DDDPRINT("using layout 1, but no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props()
545 DUK_DDD(DUK_DDDPRINT("using layout 1, and alignment target is %ld, adjusted e_size: %ld -> %ld", in duk__realloc_props()
556 …DUK_DDD(DUK_DDDPRINT("attempt to resize hobject %p props (%ld -> %ld bytes), from {p=%p,e_size=%ld… in duk__realloc_props()
611 DUK_DDD(DUK_DDDPRINT("new hobject allocation size is %ld", (long) new_alloc_size)); in duk__realloc_props()
653 DUK_DDD(DUK_DDDPRINT("new alloc size %ld, new_e_k=%p, new_e_pv=%p, new_e_f=%p, new_a=%p, new_h=%p", in duk__realloc_props()
734 DUK_DDD(DUK_DDDPRINT("abandon array: pop %ld key temps from valstack", (long) new_e_next)); in duk__realloc_props()
837 DUK_DDD(DUK_DDDPRINT("rebuild hit %ld -> %ld", (long) j, (long) i)); in duk__realloc_props()
841 DUK_DDD(DUK_DDDPRINT("rebuild miss %ld, step %ld", (long) j, (long) step)); in duk__realloc_props()
[all …]
Dduk_numconv.c104 DUK_DDD(DUK_DDDPRINT("%s: %s", (const char *) name, (const char *) buf)); in duk__bi_print()
490 DUK_DDD(DUK_DDDPRINT("ab=%08lx cd=%08lx ef=%08lx -> rs=%08lx %08lx", in duk__bi_mul()
585 DUK_DDD(DUK_DDDPRINT("exp_small: b=%ld, y=%ld", (long) b, (long) y)); in duk__bi_exp_small()
716 DUK_DDD(DUK_DDDPRINT("f is even")); in duk__dragon4_prepare()
720 DUK_DDD(DUK_DDDPRINT("f is odd")); in duk__dragon4_prepare()
764 DUK_DDD(DUK_DDDPRINT("non-negative exponent (not smallest exponent); " in duk__dragon4_prepare()
788 DUK_DDD(DUK_DDDPRINT("non-negative exponent (not smallest exponent); " in duk__dragon4_prepare()
814 DUK_DDD(DUK_DDDPRINT("negative exponent; not minimum exponent and " in duk__dragon4_prepare()
835 DUK_DDD(DUK_DDDPRINT("negative exponent; minimum exponent or not " in duk__dragon4_prepare()
873 DUK_DDD(DUK_DDDPRINT("scale: B=%ld, low_ok=%ld, high_ok=%ld", in duk__dragon4_scale()
[all …]
Dduk_hobject_enum.c75 DUK_DDD(DUK_DDDPRINT("keys=%p, p_end=%p (after skipping enum props)", in duk__sort_array_indices()
82 DUK_DDD(DUK_DDDPRINT("initial: %ld %p -> %!O", in duk__sort_array_indices()
96 DUK_DDD(DUK_DDDPRINT("p_curr=%p, p_end=%p, val_highest=%ld, val_curr=%ld -> " in duk__sort_array_indices()
103 DUK_DDD(DUK_DDDPRINT("p_curr=%p, p_end=%p, val_highest=%ld, val_curr=%ld -> " in duk__sort_array_indices()
115 DUK_DDD(DUK_DDDPRINT("p_insert=%p, val_insert=%ld, val_curr=%ld -> insert after this", in duk__sort_array_indices()
121 DUK_DDD(DUK_DDDPRINT("p_insert=%p -> out of keys, insert to beginning", (void *) p_insert)); in duk__sort_array_indices()
124 DUK_DDD(DUK_DDDPRINT("p_insert=%p, val_insert=%ld, val_curr=%ld -> search backwards", in duk__sort_array_indices()
129 DUK_DDD(DUK_DDDPRINT("final p_insert=%p", (void *) p_insert)); in duk__sort_array_indices()
137 DUK_DDD(DUK_DDDPRINT("memmove: dest=%p, src=%p, size=%ld, h_curr=%p", in duk__sort_array_indices()
152 DUK_DDD(DUK_DDDPRINT("final: %ld %p -> %!O", in duk__sort_array_indices()
[all …]
Dduk_js_var.c309 DUK_DDD(DUK_DDDPRINT("closure varenv -> %!ipT, lexenv -> %!ipT", in duk_js_push_closure()
323 DUK_DDD(DUK_DDDPRINT("copying properties: closure=%!iT, template=%!iT", in duk_js_push_closure()
331 DUK_DDD(DUK_DDDPRINT("copying property, stridx=%ld -> found", (long) stridx)); in duk_js_push_closure()
334 DUK_DDD(DUK_DDDPRINT("copying property, stridx=%ld -> not found", (long) stridx)); in duk_js_push_closure()
405 …DUK_DDD(DUK_DDDPRINT("function is non-strict and non-standard 'caller' property in use, add initia… in duk_js_push_closure()
409 DUK_DDD(DUK_DDDPRINT("function is non-strict and non-standard 'caller' property not used")); in duk_js_push_closure()
468 DUK_DDD(DUK_DDDPRINT("created function instance: template=%!iT -> closure=%!iT", in duk_js_push_closure()
554 DUK_DDD(DUK_DDDPRINT("created delayed fresh env: %!ipO", (duk_heaphdr *) env)); in duk_js_init_activation_environment_records_delayed()
559 DUK_DDD(DUK_DDDPRINT(" -> %!ipO", (duk_heaphdr *) p)); in duk_js_init_activation_environment_records_delayed()
597 DUK_DDD(DUK_DDDPRINT("environment record not a declarative record, " in duk_js_close_environment_record()
[all …]
Dduk_js_compiler.c52 …DUK_DDD(DUK_DDDPRINT("RECURSION INCREASE: %s:%ld", (const char *) DUK_FILE_MACRO, (long) DUK_LINE_…
57 …DUK_DDD(DUK_DDDPRINT("RECURSION DECREASE: %s:%ld", (const char *) DUK_FILE_MACRO, (long) DUK_LINE_…
457 DUK_DDD(DUK_DDDPRINT("advance: curr: tok=%ld/%ld,%ld,term=%ld,%!T,%!T " in duk__advance_helper()
649 DUK_DDD(DUK_DDDPRINT("converting duk_compiler_func to function/template"));
662 DUK_DDD(DUK_DDDPRINT("function -> set NEWENV"));
672 DUK_DDD(DUK_DDDPRINT("function may access 'arguments' object directly or "
678 DUK_DDD(DUK_DDDPRINT("strict eval code -> set NEWENV"));
684 DUK_DDD(DUK_DDDPRINT("non-strict eval code or global code -> no NEWENV"));
693 DUK_DDD(DUK_DDDPRINT("function expression with a name -> set NAMEBINDING"));
698 DUK_DDD(DUK_DDDPRINT("function is strict -> set STRICT"));
[all …]
Dduk_heap_stringcache.c124 DUK_DDD(DUK_DDDPRINT("non-ascii string %p, char_offset=%ld, clen=%ld, blen=%ld", in duk_heap_strcache_offset_char2byte()
135 DUK_DDD(DUK_DDDPRINT("stringcache before char2byte (using cache):")); in duk_heap_strcache_offset_char2byte()
138 DUK_DDD(DUK_DDDPRINT(" [%ld] -> h=%p, cidx=%ld, bidx=%ld", in duk_heap_strcache_offset_char2byte()
173 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
189 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
208 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
220 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
247 DUK_DDD(DUK_DDDPRINT("-> string %p, cidx %ld -> bidx %ld", in duk_heap_strcache_offset_char2byte()
284 DUK_DDD(DUK_DDDPRINT("stringcache after char2byte (using cache):")); in duk_heap_strcache_offset_char2byte()
287 DUK_DDD(DUK_DDDPRINT(" [%ld] -> h=%p, cidx=%ld, bidx=%ld", in duk_heap_strcache_offset_char2byte()
Dduk_bi_array.c152 DUK_DDD(DUK_DDDPRINT("this.join is not callable, fall back to (original) Object.toString")); in duk_bi_array_prototype_to_string()
163 DUK_DDD(DUK_DDDPRINT("calling: func=%!iT, this=%!iT", in duk_bi_array_prototype_to_string()
289 DUK_DDD(DUK_DDDPRINT("sep=%!T, this=%!T, len=%lu", in duk_bi_array_prototype_join_shared()
309 DUK_DDD(DUK_DDDPRINT("mid/final join, count=%ld, idx=%ld, len=%ld", in duk_bi_array_prototype_join_shared()
448 …DUK_DDD(DUK_DDDPRINT("duk__array_sort_compare: idx1=%ld, idx2=%ld -> indices identical, quick exit… in duk__array_sort_compare()
456 …DUK_DDD(DUK_DDDPRINT("duk__array_sort_compare: idx1=%ld, idx2=%ld, have1=%ld, have2=%ld, val1=%!T,… in duk__array_sort_compare()
522 DUK_DDD(DUK_DDDPRINT("-> result %ld (from comparefn, after coercion)", (long) ret)); in duk__array_sort_compare()
538 DUK_DDD(DUK_DDDPRINT("-> result %ld", (long) ret)); in duk__array_sort_compare()
597 DUK_DDD(DUK_DDDPRINT("%s (lo=%ld, hi=%ld, pivot=%ld)", in duk__debuglog_qsort_state()
608 DUK_DDD(DUK_DDDPRINT("duk__array_qsort: lo=%ld, hi=%ld, obj=%!T", in duk__array_qsort()
[all …]
Dduk_bi_json.c266 DUK_DDD(DUK_DDDPRINT("decode_hex_escape: i=%ld, n=%ld, res=%ld, x=%ld", in duk__dec_decode_hex_escape()
280 DUK_DDD(DUK_DDDPRINT("final hex decoded value: %ld", (long) res)); in duk__dec_decode_hex_escape()
648 DUK_DDD(DUK_DDDPRINT("parse_number")); in duk__dec_number()
660 DUK_DDD(DUK_DDDPRINT("parse_number: p_start=%p, p=%p, p_end=%p, x=%ld", in duk__dec_number()
693 DUK_DDD(DUK_DDDPRINT("parse_number: string before parsing: %!T", in duk__dec_number()
700 DUK_DDD(DUK_DDDPRINT("parse_number: final number: %!T", in duk__dec_number()
733 DUK_DDD(DUK_DDDPRINT("parse_object")); in duk__dec_object()
745 DUK_DDD(DUK_DDDPRINT("parse_object: obj=%!T, x=%ld, key_count=%ld", in duk__dec_object()
800 DUK_DDD(DUK_DDDPRINT("parse_object: final object is %!T", in duk__dec_object()
816 DUK_DDD(DUK_DDDPRINT("parse_array")); in duk__dec_array()
[all …]
Dduk_bi_date_unix.c130 DUK_DDD(DUK_DDDPRINT("timeval: %lf -> time_t %ld", (double) d, (long) t)); in duk_bi_date_get_local_tzoffset_gmtime()
145 DUK_DDD(DUK_DDDPRINT("gmtime result: tm={sec:%ld,min:%ld,hour:%ld,mday:%ld,mon:%ld,year:%ld," in duk_bi_date_get_local_tzoffset_gmtime()
150 DUK_DDD(DUK_DDDPRINT("localtime result: tm={sec:%ld,min:%ld,hour:%ld,mday:%ld,mon:%ld,year:%ld," in duk_bi_date_get_local_tzoffset_gmtime()
173 DUK_DDD(DUK_DDDPRINT("t1=%ld (utc), t2=%ld (local)", (long) t1, (long) t2)); in duk_bi_date_get_local_tzoffset_gmtime()
206 DUK_DDD(DUK_DDDPRINT("parsing: '%s'", (const char *) buf)); in duk_bi_date_parse_string_strptime()
210 DUK_DDD(DUK_DDDPRINT("before mktime: tm={sec:%ld,min:%ld,hour:%ld,mday:%ld,mon:%ld,year:%ld," in duk_bi_date_parse_string_strptime()
218 DUK_DDD(DUK_DDDPRINT("mktime() -> %ld", (long) t)); in duk_bi_date_parse_string_strptime()
241 DUK_DDD(DUK_DDDPRINT("getdate_r() -> %ld", (long) rc)); in duk_bi_date_parse_string_getdate()
245 DUK_DDD(DUK_DDDPRINT("mktime() -> %ld", (long) t)); in duk_bi_date_parse_string_getdate()
Dduk_bi_date.c219 DUK_DDD(DUK_DDDPRINT("parsing, part_idx=%ld, char=%ld ('%c')", in duk__parse_string_iso8601_subset()
225 DUK_DDD(DUK_DDDPRINT("too many digits -> reject")); in duk__parse_string_iso8601_subset()
249 DUK_DDD(DUK_DDDPRINT("wrote part %ld -> value %ld", (long) part_idx, (long) accum)); in duk__parse_string_iso8601_subset()
260 DUK_DDD(DUK_DDDPRINT("separator character doesn't match -> reject")); in duk__parse_string_iso8601_subset()
272 DUK_DDD(DUK_DDDPRINT("part_idx=%ld, sep_idx=%ld, match_val=0x%08lx, considering rule=0x%08lx", in duk__parse_string_iso8601_subset()
282 DUK_DDD(DUK_DDDPRINT("rule match -> part_idx=%ld, sep_idx=%ld, match_val=0x%08lx, " in duk__parse_string_iso8601_subset()
309 DUK_DDD(DUK_DDDPRINT("no rule matches -> reject")); in duk__parse_string_iso8601_subset()
317 DUK_DDD(DUK_DDDPRINT("NUL after rule matching (should not happen) -> reject")); in duk__parse_string_iso8601_subset()
327 DUK_DDD(DUK_DDDPRINT("reject")); in duk__parse_string_iso8601_subset()
331 DUK_DDD(DUK_DDDPRINT("accept")); in duk__parse_string_iso8601_subset()
[all …]
Dduk_hobject_finalizer.c26 DUK_DDD(DUK_DDDPRINT("protected finalization helper running")); in duk__finalize_helper()
39 DUK_DDD(DUK_DDDPRINT("-> no finalizer or finalizer not callable")); in duk__finalize_helper()
44 DUK_DDD(DUK_DDDPRINT("-> finalizer found, calling finalizer")); in duk__finalize_helper()
46 DUK_DDD(DUK_DDDPRINT("finalizer finished successfully")); in duk__finalize_helper()
62 DUK_DDD(DUK_DDDPRINT("running object finalizer for object: %p", (void *) obj)); in duk_hobject_run_finalizer()
95 DUK_DDD(DUK_DDDPRINT("-> finalizer found, calling wrapped finalize helper")); in duk_hobject_run_finalizer()
Dduk_js_call.c126 DUK_DDD(DUK_DDDPRINT("creating arguments object for func=%!iO, varenv=%!iO, " in duk__create_arguments_object()
158 DUK_DDD(DUK_DDDPRINT("func=%!O, formals=%!O, n_formals=%ld", in duk__create_arguments_object()
194 DUK_DDD(DUK_DDDPRINT("created arguments related objects: " in duk__create_arguments_object()
216 DUK_DDD(DUK_DDDPRINT("arg idx %ld, argbase=%ld, argidx=%ld", in duk__create_arguments_object()
219 DUK_DDD(DUK_DDDPRINT("define arguments[%ld]=arg", (long) idx)); in duk__create_arguments_object()
222 DUK_DDD(DUK_DDDPRINT("defined arguments[%ld]=arg", (long) idx)); in duk__create_arguments_object()
228 DUK_DDD(DUK_DDDPRINT("strict function, index within formals (%ld < %ld)", in duk__create_arguments_object()
245 DUK_DDD(DUK_DDDPRINT("set mappednames[%s]=%ld", in duk__create_arguments_object()
253 DUK_DDD(DUK_DDDPRINT("set map[%ld]=%s", in duk__create_arguments_object()
269 DUK_DDD(DUK_DDDPRINT("actual arguments processed")); in duk__create_arguments_object()
[all …]
Dduk_bi_function.c165 DUK_DDD(DUK_DDDPRINT("func is not callable")); in duk_bi_function_prototype_apply()
171 DUK_DDD(DUK_DDDPRINT("func=%!iT, thisArg=%!iT, argArray=%!iT", in duk_bi_function_prototype_apply()
179 DUK_DDD(DUK_DDDPRINT("argArray is null/undefined, no args")); in duk_bi_function_prototype_apply()
184 DUK_DDD(DUK_DDDPRINT("argArray is an object")); in duk_bi_function_prototype_apply()
193 DUK_DDD(DUK_DDDPRINT("argArray length is %ld", (long) len)); in duk_bi_function_prototype_apply()
203 DUK_DDD(DUK_DDDPRINT("apply, func=%!iT, thisArg=%!iT, len=%ld", in duk_bi_function_prototype_apply()
236 DUK_DDD(DUK_DDDPRINT("func=%!iT, thisArg=%!iT, argcount=%ld, top=%ld", in duk_bi_function_prototype_call()
267 DUK_DDD(DUK_DDDPRINT("func is not callable")); in duk_bi_function_prototype_bind()
340 DUK_DDD(DUK_DDDPRINT("created bound function: %!iT", (duk_tval *) duk_get_tval(ctx, -1))); in duk_bi_function_prototype_bind()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject_props.c422 DUK_DDD(DUK_DDDPRINT("internal key, skip proxy handler and apply to target")); in duk__proxy_check_prop()
538 DUK_DDD(DUK_DDDPRINT("using layout 2 or 3, no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props()
541 DUK_DDD(DUK_DDDPRINT("using layout 1, but no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props()
545 DUK_DDD(DUK_DDDPRINT("using layout 1, and alignment target is %ld, adjusted e_size: %ld -> %ld", in duk__realloc_props()
556 …DUK_DDD(DUK_DDDPRINT("attempt to resize hobject %p props (%ld -> %ld bytes), from {p=%p,e_size=%ld… in duk__realloc_props()
611 DUK_DDD(DUK_DDDPRINT("new hobject allocation size is %ld", (long) new_alloc_size)); in duk__realloc_props()
646 DUK_DDD(DUK_DDDPRINT("new alloc size %ld, new_e_k=%p, new_e_pv=%p, new_e_f=%p, new_a=%p, new_h=%p", in duk__realloc_props()
727 DUK_DDD(DUK_DDDPRINT("abandon array: pop %ld key temps from valstack", (long) new_e_next)); in duk__realloc_props()
830 DUK_DDD(DUK_DDDPRINT("rebuild hit %ld -> %ld", (long) j, (long) i)); in duk__realloc_props()
834 DUK_DDD(DUK_DDDPRINT("rebuild miss %ld, step %ld", (long) j, (long) step)); in duk__realloc_props()
[all …]
Dduk_numconv.c104 DUK_DDD(DUK_DDDPRINT("%s: %s", (const char *) name, (const char *) buf)); in duk__bi_print()
490 DUK_DDD(DUK_DDDPRINT("ab=%08lx cd=%08lx ef=%08lx -> rs=%08lx %08lx", in duk__bi_mul()
585 DUK_DDD(DUK_DDDPRINT("exp_small: b=%ld, y=%ld", (long) b, (long) y)); in duk__bi_exp_small()
716 DUK_DDD(DUK_DDDPRINT("f is even")); in duk__dragon4_prepare()
720 DUK_DDD(DUK_DDDPRINT("f is odd")); in duk__dragon4_prepare()
764 DUK_DDD(DUK_DDDPRINT("non-negative exponent (not smallest exponent); " in duk__dragon4_prepare()
788 DUK_DDD(DUK_DDDPRINT("non-negative exponent (not smallest exponent); " in duk__dragon4_prepare()
814 DUK_DDD(DUK_DDDPRINT("negative exponent; not minimum exponent and " in duk__dragon4_prepare()
835 DUK_DDD(DUK_DDDPRINT("negative exponent; minimum exponent or not " in duk__dragon4_prepare()
873 DUK_DDD(DUK_DDDPRINT("scale: B=%ld, low_ok=%ld, high_ok=%ld", in duk__dragon4_scale()
[all …]
Dduk_hobject_enum.c75 DUK_DDD(DUK_DDDPRINT("keys=%p, p_end=%p (after skipping enum props)", in duk__sort_array_indices()
82 DUK_DDD(DUK_DDDPRINT("initial: %ld %p -> %!O", in duk__sort_array_indices()
96 DUK_DDD(DUK_DDDPRINT("p_curr=%p, p_end=%p, val_highest=%ld, val_curr=%ld -> " in duk__sort_array_indices()
103 DUK_DDD(DUK_DDDPRINT("p_curr=%p, p_end=%p, val_highest=%ld, val_curr=%ld -> " in duk__sort_array_indices()
115 DUK_DDD(DUK_DDDPRINT("p_insert=%p, val_insert=%ld, val_curr=%ld -> insert after this", in duk__sort_array_indices()
121 DUK_DDD(DUK_DDDPRINT("p_insert=%p -> out of keys, insert to beginning", (void *) p_insert)); in duk__sort_array_indices()
124 DUK_DDD(DUK_DDDPRINT("p_insert=%p, val_insert=%ld, val_curr=%ld -> search backwards", in duk__sort_array_indices()
129 DUK_DDD(DUK_DDDPRINT("final p_insert=%p", (void *) p_insert)); in duk__sort_array_indices()
137 DUK_DDD(DUK_DDDPRINT("memmove: dest=%p, src=%p, size=%ld, h_curr=%p", in duk__sort_array_indices()
152 DUK_DDD(DUK_DDDPRINT("final: %ld %p -> %!O", in duk__sort_array_indices()
[all …]
Dduk_js_var.c309 DUK_DDD(DUK_DDDPRINT("closure varenv -> %!ipT, lexenv -> %!ipT", in duk_js_push_closure()
323 DUK_DDD(DUK_DDDPRINT("copying properties: closure=%!iT, template=%!iT", in duk_js_push_closure()
331 DUK_DDD(DUK_DDDPRINT("copying property, stridx=%ld -> found", (long) stridx)); in duk_js_push_closure()
334 DUK_DDD(DUK_DDDPRINT("copying property, stridx=%ld -> not found", (long) stridx)); in duk_js_push_closure()
405 …DUK_DDD(DUK_DDDPRINT("function is non-strict and non-standard 'caller' property in use, add initia… in duk_js_push_closure()
409 DUK_DDD(DUK_DDDPRINT("function is non-strict and non-standard 'caller' property not used")); in duk_js_push_closure()
468 DUK_DDD(DUK_DDDPRINT("created function instance: template=%!iT -> closure=%!iT", in duk_js_push_closure()
550 DUK_DDD(DUK_DDDPRINT("created delayed fresh env: %!ipO", (duk_heaphdr *) env)); in duk_js_init_activation_environment_records_delayed()
555 DUK_DDD(DUK_DDDPRINT(" -> %!ipO", (duk_heaphdr *) p)); in duk_js_init_activation_environment_records_delayed()
593 DUK_DDD(DUK_DDDPRINT("environment record not a declarative record, " in duk_js_close_environment_record()
[all …]
Dduk_js_compiler.c52 …DUK_DDD(DUK_DDDPRINT("RECURSION INCREASE: %s:%ld", (const char *) DUK_FILE_MACRO, (long) DUK_LINE_…
57 …DUK_DDD(DUK_DDDPRINT("RECURSION DECREASE: %s:%ld", (const char *) DUK_FILE_MACRO, (long) DUK_LINE_…
457 DUK_DDD(DUK_DDDPRINT("advance: curr: tok=%ld/%ld,%ld,term=%ld,%!T,%!T " in duk__advance_helper()
649 DUK_DDD(DUK_DDDPRINT("converting duk_compiler_func to function/template"));
662 DUK_DDD(DUK_DDDPRINT("function -> set NEWENV"));
672 DUK_DDD(DUK_DDDPRINT("function may access 'arguments' object directly or "
678 DUK_DDD(DUK_DDDPRINT("strict eval code -> set NEWENV"));
684 DUK_DDD(DUK_DDDPRINT("non-strict eval code or global code -> no NEWENV"));
693 DUK_DDD(DUK_DDDPRINT("function expression with a name -> set NAMEBINDING"));
698 DUK_DDD(DUK_DDDPRINT("function is strict -> set STRICT"));
[all …]
Dduk_heap_stringcache.c124 DUK_DDD(DUK_DDDPRINT("non-ascii string %p, char_offset=%ld, clen=%ld, blen=%ld", in duk_heap_strcache_offset_char2byte()
135 DUK_DDD(DUK_DDDPRINT("stringcache before char2byte (using cache):")); in duk_heap_strcache_offset_char2byte()
138 DUK_DDD(DUK_DDDPRINT(" [%ld] -> h=%p, cidx=%ld, bidx=%ld", in duk_heap_strcache_offset_char2byte()
173 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
189 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
208 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
220 DUK_DDD(DUK_DDDPRINT("non-ascii string, use_cache=%ld, sce=%p:%ld:%ld, " in duk_heap_strcache_offset_char2byte()
247 DUK_DDD(DUK_DDDPRINT("-> string %p, cidx %ld -> bidx %ld", in duk_heap_strcache_offset_char2byte()
284 DUK_DDD(DUK_DDDPRINT("stringcache after char2byte (using cache):")); in duk_heap_strcache_offset_char2byte()
287 DUK_DDD(DUK_DDDPRINT(" [%ld] -> h=%p, cidx=%ld, bidx=%ld", in duk_heap_strcache_offset_char2byte()
Dduk_bi_array.c152 DUK_DDD(DUK_DDDPRINT("this.join is not callable, fall back to (original) Object.toString")); in duk_bi_array_prototype_to_string()
163 DUK_DDD(DUK_DDDPRINT("calling: func=%!iT, this=%!iT", in duk_bi_array_prototype_to_string()
289 DUK_DDD(DUK_DDDPRINT("sep=%!T, this=%!T, len=%lu", in duk_bi_array_prototype_join_shared()
309 DUK_DDD(DUK_DDDPRINT("mid/final join, count=%ld, idx=%ld, len=%ld", in duk_bi_array_prototype_join_shared()
448 …DUK_DDD(DUK_DDDPRINT("duk__array_sort_compare: idx1=%ld, idx2=%ld -> indices identical, quick exit… in duk__array_sort_compare()
456 …DUK_DDD(DUK_DDDPRINT("duk__array_sort_compare: idx1=%ld, idx2=%ld, have1=%ld, have2=%ld, val1=%!T,… in duk__array_sort_compare()
522 DUK_DDD(DUK_DDDPRINT("-> result %ld (from comparefn, after coercion)", (long) ret)); in duk__array_sort_compare()
538 DUK_DDD(DUK_DDDPRINT("-> result %ld", (long) ret)); in duk__array_sort_compare()
597 DUK_DDD(DUK_DDDPRINT("%s (lo=%ld, hi=%ld, pivot=%ld)", in duk__debuglog_qsort_state()
608 DUK_DDD(DUK_DDDPRINT("duk__array_qsort: lo=%ld, hi=%ld, obj=%!T", in duk__array_qsort()
[all …]
Dduk_bi_json.c266 DUK_DDD(DUK_DDDPRINT("decode_hex_escape: i=%ld, n=%ld, res=%ld, x=%ld", in duk__dec_decode_hex_escape()
280 DUK_DDD(DUK_DDDPRINT("final hex decoded value: %ld", (long) res)); in duk__dec_decode_hex_escape()
648 DUK_DDD(DUK_DDDPRINT("parse_number")); in duk__dec_number()
660 DUK_DDD(DUK_DDDPRINT("parse_number: p_start=%p, p=%p, p_end=%p, x=%ld", in duk__dec_number()
693 DUK_DDD(DUK_DDDPRINT("parse_number: string before parsing: %!T", in duk__dec_number()
700 DUK_DDD(DUK_DDDPRINT("parse_number: final number: %!T", in duk__dec_number()
733 DUK_DDD(DUK_DDDPRINT("parse_object")); in duk__dec_object()
745 DUK_DDD(DUK_DDDPRINT("parse_object: obj=%!T, x=%ld, key_count=%ld", in duk__dec_object()
800 DUK_DDD(DUK_DDDPRINT("parse_object: final object is %!T", in duk__dec_object()
816 DUK_DDD(DUK_DDDPRINT("parse_array")); in duk__dec_array()
[all …]
Dduk_bi_date_unix.c130 DUK_DDD(DUK_DDDPRINT("timeval: %lf -> time_t %ld", (double) d, (long) t)); in duk_bi_date_get_local_tzoffset_gmtime()
145 DUK_DDD(DUK_DDDPRINT("gmtime result: tm={sec:%ld,min:%ld,hour:%ld,mday:%ld,mon:%ld,year:%ld," in duk_bi_date_get_local_tzoffset_gmtime()
150 DUK_DDD(DUK_DDDPRINT("localtime result: tm={sec:%ld,min:%ld,hour:%ld,mday:%ld,mon:%ld,year:%ld," in duk_bi_date_get_local_tzoffset_gmtime()
173 DUK_DDD(DUK_DDDPRINT("t1=%ld (utc), t2=%ld (local)", (long) t1, (long) t2)); in duk_bi_date_get_local_tzoffset_gmtime()
206 DUK_DDD(DUK_DDDPRINT("parsing: '%s'", (const char *) buf)); in duk_bi_date_parse_string_strptime()
210 DUK_DDD(DUK_DDDPRINT("before mktime: tm={sec:%ld,min:%ld,hour:%ld,mday:%ld,mon:%ld,year:%ld," in duk_bi_date_parse_string_strptime()
218 DUK_DDD(DUK_DDDPRINT("mktime() -> %ld", (long) t)); in duk_bi_date_parse_string_strptime()
241 DUK_DDD(DUK_DDDPRINT("getdate_r() -> %ld", (long) rc)); in duk_bi_date_parse_string_getdate()
245 DUK_DDD(DUK_DDDPRINT("mktime() -> %ld", (long) t)); in duk_bi_date_parse_string_getdate()
Dduk_bi_date.c219 DUK_DDD(DUK_DDDPRINT("parsing, part_idx=%ld, char=%ld ('%c')", in duk__parse_string_iso8601_subset()
225 DUK_DDD(DUK_DDDPRINT("too many digits -> reject")); in duk__parse_string_iso8601_subset()
249 DUK_DDD(DUK_DDDPRINT("wrote part %ld -> value %ld", (long) part_idx, (long) accum)); in duk__parse_string_iso8601_subset()
260 DUK_DDD(DUK_DDDPRINT("separator character doesn't match -> reject")); in duk__parse_string_iso8601_subset()
272 DUK_DDD(DUK_DDDPRINT("part_idx=%ld, sep_idx=%ld, match_val=0x%08lx, considering rule=0x%08lx", in duk__parse_string_iso8601_subset()
282 DUK_DDD(DUK_DDDPRINT("rule match -> part_idx=%ld, sep_idx=%ld, match_val=0x%08lx, " in duk__parse_string_iso8601_subset()
309 DUK_DDD(DUK_DDDPRINT("no rule matches -> reject")); in duk__parse_string_iso8601_subset()
317 DUK_DDD(DUK_DDDPRINT("NUL after rule matching (should not happen) -> reject")); in duk__parse_string_iso8601_subset()
327 DUK_DDD(DUK_DDDPRINT("reject")); in duk__parse_string_iso8601_subset()
331 DUK_DDD(DUK_DDDPRINT("accept")); in duk__parse_string_iso8601_subset()
[all …]
Dduk_hobject_finalizer.c26 DUK_DDD(DUK_DDDPRINT("protected finalization helper running")); in duk__finalize_helper()
39 DUK_DDD(DUK_DDDPRINT("-> no finalizer or finalizer not callable")); in duk__finalize_helper()
44 DUK_DDD(DUK_DDDPRINT("-> finalizer found, calling finalizer")); in duk__finalize_helper()
46 DUK_DDD(DUK_DDDPRINT("finalizer finished successfully")); in duk__finalize_helper()
62 DUK_DDD(DUK_DDDPRINT("running object finalizer for object: %p", (void *) obj)); in duk_hobject_run_finalizer()
95 DUK_DDD(DUK_DDDPRINT("-> finalizer found, calling wrapped finalize helper")); in duk_hobject_run_finalizer()
Dduk_js_call.c126 DUK_DDD(DUK_DDDPRINT("creating arguments object for func=%!iO, varenv=%!iO, " in duk__create_arguments_object()
158 DUK_DDD(DUK_DDDPRINT("func=%!O, formals=%!O, n_formals=%ld", in duk__create_arguments_object()
194 DUK_DDD(DUK_DDDPRINT("created arguments related objects: " in duk__create_arguments_object()
216 DUK_DDD(DUK_DDDPRINT("arg idx %ld, argbase=%ld, argidx=%ld", in duk__create_arguments_object()
219 DUK_DDD(DUK_DDDPRINT("define arguments[%ld]=arg", (long) idx)); in duk__create_arguments_object()
222 DUK_DDD(DUK_DDDPRINT("defined arguments[%ld]=arg", (long) idx)); in duk__create_arguments_object()
228 DUK_DDD(DUK_DDDPRINT("strict function, index within formals (%ld < %ld)", in duk__create_arguments_object()
245 DUK_DDD(DUK_DDDPRINT("set mappednames[%s]=%ld", in duk__create_arguments_object()
253 DUK_DDD(DUK_DDDPRINT("set map[%ld]=%s", in duk__create_arguments_object()
269 DUK_DDD(DUK_DDDPRINT("actual arguments processed")); in duk__create_arguments_object()
[all …]

1234