FailedConsole Output

Started by upstream project "test-short-internet" build number 485
originally caused by:
 Started by upstream project "test-ns-infrastructure" build number 838
 originally caused by:
  Started by upstream project "source-netsurf-all-master" build number 1975
  originally caused by:
   Started by upstream project "netsurf" build number 6752
   originally caused by:
    Started by an SCM change
Building remotely on ciworker0 (x86_64-linux-gnu runner) in workspace /var/lib/jenkins/workspace/test-long-internet
[test-long-internet] $ /bin/sh -xe /tmp/hudson18177715344298051494.sh
+ SRC_DESTDIR=/srv/ci.netsurf-browser.org/html/builds/sources/master
+ rm -rf src.tar.gz netsurf-all
+ scp netsurf@ci.netsurf-browser.org:/srv/ci.netsurf-browser.org/html/builds/sources/master/latest src.tar.gz
+ mkdir netsurf-all
+ tar --strip-components=1 -C netsurf-all -axf src.tar.gz
+ rm -rf src.tar.gz
+ make -C netsurf-all TARGET=monkey
make: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all'
mkdir -p /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include
mkdir -p /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
mkdir -p /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/bin
make install --directory=buildsystem HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/buildsystem'
mkdir -p /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/share/netsurf-buildsystem/makefiles /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/share/netsurf-buildsystem/testtools /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/share/netsurf-buildsystem/citools
for M in Makefile.top Makefile.tools Makefile.subdir Makefile.pkgconfig Makefile.clang Makefile.gcc Makefile.norcroft Makefile.open64; do \
	cp makefiles/$M /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/share/netsurf-buildsystem/makefiles/; \
done
for T in testrunner.pl; do \
	cp testtools/$T /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/share/netsurf-buildsystem/testtools/; \
done
for C in jenkins-build.sh; do \
	cp citools/$C /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/share/netsurf-buildsystem/citools/; \
done
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/buildsystem'
make install --directory=libnslog HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnslog'
	 BISON: src/filter-parser.y
src/filter-parser.y:27.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated]
   27 | %pure-parser
      | ^~~~~~~~~~~~
      | %define api.pure
src/filter-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
	  FLEX: src/filter-lexer.l
 COMPILE: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/filter-parser.c
 COMPILE: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/filter-lexer.c
 COMPILE: src/core.c
 COMPILE: src/filter.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnslog.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/nslog/nslog.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/nslog
sed -e... libnslog.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnslog.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnslog.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libnslog.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnslog.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnslog'
make install --directory=libwapcaplet HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libwapcaplet'
 COMPILE: src/libwapcaplet.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libwapcaplet.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/libwapcaplet/libwapcaplet.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libwapcaplet
sed -e... libwapcaplet.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libwapcaplet.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libwapcaplet.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libwapcaplet.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libwapcaplet.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libwapcaplet'
make install --directory=libparserutils HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libparserutils'
   ALIAS: src/charset/aliases.inc
 COMPILE: src/charset/aliases.c
 COMPILE: src/charset/codec.c
 COMPILE: src/charset/codecs/codec_ascii.c
 COMPILE: src/charset/codecs/codec_8859.c
 COMPILE: src/charset/codecs/codec_ext8.c
 COMPILE: src/charset/codecs/codec_utf8.c
 COMPILE: src/charset/codecs/codec_utf16.c
 COMPILE: src/charset/encodings/utf8.c
 COMPILE: src/charset/encodings/utf16.c
 COMPILE: src/input/filter.c
 COMPILE: src/input/inputstream.c
 COMPILE: src/utils/buffer.c
 COMPILE: src/utils/errors.c
 COMPILE: src/utils/stack.c
 COMPILE: src/utils/vector.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libparserutils.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/parserutils/errors.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils
install -C  -m 644 include/parserutils/functypes.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils
install -C  -m 644 include/parserutils/parserutils.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils
install -C  -m 644 include/parserutils/types.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils
install -C  -m 644 include/parserutils/charset/codec.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/charset
install -C  -m 644 include/parserutils/charset/mibenum.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/charset
install -C  -m 644 include/parserutils/charset/utf16.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/charset
install -C  -m 644 include/parserutils/charset/utf8.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/charset
install -C  -m 644 include/parserutils/input/inputstream.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/input
install -C  -m 644 include/parserutils/utils/buffer.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/utils
install -C  -m 644 include/parserutils/utils/stack.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/utils
install -C  -m 644 include/parserutils/utils/vector.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/parserutils/utils
sed -e... libparserutils.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libparserutils.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libparserutils.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libparserutils.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libparserutils.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libparserutils'
make install --directory=libcss HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libcss'
 PREPARE: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/gen_parser
GENERATE: src/parse/properties/autogenerated_z_index.c
GENERATE: src/parse/properties/autogenerated_writing_mode.c
GENERATE: src/parse/properties/autogenerated_word_spacing.c
GENERATE: src/parse/properties/autogenerated_width.c
GENERATE: src/parse/properties/autogenerated_widows.c
GENERATE: src/parse/properties/autogenerated_white_space.c
GENERATE: src/parse/properties/autogenerated_volume.c
GENERATE: src/parse/properties/autogenerated_visibility.c
GENERATE: src/parse/properties/autogenerated_vertical_align.c
GENERATE: src/parse/properties/autogenerated_unicode_bidi.c
GENERATE: src/parse/properties/autogenerated_top.c
GENERATE: src/parse/properties/autogenerated_text_transform.c
GENERATE: src/parse/properties/autogenerated_text_indent.c
GENERATE: src/parse/properties/autogenerated_text_align.c
GENERATE: src/parse/properties/autogenerated_table_layout.c
GENERATE: src/parse/properties/autogenerated_stress.c
GENERATE: src/parse/properties/autogenerated_speech_rate.c
GENERATE: src/parse/properties/autogenerated_speak_punctuation.c
GENERATE: src/parse/properties/autogenerated_speak_numeral.c
GENERATE: src/parse/properties/autogenerated_speak_header.c
GENERATE: src/parse/properties/autogenerated_speak.c
GENERATE: src/parse/properties/autogenerated_side.c
GENERATE: src/parse/properties/autogenerated_right.c
GENERATE: src/parse/properties/autogenerated_richness.c
GENERATE: src/parse/properties/autogenerated_position.c
GENERATE: src/parse/properties/autogenerated_pitch_range.c
GENERATE: src/parse/properties/autogenerated_pitch.c
GENERATE: src/parse/properties/autogenerated_pause_before.c
GENERATE: src/parse/properties/autogenerated_pause_after.c
GENERATE: src/parse/properties/autogenerated_page_break_inside.c
GENERATE: src/parse/properties/autogenerated_page_break_before.c
GENERATE: src/parse/properties/autogenerated_page_break_after.c
GENERATE: src/parse/properties/autogenerated_padding_top.c
GENERATE: src/parse/properties/autogenerated_padding_side.c
GENERATE: src/parse/properties/autogenerated_padding_right.c
GENERATE: src/parse/properties/autogenerated_padding_left.c
GENERATE: src/parse/properties/autogenerated_padding_bottom.c
GENERATE: src/parse/properties/autogenerated_overflow_y.c
GENERATE: src/parse/properties/autogenerated_overflow_x.c
GENERATE: src/parse/properties/autogenerated_outline_width.c
GENERATE: src/parse/properties/autogenerated_outline_style.c
GENERATE: src/parse/properties/autogenerated_outline_color.c
GENERATE: src/parse/properties/autogenerated_orphans.c
GENERATE: src/parse/properties/autogenerated_order.c
GENERATE: src/parse/properties/autogenerated_min_width.c
GENERATE: src/parse/properties/autogenerated_min_height.c
GENERATE: src/parse/properties/autogenerated_max_width.c
GENERATE: src/parse/properties/autogenerated_max_height.c
GENERATE: src/parse/properties/autogenerated_margin_top.c
GENERATE: src/parse/properties/autogenerated_margin_side.c
GENERATE: src/parse/properties/autogenerated_margin_right.c
GENERATE: src/parse/properties/autogenerated_margin_left.c
GENERATE: src/parse/properties/autogenerated_margin_bottom.c
GENERATE: src/parse/properties/autogenerated_list_style_position.c
GENERATE: src/parse/properties/autogenerated_list_style_image.c
GENERATE: src/parse/properties/autogenerated_line_height.c
GENERATE: src/parse/properties/autogenerated_letter_spacing.c
GENERATE: src/parse/properties/autogenerated_left.c
GENERATE: src/parse/properties/autogenerated_justify_content.c
GENERATE: src/parse/properties/autogenerated_height.c
GENERATE: src/parse/properties/autogenerated_font_variant.c
GENERATE: src/parse/properties/autogenerated_font_style.c
GENERATE: src/parse/properties/autogenerated_font_size.c
GENERATE: src/parse/properties/autogenerated_float.c
GENERATE: src/parse/properties/autogenerated_flex_wrap.c
GENERATE: src/parse/properties/autogenerated_flex_shrink.c
GENERATE: src/parse/properties/autogenerated_flex_grow.c
GENERATE: src/parse/properties/autogenerated_flex_direction.c
GENERATE: src/parse/properties/autogenerated_flex_basis.c
GENERATE: src/parse/properties/autogenerated_empty_cells.c
GENERATE: src/parse/properties/autogenerated_display.c
GENERATE: src/parse/properties/autogenerated_direction.c
GENERATE: src/parse/properties/autogenerated_cue_before.c
GENERATE: src/parse/properties/autogenerated_cue_after.c
GENERATE: src/parse/properties/autogenerated_counter_reset.c
GENERATE: src/parse/properties/autogenerated_counter_increment.c
GENERATE: src/parse/properties/autogenerated_column_width.c
GENERATE: src/parse/properties/autogenerated_column_span.c
GENERATE: src/parse/properties/autogenerated_column_rule_width.c
GENERATE: src/parse/properties/autogenerated_column_rule_style.c
GENERATE: src/parse/properties/autogenerated_column_rule_color.c
GENERATE: src/parse/properties/autogenerated_column_gap.c
GENERATE: src/parse/properties/autogenerated_column_fill.c
GENERATE: src/parse/properties/autogenerated_column_count.c
GENERATE: src/parse/properties/autogenerated_color.c
GENERATE: src/parse/properties/autogenerated_clear.c
GENERATE: src/parse/properties/autogenerated_caption_side.c
GENERATE: src/parse/properties/autogenerated_break_inside.c
GENERATE: src/parse/properties/autogenerated_break_before.c
GENERATE: src/parse/properties/autogenerated_break_after.c
GENERATE: src/parse/properties/autogenerated_box_sizing.c
GENERATE: src/parse/properties/autogenerated_bottom.c
GENERATE: src/parse/properties/autogenerated_border_top_width.c
GENERATE: src/parse/properties/autogenerated_border_top_style.c
GENERATE: src/parse/properties/autogenerated_border_top_color.c
GENERATE: src/parse/properties/autogenerated_border_top.c
GENERATE: src/parse/properties/autogenerated_border_side_width.c
GENERATE: src/parse/properties/autogenerated_border_side_style.c
GENERATE: src/parse/properties/autogenerated_border_side_color.c
GENERATE: src/parse/properties/autogenerated_border_right_width.c
GENERATE: src/parse/properties/autogenerated_border_right_style.c
GENERATE: src/parse/properties/autogenerated_border_right_color.c
GENERATE: src/parse/properties/autogenerated_border_right.c
GENERATE: src/parse/properties/autogenerated_border_left_width.c
GENERATE: src/parse/properties/autogenerated_border_left_style.c
GENERATE: src/parse/properties/autogenerated_border_left_color.c
GENERATE: src/parse/properties/autogenerated_border_left.c
GENERATE: src/parse/properties/autogenerated_border_collapse.c
GENERATE: src/parse/properties/autogenerated_border_bottom_width.c
GENERATE: src/parse/properties/autogenerated_border_bottom_style.c
GENERATE: src/parse/properties/autogenerated_border_bottom_color.c
GENERATE: src/parse/properties/autogenerated_border_bottom.c
GENERATE: src/parse/properties/autogenerated_background_repeat.c
GENERATE: src/parse/properties/autogenerated_background_image.c
GENERATE: src/parse/properties/autogenerated_background_color.c
GENERATE: src/parse/properties/autogenerated_background_attachment.c
GENERATE: src/parse/properties/autogenerated_align_self.c
GENERATE: src/parse/properties/autogenerated_align_items.c
GENERATE: src/parse/properties/autogenerated_align_content.c
 COMPILE: src/stylesheet.c
 COMPILE: src/charset/detect.c
 COMPILE: src/lex/lex.c
 COMPILE: src/parse/parse.c
 COMPILE: src/parse/language.c
 COMPILE: src/parse/important.c
 COMPILE: src/parse/propstrings.c
 COMPILE: src/parse/font_face.c
 COMPILE: src/parse/mq.c
 COMPILE: src/parse/properties/azimuth.c
 COMPILE: src/parse/properties/background.c
 COMPILE: src/parse/properties/background_position.c
 COMPILE: src/parse/properties/border.c
 COMPILE: src/parse/properties/border_color.c
 COMPILE: src/parse/properties/border_spacing.c
 COMPILE: src/parse/properties/border_style.c
 COMPILE: src/parse/properties/border_width.c
 COMPILE: src/parse/properties/clip.c
 COMPILE: src/parse/properties/columns.c
 COMPILE: src/parse/properties/column_rule.c
 COMPILE: src/parse/properties/content.c
 COMPILE: src/parse/properties/cue.c
 COMPILE: src/parse/properties/cursor.c
 COMPILE: src/parse/properties/elevation.c
 COMPILE: src/parse/properties/fill_opacity.c
 COMPILE: src/parse/properties/flex.c
 COMPILE: src/parse/properties/flex_flow.c
 COMPILE: src/parse/properties/font.c
 COMPILE: src/parse/properties/font_family.c
 COMPILE: src/parse/properties/font_weight.c
 COMPILE: src/parse/properties/list_style.c
 COMPILE: src/parse/properties/list_style_type.c
 COMPILE: src/parse/properties/margin.c
 COMPILE: src/parse/properties/opacity.c
 COMPILE: src/parse/properties/outline.c
 COMPILE: src/parse/properties/overflow.c
 COMPILE: src/parse/properties/padding.c
 COMPILE: src/parse/properties/pause.c
 COMPILE: src/parse/properties/play_during.c
 COMPILE: src/parse/properties/properties.c
 COMPILE: src/parse/properties/quotes.c
 COMPILE: src/parse/properties/stroke_opacity.c
 COMPILE: src/parse/properties/text_decoration.c
 COMPILE: src/parse/properties/utils.c
 COMPILE: src/parse/properties/voice_family.c
 COMPILE: src/parse/properties/autogenerated_background_repeat.c
 COMPILE: src/parse/properties/autogenerated_border_collapse.c
 COMPILE: src/parse/properties/autogenerated_cue_after.c
 COMPILE: src/parse/properties/autogenerated_cue_before.c
 COMPILE: src/parse/properties/autogenerated_direction.c
 COMPILE: src/parse/properties/autogenerated_display.c
 COMPILE: src/parse/properties/autogenerated_empty_cells.c
 COMPILE: src/parse/properties/autogenerated_float.c
 COMPILE: src/parse/properties/autogenerated_font_size.c
 COMPILE: src/parse/properties/autogenerated_font_style.c
 COMPILE: src/parse/properties/autogenerated_font_variant.c
 COMPILE: src/parse/properties/autogenerated_height.c
 COMPILE: src/parse/properties/autogenerated_letter_spacing.c
 COMPILE: src/parse/properties/autogenerated_line_height.c
 COMPILE: src/parse/properties/autogenerated_border_top.c
 COMPILE: src/parse/properties/autogenerated_border_bottom.c
 COMPILE: src/parse/properties/autogenerated_border_left.c
 COMPILE: src/parse/properties/autogenerated_border_right.c
 COMPILE: src/parse/properties/autogenerated_max_height.c
 COMPILE: src/parse/properties/autogenerated_max_width.c
 COMPILE: src/parse/properties/autogenerated_min_height.c
 COMPILE: src/parse/properties/autogenerated_min_width.c
 COMPILE: src/parse/properties/autogenerated_color.c
 COMPILE: src/parse/properties/autogenerated_padding_side.c
 COMPILE: src/parse/properties/autogenerated_padding_bottom.c
 COMPILE: src/parse/properties/autogenerated_padding_left.c
 COMPILE: src/parse/properties/autogenerated_padding_top.c
 COMPILE: src/parse/properties/autogenerated_padding_right.c
 COMPILE: src/parse/properties/autogenerated_margin_side.c
 COMPILE: src/parse/properties/autogenerated_margin_top.c
 COMPILE: src/parse/properties/autogenerated_margin_bottom.c
 COMPILE: src/parse/properties/autogenerated_margin_left.c
 COMPILE: src/parse/properties/autogenerated_margin_right.c
 COMPILE: src/parse/properties/autogenerated_side.c
 COMPILE: src/parse/properties/autogenerated_top.c
 COMPILE: src/parse/properties/autogenerated_bottom.c
 COMPILE: src/parse/properties/autogenerated_left.c
 COMPILE: src/parse/properties/autogenerated_right.c
 COMPILE: src/parse/properties/autogenerated_border_side_width.c
 COMPILE: src/parse/properties/autogenerated_border_top_width.c
 COMPILE: src/parse/properties/autogenerated_border_bottom_width.c
 COMPILE: src/parse/properties/autogenerated_border_left_width.c
 COMPILE: src/parse/properties/autogenerated_border_right_width.c
 COMPILE: src/parse/properties/autogenerated_border_side_style.c
 COMPILE: src/parse/properties/autogenerated_border_top_style.c
 COMPILE: src/parse/properties/autogenerated_border_bottom_style.c
 COMPILE: src/parse/properties/autogenerated_border_left_style.c
 COMPILE: src/parse/properties/autogenerated_border_right_style.c
 COMPILE: src/parse/properties/autogenerated_border_side_color.c
 COMPILE: src/parse/properties/autogenerated_border_top_color.c
 COMPILE: src/parse/properties/autogenerated_border_bottom_color.c
 COMPILE: src/parse/properties/autogenerated_border_left_color.c
 COMPILE: src/parse/properties/autogenerated_border_right_color.c
 COMPILE: src/parse/properties/autogenerated_counter_increment.c
 COMPILE: src/parse/properties/autogenerated_counter_reset.c
 COMPILE: src/parse/properties/autogenerated_background_attachment.c
 COMPILE: src/parse/properties/autogenerated_background_color.c
 COMPILE: src/parse/properties/autogenerated_caption_side.c
 COMPILE: src/parse/properties/autogenerated_clear.c
 COMPILE: src/parse/properties/autogenerated_background_image.c
 COMPILE: src/parse/properties/autogenerated_list_style_image.c
 COMPILE: src/parse/properties/autogenerated_list_style_position.c
 COMPILE: src/parse/properties/autogenerated_orphans.c
 COMPILE: src/parse/properties/autogenerated_outline_color.c
 COMPILE: src/parse/properties/autogenerated_outline_style.c
 COMPILE: src/parse/properties/autogenerated_outline_width.c
 COMPILE: src/parse/properties/autogenerated_overflow_x.c
 COMPILE: src/parse/properties/autogenerated_overflow_y.c
 COMPILE: src/parse/properties/autogenerated_page_break_after.c
 COMPILE: src/parse/properties/autogenerated_page_break_before.c
 COMPILE: src/parse/properties/autogenerated_page_break_inside.c
 COMPILE: src/parse/properties/autogenerated_pause_after.c
 COMPILE: src/parse/properties/autogenerated_pause_before.c
 COMPILE: src/parse/properties/autogenerated_pitch.c
 COMPILE: src/parse/properties/autogenerated_pitch_range.c
 COMPILE: src/parse/properties/autogenerated_position.c
 COMPILE: src/parse/properties/autogenerated_richness.c
 COMPILE: src/parse/properties/autogenerated_speak.c
 COMPILE: src/parse/properties/autogenerated_speak_header.c
 COMPILE: src/parse/properties/autogenerated_speak_numeral.c
 COMPILE: src/parse/properties/autogenerated_speak_punctuation.c
 COMPILE: src/parse/properties/autogenerated_speech_rate.c
 COMPILE: src/parse/properties/autogenerated_stress.c
 COMPILE: src/parse/properties/autogenerated_table_layout.c
 COMPILE: src/parse/properties/autogenerated_text_align.c
 COMPILE: src/parse/properties/autogenerated_text_indent.c
 COMPILE: src/parse/properties/autogenerated_text_transform.c
 COMPILE: src/parse/properties/autogenerated_unicode_bidi.c
 COMPILE: src/parse/properties/autogenerated_vertical_align.c
 COMPILE: src/parse/properties/autogenerated_visibility.c
 COMPILE: src/parse/properties/autogenerated_volume.c
 COMPILE: src/parse/properties/autogenerated_white_space.c
 COMPILE: src/parse/properties/autogenerated_widows.c
 COMPILE: src/parse/properties/autogenerated_width.c
 COMPILE: src/parse/properties/autogenerated_word_spacing.c
 COMPILE: src/parse/properties/autogenerated_z_index.c
 COMPILE: src/parse/properties/autogenerated_break_after.c
 COMPILE: src/parse/properties/autogenerated_break_before.c
 COMPILE: src/parse/properties/autogenerated_break_inside.c
 COMPILE: src/parse/properties/autogenerated_column_count.c
 COMPILE: src/parse/properties/autogenerated_column_fill.c
 COMPILE: src/parse/properties/autogenerated_column_gap.c
 COMPILE: src/parse/properties/autogenerated_column_rule_color.c
 COMPILE: src/parse/properties/autogenerated_column_rule_style.c
 COMPILE: src/parse/properties/autogenerated_column_rule_width.c
 COMPILE: src/parse/properties/autogenerated_column_span.c
 COMPILE: src/parse/properties/autogenerated_column_width.c
 COMPILE: src/parse/properties/autogenerated_writing_mode.c
 COMPILE: src/parse/properties/autogenerated_box_sizing.c
 COMPILE: src/parse/properties/autogenerated_align_content.c
 COMPILE: src/parse/properties/autogenerated_align_items.c
 COMPILE: src/parse/properties/autogenerated_align_self.c
 COMPILE: src/parse/properties/autogenerated_flex_basis.c
 COMPILE: src/parse/properties/autogenerated_flex_direction.c
 COMPILE: src/parse/properties/autogenerated_flex_grow.c
 COMPILE: src/parse/properties/autogenerated_flex_shrink.c
 COMPILE: src/parse/properties/autogenerated_flex_wrap.c
 COMPILE: src/parse/properties/autogenerated_justify_content.c
 COMPILE: src/parse/properties/autogenerated_order.c
 COMPILE: src/select/arena.c
 COMPILE: src/select/calc.c
 COMPILE: src/select/computed.c
 COMPILE: src/select/dispatch.c
 COMPILE: src/select/hash.c
 COMPILE: src/select/select.c
 COMPILE: src/select/strings.c
 COMPILE: src/select/font_face.c
 COMPILE: src/select/format_list_style.c
 COMPILE: src/select/unit.c
 COMPILE: src/select/properties/helpers.c
 COMPILE: src/select/properties/align_content.c
 COMPILE: src/select/properties/align_items.c
 COMPILE: src/select/properties/align_self.c
 COMPILE: src/select/properties/azimuth.c
 COMPILE: src/select/properties/background_attachment.c
 COMPILE: src/select/properties/background_color.c
 COMPILE: src/select/properties/background_image.c
 COMPILE: src/select/properties/background_position.c
 COMPILE: src/select/properties/background_repeat.c
 COMPILE: src/select/properties/border_bottom_color.c
 COMPILE: src/select/properties/border_bottom_style.c
 COMPILE: src/select/properties/border_bottom_width.c
 COMPILE: src/select/properties/border_collapse.c
 COMPILE: src/select/properties/border_left_color.c
 COMPILE: src/select/properties/border_left_style.c
 COMPILE: src/select/properties/border_left_width.c
 COMPILE: src/select/properties/border_right_color.c
 COMPILE: src/select/properties/border_right_style.c
 COMPILE: src/select/properties/border_right_width.c
 COMPILE: src/select/properties/border_spacing.c
 COMPILE: src/select/properties/border_top_color.c
 COMPILE: src/select/properties/border_top_style.c
 COMPILE: src/select/properties/border_top_width.c
 COMPILE: src/select/properties/bottom.c
 COMPILE: src/select/properties/box_sizing.c
 COMPILE: src/select/properties/break_after.c
 COMPILE: src/select/properties/break_before.c
 COMPILE: src/select/properties/break_inside.c
 COMPILE: src/select/properties/caption_side.c
 COMPILE: src/select/properties/clear.c
 COMPILE: src/select/properties/clip.c
 COMPILE: src/select/properties/color.c
 COMPILE: src/select/properties/column_count.c
 COMPILE: src/select/properties/column_fill.c
 COMPILE: src/select/properties/column_gap.c
 COMPILE: src/select/properties/column_rule_color.c
 COMPILE: src/select/properties/column_rule_style.c
 COMPILE: src/select/properties/column_rule_width.c
 COMPILE: src/select/properties/column_span.c
 COMPILE: src/select/properties/column_width.c
 COMPILE: src/select/properties/content.c
 COMPILE: src/select/properties/counter_increment.c
 COMPILE: src/select/properties/counter_reset.c
 COMPILE: src/select/properties/cue_after.c
 COMPILE: src/select/properties/cue_before.c
 COMPILE: src/select/properties/cursor.c
 COMPILE: src/select/properties/direction.c
 COMPILE: src/select/properties/display.c
 COMPILE: src/select/properties/elevation.c
 COMPILE: src/select/properties/empty_cells.c
 COMPILE: src/select/properties/fill_opacity.c
 COMPILE: src/select/properties/flex_basis.c
 COMPILE: src/select/properties/flex_direction.c
 COMPILE: src/select/properties/flex_grow.c
 COMPILE: src/select/properties/flex_shrink.c
 COMPILE: src/select/properties/flex_wrap.c
 COMPILE: src/select/properties/float.c
 COMPILE: src/select/properties/font_family.c
 COMPILE: src/select/properties/font_size.c
 COMPILE: src/select/properties/font_style.c
 COMPILE: src/select/properties/font_variant.c
 COMPILE: src/select/properties/font_weight.c
 COMPILE: src/select/properties/height.c
 COMPILE: src/select/properties/justify_content.c
 COMPILE: src/select/properties/left.c
 COMPILE: src/select/properties/letter_spacing.c
 COMPILE: src/select/properties/line_height.c
 COMPILE: src/select/properties/list_style_image.c
 COMPILE: src/select/properties/list_style_position.c
 COMPILE: src/select/properties/list_style_type.c
 COMPILE: src/select/properties/margin_bottom.c
 COMPILE: src/select/properties/margin_left.c
 COMPILE: src/select/properties/margin_right.c
 COMPILE: src/select/properties/margin_top.c
 COMPILE: src/select/properties/max_height.c
 COMPILE: src/select/properties/max_width.c
 COMPILE: src/select/properties/min_height.c
 COMPILE: src/select/properties/min_width.c
 COMPILE: src/select/properties/opacity.c
 COMPILE: src/select/properties/order.c
 COMPILE: src/select/properties/orphans.c
 COMPILE: src/select/properties/outline_color.c
 COMPILE: src/select/properties/outline_style.c
 COMPILE: src/select/properties/outline_width.c
 COMPILE: src/select/properties/overflow_x.c
 COMPILE: src/select/properties/overflow_y.c
 COMPILE: src/select/properties/padding_bottom.c
 COMPILE: src/select/properties/padding_left.c
 COMPILE: src/select/properties/padding_right.c
 COMPILE: src/select/properties/padding_top.c
 COMPILE: src/select/properties/page_break_after.c
 COMPILE: src/select/properties/page_break_before.c
 COMPILE: src/select/properties/page_break_inside.c
 COMPILE: src/select/properties/pause_after.c
 COMPILE: src/select/properties/pause_before.c
 COMPILE: src/select/properties/pitch.c
 COMPILE: src/select/properties/pitch_range.c
 COMPILE: src/select/properties/play_during.c
 COMPILE: src/select/properties/position.c
 COMPILE: src/select/properties/quotes.c
 COMPILE: src/select/properties/richness.c
 COMPILE: src/select/properties/right.c
 COMPILE: src/select/properties/speech_rate.c
 COMPILE: src/select/properties/speak.c
 COMPILE: src/select/properties/speak_header.c
 COMPILE: src/select/properties/speak_numeral.c
 COMPILE: src/select/properties/speak_punctuation.c
 COMPILE: src/select/properties/stress.c
 COMPILE: src/select/properties/stroke_opacity.c
 COMPILE: src/select/properties/table_layout.c
 COMPILE: src/select/properties/text_align.c
 COMPILE: src/select/properties/text_decoration.c
 COMPILE: src/select/properties/text_indent.c
 COMPILE: src/select/properties/text_transform.c
 COMPILE: src/select/properties/top.c
 COMPILE: src/select/properties/unicode_bidi.c
 COMPILE: src/select/properties/vertical_align.c
 COMPILE: src/select/properties/visibility.c
 COMPILE: src/select/properties/voice_family.c
 COMPILE: src/select/properties/volume.c
 COMPILE: src/select/properties/white_space.c
 COMPILE: src/select/properties/widows.c
 COMPILE: src/select/properties/width.c
 COMPILE: src/select/properties/word_spacing.c
 COMPILE: src/select/properties/writing_mode.c
 COMPILE: src/select/properties/z_index.c
 COMPILE: src/utils/errors.c
 COMPILE: src/utils/utils.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libcss.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/libcss/computed.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/errors.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/font_face.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/fpmath.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/functypes.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/hint.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/libcss.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/properties.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/select.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/stylesheet.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/types.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
install -C  -m 644 include/libcss/unit.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libcss
sed -e... libcss.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libcss.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libcss.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libcss.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libcss.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libcss'
make install --directory=libhubbub HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libhubbub'
ENTITIES: src/tokeniser/entities.inc
   GPERF: src/treebuilder/element-type.gperf
 COMPILE: src/parser.c
 COMPILE: src/charset/detect.c
 COMPILE: src/tokeniser/entities.c
 COMPILE: src/tokeniser/tokeniser.c
 COMPILE: src/treebuilder/treebuilder.c
 COMPILE: src/treebuilder/initial.c
 COMPILE: src/treebuilder/before_html.c
 COMPILE: src/treebuilder/before_head.c
 COMPILE: src/treebuilder/in_head.c
 COMPILE: src/treebuilder/in_head_noscript.c
 COMPILE: src/treebuilder/after_head.c
 COMPILE: src/treebuilder/in_body.c
 COMPILE: src/treebuilder/in_table.c
 COMPILE: src/treebuilder/in_caption.c
 COMPILE: src/treebuilder/in_column_group.c
 COMPILE: src/treebuilder/in_table_body.c
 COMPILE: src/treebuilder/in_row.c
 COMPILE: src/treebuilder/in_cell.c
 COMPILE: src/treebuilder/in_select.c
 COMPILE: src/treebuilder/in_select_in_table.c
 COMPILE: src/treebuilder/in_foreign_content.c
 COMPILE: src/treebuilder/after_body.c
 COMPILE: src/treebuilder/in_frameset.c
 COMPILE: src/treebuilder/after_frameset.c
 COMPILE: src/treebuilder/after_after_body.c
 COMPILE: src/treebuilder/after_after_frameset.c
 COMPILE: src/treebuilder/generic_rcdata.c
 COMPILE: src/treebuilder/element-type.c
 COMPILE: src/utils/errors.c
 COMPILE: src/utils/string.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libhubbub.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/hubbub/errors.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/hubbub
install -C  -m 644 include/hubbub/functypes.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/hubbub
install -C  -m 644 include/hubbub/hubbub.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/hubbub
install -C  -m 644 include/hubbub/parser.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/hubbub
install -C  -m 644 include/hubbub/tree.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/hubbub
install -C  -m 644 include/hubbub/types.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/hubbub
sed -e... libhubbub.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libhubbub.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libhubbub.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libhubbub.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libhubbub.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libhubbub'
make install --directory=libdom HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libdom'
 COMPILE: bindings/hubbub/parser.c
 COMPILE: bindings/xml/expat_xmlparser.c
 COMPILE: src/core/string.c
 COMPILE: src/core/node.c
 COMPILE: src/core/attr.c
 COMPILE: src/core/characterdata.c
 COMPILE: src/core/element.c
 COMPILE: src/core/implementation.c
 COMPILE: src/core/text.c
 COMPILE: src/core/typeinfo.c
 COMPILE: src/core/comment.c
 COMPILE: src/core/namednodemap.c
 COMPILE: src/core/nodelist.c
 COMPILE: src/core/cdatasection.c
 COMPILE: src/core/document_type.c
 COMPILE: src/core/entity_ref.c
 COMPILE: src/core/pi.c
 COMPILE: src/core/doc_fragment.c
 COMPILE: src/core/document.c
 COMPILE: src/core/tokenlist.c
 COMPILE: src/events/event.c
 COMPILE: src/events/dispatch.c
 COMPILE: src/events/event_target.c
 COMPILE: src/events/document_event.c
 COMPILE: src/events/custom_event.c
 COMPILE: src/events/keyboard_event.c
 COMPILE: src/events/mouse_wheel_event.c
 COMPILE: src/events/text_event.c
 COMPILE: src/events/event_listener.c
 COMPILE: src/events/mouse_event.c
 COMPILE: src/events/mutation_event.c
 COMPILE: src/events/ui_event.c
 COMPILE: src/events/mouse_multi_wheel_event.c
 COMPILE: src/events/mutation_name_event.c
 COMPILE: src/html/html_applet_element.c
 COMPILE: src/html/html_area_element.c
 COMPILE: src/html/html_anchor_element.c
 COMPILE: src/html/html_basefont_element.c
 COMPILE: src/html/html_base_element.c
 COMPILE: src/html/html_body_element.c
 COMPILE: src/html/html_button_element.c
 COMPILE: src/html/html_canvas_element.c
 COMPILE: src/html/html_collection.c
 COMPILE: src/html/html_document.c
 COMPILE: src/html/html_element.c
 COMPILE: src/html/html_dlist_element.c
 COMPILE: src/html/html_directory_element.c
 COMPILE: src/html/html_options_collection.c
 COMPILE: src/html/html_html_element.c
 COMPILE: src/html/html_head_element.c
 COMPILE: src/html/html_link_element.c
 COMPILE: src/html/html_title_element.c
 COMPILE: src/html/html_meta_element.c
 COMPILE: src/html/html_style_element.c
 COMPILE: src/html/html_form_element.c
 COMPILE: src/html/html_select_element.c
 COMPILE: src/html/html_input_element.c
 COMPILE: src/html/html_text_area_element.c
 COMPILE: src/html/html_opt_group_element.c
 COMPILE: src/html/html_option_element.c
 COMPILE: src/html/html_hr_element.c
 COMPILE: src/html/html_menu_element.c
 COMPILE: src/html/html_fieldset_element.c
 COMPILE: src/html/html_legend_element.c
 COMPILE: src/html/html_div_element.c
 COMPILE: src/html/html_paragraph_element.c
 COMPILE: src/html/html_heading_element.c
 COMPILE: src/html/html_quote_element.c
 COMPILE: src/html/html_pre_element.c
 COMPILE: src/html/html_br_element.c
 COMPILE: src/html/html_label_element.c
 COMPILE: src/html/html_ulist_element.c
 COMPILE: src/html/html_olist_element.c
 COMPILE: src/html/html_li_element.c
 COMPILE: src/html/html_font_element.c
 COMPILE: src/html/html_mod_element.c
 COMPILE: src/html/html_image_element.c
 COMPILE: src/html/html_object_element.c
 COMPILE: src/html/html_param_element.c
 COMPILE: src/html/html_map_element.c
 COMPILE: src/html/html_script_element.c
 COMPILE: src/html/html_tablecaption_element.c
 COMPILE: src/html/html_tablecell_element.c
 COMPILE: src/html/html_tablecol_element.c
 COMPILE: src/html/html_tablesection_element.c
 COMPILE: src/html/html_table_element.c
 COMPILE: src/html/html_tablerow_element.c
 COMPILE: src/html/html_frameset_element.c
 COMPILE: src/html/html_frame_element.c
 COMPILE: src/html/html_iframe_element.c
 COMPILE: src/html/html_isindex_element.c
 COMPILE: src/utils/namespace.c
 COMPILE: src/utils/hashtable.c
 COMPILE: src/utils/character_valid.c
 COMPILE: src/utils/validate.c
 COMPILE: src/utils/walk.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libdom.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 bindings/hubbub/errors.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/bindings/hubbub
install -C  -m 644 bindings/hubbub/parser.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/bindings/hubbub
install -C  -m 644 bindings/xml/xmlerror.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/bindings/xml
install -C  -m 644 bindings/xml/xmlparser.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/bindings/xml
install -C  -m 644 include/dom/dom.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom
install -C  -m 644 include/dom/functypes.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom
install -C  -m 644 include/dom/inttypes.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom
install -C  -m 644 include/dom/walk.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom
install -C  -m 644 include/dom/core/attr.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/characterdata.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/cdatasection.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/comment.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/doc_fragment.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/document.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/document_type.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/entity_ref.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/exceptions.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/implementation.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/namednodemap.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/node.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/nodelist.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/tokenlist.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/string.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/pi.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/text.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/core/typeinfo.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/core
install -C  -m 644 include/dom/events/event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/ui_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/custom_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/mouse_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/keyboard_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/text_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/mouse_wheel_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/mouse_multi_wheel_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/mutation_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/event_target.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/mutation_name_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/events.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/event_listener.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/events/document_event.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/events
install -C  -m 644 include/dom/html/html_document.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_collection.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_elements.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_html_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_head_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_link_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_title_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_body_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_meta_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_form_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_button_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_canvas_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_input_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_select_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_text_area_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_option_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_opt_group_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_options_collection.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_hr_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_dlist_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_directory_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_menu_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_fieldset_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_legend_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_div_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_paragraph_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_heading_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_quote_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_pre_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_br_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_label_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_ulist_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_olist_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_li_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_font_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_mod_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_anchor_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_basefont_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_image_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_object_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_param_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_applet_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_area_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_map_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_script_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_tablecaption_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_tablecell_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_tablecol_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_tablesection_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_table_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_tablerow_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_base_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_style_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_frameset_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_frame_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_iframe_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
install -C  -m 644 include/dom/html/html_isindex_element.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/dom/html
sed -e... libdom.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libdom.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libdom.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libdom.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libdom.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libdom'
make install --directory=libnsbmp HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnsbmp'
 COMPILE: src/libnsbmp.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsbmp.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/libnsbmp.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/
sed -e... libnsbmp.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsbmp.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsbmp.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libnsbmp.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsbmp.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnsbmp'
make install --directory=libnsgif HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnsgif'
 COMPILE: src/gif.c
 COMPILE: src/lzw.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsgif.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/nsgif.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include
sed -e... libnsgif.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsgif.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsgif.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libnsgif.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsgif.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnsgif'
make install --directory=librosprite HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/librosprite'
 COMPILE: src/librosprite.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/librosprite.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/librosprite.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include
sed -e... librosprite.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/librosprite.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/librosprite.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/librosprite.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/librosprite.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/librosprite'
make install --directory=libnsutils HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnsutils'
 COMPILE: src/base64.c
 COMPILE: src/time.c
 COMPILE: src/unistd.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsutils.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/nsutils/assert.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/nsutils
install -C  -m 644 include/nsutils/errors.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/nsutils
install -C  -m 644 include/nsutils/base64.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/nsutils
install -C  -m 644 include/nsutils/endian.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/nsutils
install -C  -m 644 include/nsutils/time.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/nsutils
install -C  -m 644 include/nsutils/unistd.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/nsutils
sed -e... libnsutils.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsutils.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsutils.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libnsutils.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnsutils.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnsutils'
make install --directory=libutf8proc HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libutf8proc'
 COMPILE: src/utf8proc.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libutf8proc.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/libutf8proc/utf8proc.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include/libutf8proc
sed -e... libutf8proc.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libutf8proc.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libutf8proc.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libutf8proc.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libutf8proc.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libutf8proc'
make install --directory=libnspsl HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnspsl'
 COMPILE: src/nspsl.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnspsl.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/nspsl.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include
sed -e... libnspsl.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnspsl.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnspsl.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libnspsl.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libnspsl.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libnspsl'
make install --directory=libsvgtiny HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libsvgtiny'
   GPERF: src/colors.gperf
 COMPILE: src/svgtiny.c
 COMPILE: src/svgtiny_gradient.c
 COMPILE: src/svgtiny_list.c
      AR: build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libsvgtiny.a
ar: `u' modifier ignored since `D' is the default (see `U')
install -C  -m 644 include/svgtiny.h /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/include
sed -e... libsvgtiny.pc.in >build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libsvgtiny.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libsvgtiny.pc /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib/pkgconfig/libsvgtiny.pc
install -C  -m 644 build-x86_64-linux-gnu-x86_64-linux-gnu-release-lib-static/libsvgtiny.a /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/lib
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/libsvgtiny'
make install --directory=nsgenbind HOST=x86_64-linux-gnu PREFIX=/var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey Q=@ DESTDIR=
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/nsgenbind'
   BISON: src/webidl-parser.y
src/webidl-parser.y:51.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated]
   51 | %pure-parser
      | ^~~~~~~~~~~~
      | %define api.pure
src/webidl-parser.y:52.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated]
   52 | %error-verbose
      | ^~~~~~~~~~~~~~
      | %define parse.error verbose
src/webidl-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
    FLEX: src/webidl-lexer.l
   BISON: src/nsgenbind-parser.y
src/nsgenbind-parser.y:12.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated]
   12 | %pure-parser
      | ^~~~~~~~~~~~
      | %define api.pure
src/nsgenbind-parser.y:16.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated]
   16 | %error-verbose
      | ^~~~~~~~~~~~~~
      | %define parse.error verbose
src/nsgenbind-parser.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
    FLEX: src/nsgenbind-lexer.l
 COMPILE: build-x86_64-linux-gnu-x86_64-linux-gnu-release-binary/nsgenbind-parser.c
 COMPILE: build-x86_64-linux-gnu-x86_64-linux-gnu-release-binary/nsgenbind-lexer.c
 COMPILE: build-x86_64-linux-gnu-x86_64-linux-gnu-release-binary/webidl-parser.c
 COMPILE: build-x86_64-linux-gnu-x86_64-linux-gnu-release-binary/webidl-lexer.c
 COMPILE: src/nsgenbind.c
 COMPILE: src/utils.c
 COMPILE: src/output.c
 COMPILE: src/webidl-ast.c
 COMPILE: src/nsgenbind-ast.c
 COMPILE: src/ir.c
 COMPILE: src/duk-libdom.c
 COMPILE: src/duk-libdom-interface.c
 COMPILE: src/duk-libdom-dictionary.c
 COMPILE: src/duk-libdom-common.c
 COMPILE: src/duk-libdom-generated.c
    LINK: build-x86_64-linux-gnu-x86_64-linux-gnu-release-binary/nsgenbind
install -C  -m 755 build-x86_64-linux-gnu-x86_64-linux-gnu-release-binary/nsgenbind /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/bin
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/nsgenbind'
make --directory=netsurf PREFIX= TARGET=monkey 
make[1]: Entering directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf'
M.CONFIG: JPEG (libjpeg)	enabled       (NETSURF_USE_JPEG := YES)
M.CONFIG: PDF export (haru)	disabled      (NETSURF_USE_HARU_PDF := NO)
M.CONFIG: glibc internal iconv	enabled       (NETSURF_USE_LIBICONV_PLUG := YES)
M.CONFIG: Javascript (Duktape)	enabled       (NETSURF_USE_DUKTAPE := YES)
PKG.CNFG: CSS (libcss)	enabled
PKG.CNFG: DOM (libdom)	enabled
PKG.CNFG: nsutils (libnsutils)	enabled
M.CONFIG: Curl (libcurl)	enabled       (NETSURF_USE_CURL := YES)
M.CONFIG: OpenSSL (openssl)	auto-enabled  (NETSURF_USE_OPENSSL := AUTO)
M.CONFIG: utf8 (libutf8proc)	enabled       (NETSURF_USE_UTF8PROC := YES)
M.CONFIG: JPEGXL (libjxl)	auto-disabled (NETSURF_USE_JPEGXL := AUTO)
M.CONFIG: WEBP (libwebp)	auto-enabled  (NETSURF_USE_WEBP := AUTO)
M.CONFIG: PNG (libpng)	auto-enabled  (NETSURF_USE_PNG := AUTO)
M.CONFIG: BMP (libnsbmp)	auto-enabled  (NETSURF_USE_BMP := AUTO)
M.CONFIG: GIF (libnsgif)	auto-enabled  (NETSURF_USE_GIF := AUTO)
M.CONFIG: SVG (libsvgtiny)	disabled      (NETSURF_USE_NSSVG := NO)
M.CONFIG: Sprite (librosprite)	disabled      (NETSURF_USE_ROSPRITE := NO)
M.CONFIG: PSL (libnspsl)	auto-enabled  (NETSURF_USE_NSPSL := AUTO)
M.CONFIG: LOG (libnslog)	auto-enabled  (NETSURF_USE_NSLOG := AUTO)
PKG.CNFG: Check (check)	enabled
 GENBIND: content/handlers/javascript/duktape/netsurf.bnd
M.CONFIG: JPEG (libjpeg)	enabled       (NETSURF_USE_JPEG := YES)
M.CONFIG: PDF export (haru)	disabled      (NETSURF_USE_HARU_PDF := NO)
M.CONFIG: glibc internal iconv	enabled       (NETSURF_USE_LIBICONV_PLUG := YES)
M.CONFIG: Javascript (Duktape)	enabled       (NETSURF_USE_DUKTAPE := YES)
PKG.CNFG: CSS (libcss)	enabled
PKG.CNFG: DOM (libdom)	enabled
PKG.CNFG: nsutils (libnsutils)	enabled
M.CONFIG: Curl (libcurl)	enabled       (NETSURF_USE_CURL := YES)
M.CONFIG: OpenSSL (openssl)	auto-enabled  (NETSURF_USE_OPENSSL := AUTO)
M.CONFIG: utf8 (libutf8proc)	enabled       (NETSURF_USE_UTF8PROC := YES)
M.CONFIG: JPEGXL (libjxl)	auto-disabled (NETSURF_USE_JPEGXL := AUTO)
M.CONFIG: WEBP (libwebp)	auto-enabled  (NETSURF_USE_WEBP := AUTO)
M.CONFIG: PNG (libpng)	auto-enabled  (NETSURF_USE_PNG := AUTO)
M.CONFIG: BMP (libnsbmp)	auto-enabled  (NETSURF_USE_BMP := AUTO)
M.CONFIG: GIF (libnsgif)	auto-enabled  (NETSURF_USE_GIF := AUTO)
M.CONFIG: SVG (libsvgtiny)	disabled      (NETSURF_USE_NSSVG := NO)
M.CONFIG: Sprite (librosprite)	disabled      (NETSURF_USE_ROSPRITE := NO)
M.CONFIG: PSL (libnspsl)	auto-enabled  (NETSURF_USE_NSPSL := AUTO)
M.CONFIG: LOG (libnslog)	auto-enabled  (NETSURF_USE_NSLOG := AUTO)
PKG.CNFG: Check (check)	enabled
   MKDIR: build/Linux-monkey
   MKDIR: build/Linux-monkey/deps
 COMPILE: build/Linux-monkey/duktape/application_cache.c
 COMPILE: build/Linux-monkey/duktape/attr.c
 COMPILE: build/Linux-monkey/duktape/audio_track.c
 COMPILE: build/Linux-monkey/duktape/audio_track_list.c
 COMPILE: build/Linux-monkey/duktape/autocomplete_error_event.c
 COMPILE: build/Linux-monkey/duktape/autocomplete_error_event_init.c
 COMPILE: build/Linux-monkey/duktape/bar_prop.c
 COMPILE: build/Linux-monkey/duktape/before_unload_event.c
 COMPILE: build/Linux-monkey/duktape/binding.c
 COMPILE: build/Linux-monkey/duktape/broadcast_channel.c
 COMPILE: build/Linux-monkey/duktape/canvas_gradient.c
 COMPILE: build/Linux-monkey/duktape/canvas_pattern.c
 COMPILE: build/Linux-monkey/duktape/canvas_proxy.c
 COMPILE: build/Linux-monkey/duktape/canvas_rendering_context2d.c
 COMPILE: build/Linux-monkey/duktape/canvas_rendering_context2d_settings.c
 COMPILE: build/Linux-monkey/duktape/character_data.c
 COMPILE: build/Linux-monkey/duktape/close_event.c
 COMPILE: build/Linux-monkey/duktape/close_event_init.c
 COMPILE: build/Linux-monkey/duktape/comment.c
 COMPILE: build/Linux-monkey/duktape/composition_event.c
 COMPILE: build/Linux-monkey/duktape/composition_event_init.c
 COMPILE: build/Linux-monkey/duktape/console.c
 COMPILE: build/Linux-monkey/duktape/css.c
 COMPILE: build/Linux-monkey/duktape/css_grouping_rule.c
 COMPILE: build/Linux-monkey/duktape/css_import_rule.c
 COMPILE: build/Linux-monkey/duktape/css_margin_rule.c
 COMPILE: build/Linux-monkey/duktape/css_media_rule.c
 COMPILE: build/Linux-monkey/duktape/css_namespace_rule.c
 COMPILE: build/Linux-monkey/duktape/css_page_rule.c
 COMPILE: build/Linux-monkey/duktape/css_rule.c
 COMPILE: build/Linux-monkey/duktape/css_rule_list.c
 COMPILE: build/Linux-monkey/duktape/css_style_declaration.c
 COMPILE: build/Linux-monkey/duktape/css_style_rule.c
 COMPILE: build/Linux-monkey/duktape/css_style_sheet.c
 COMPILE: build/Linux-monkey/duktape/custom_event.c
 COMPILE: build/Linux-monkey/duktape/custom_event_init.c
 COMPILE: build/Linux-monkey/duktape/data_transfer.c
 COMPILE: build/Linux-monkey/duktape/data_transfer_item.c
 COMPILE: build/Linux-monkey/duktape/data_transfer_item_list.c
 COMPILE: build/Linux-monkey/duktape/dedicated_worker_global_scope.c
 COMPILE: build/Linux-monkey/duktape/document.c
 COMPILE: build/Linux-monkey/duktape/document_fragment.c
 COMPILE: build/Linux-monkey/duktape/document_type.c
 COMPILE: build/Linux-monkey/duktape/dom_element_map.c
 COMPILE: build/Linux-monkey/duktape/dom_implementation.c
 COMPILE: build/Linux-monkey/duktape/dom_parser.c
 COMPILE: build/Linux-monkey/duktape/dom_settable_token_list.c
 COMPILE: build/Linux-monkey/duktape/dom_string_map.c
 COMPILE: build/Linux-monkey/duktape/dom_token_list.c
 COMPILE: build/Linux-monkey/duktape/drag_event.c
 COMPILE: build/Linux-monkey/duktape/drag_event_init.c
 COMPILE: build/Linux-monkey/duktape/drawing_style.c
 COMPILE: build/Linux-monkey/duktape/element.c
 COMPILE: build/Linux-monkey/duktape/error_event.c
 COMPILE: build/Linux-monkey/duktape/error_event_init.c
 COMPILE: build/Linux-monkey/duktape/event.c
 COMPILE: build/Linux-monkey/duktape/event_init.c
 COMPILE: build/Linux-monkey/duktape/event_listener.c
 COMPILE: build/Linux-monkey/duktape/event_modifier_init.c
 COMPILE: build/Linux-monkey/duktape/event_source.c
 COMPILE: build/Linux-monkey/duktape/event_source_init.c
 COMPILE: build/Linux-monkey/duktape/event_target.c
 COMPILE: build/Linux-monkey/duktape/external.c
 COMPILE: build/Linux-monkey/duktape/focus_event.c
 COMPILE: build/Linux-monkey/duktape/focus_event_init.c
 COMPILE: build/Linux-monkey/duktape/hash_change_event.c
 COMPILE: build/Linux-monkey/duktape/hash_change_event_init.c
 COMPILE: build/Linux-monkey/duktape/history.c
 COMPILE: build/Linux-monkey/duktape/hit_region_options.c
 COMPILE: build/Linux-monkey/duktape/html_all_collection.c
 COMPILE: build/Linux-monkey/duktape/html_anchor_element.c
 COMPILE: build/Linux-monkey/duktape/html_applet_element.c
 COMPILE: build/Linux-monkey/duktape/html_area_element.c
 COMPILE: build/Linux-monkey/duktape/html_audio_element.c
 COMPILE: build/Linux-monkey/duktape/html_base_element.c
 COMPILE: build/Linux-monkey/duktape/html_body_element.c
 COMPILE: build/Linux-monkey/duktape/html_br_element.c
 COMPILE: build/Linux-monkey/duktape/html_button_element.c
 COMPILE: build/Linux-monkey/duktape/html_canvas_element.c
 COMPILE: build/Linux-monkey/duktape/html_collection.c
 COMPILE: build/Linux-monkey/duktape/html_data_element.c
 COMPILE: build/Linux-monkey/duktape/html_data_list_element.c
 COMPILE: build/Linux-monkey/duktape/html_details_element.c
 COMPILE: build/Linux-monkey/duktape/html_dialog_element.c
 COMPILE: build/Linux-monkey/duktape/html_directory_element.c
 COMPILE: build/Linux-monkey/duktape/html_div_element.c
 COMPILE: build/Linux-monkey/duktape/html_dlist_element.c
 COMPILE: build/Linux-monkey/duktape/html_element.c
 COMPILE: build/Linux-monkey/duktape/html_embed_element.c
 COMPILE: build/Linux-monkey/duktape/html_field_set_element.c
 COMPILE: build/Linux-monkey/duktape/html_font_element.c
 COMPILE: build/Linux-monkey/duktape/html_form_controls_collection.c
 COMPILE: build/Linux-monkey/duktape/html_form_element.c
 COMPILE: build/Linux-monkey/duktape/html_frame_element.c
 COMPILE: build/Linux-monkey/duktape/html_frame_set_element.c
 COMPILE: build/Linux-monkey/duktape/html_head_element.c
 COMPILE: build/Linux-monkey/duktape/html_heading_element.c
 COMPILE: build/Linux-monkey/duktape/html_hr_element.c
 COMPILE: build/Linux-monkey/duktape/html_html_element.c
 COMPILE: build/Linux-monkey/duktape/html_iframe_element.c
 COMPILE: build/Linux-monkey/duktape/html_image_element.c
 COMPILE: build/Linux-monkey/duktape/html_input_element.c
 COMPILE: build/Linux-monkey/duktape/html_keygen_element.c
 COMPILE: build/Linux-monkey/duktape/html_label_element.c
 COMPILE: build/Linux-monkey/duktape/html_legend_element.c
 COMPILE: build/Linux-monkey/duktape/html_li_element.c
 COMPILE: build/Linux-monkey/duktape/html_link_element.c
 COMPILE: build/Linux-monkey/duktape/html_map_element.c
 COMPILE: build/Linux-monkey/duktape/html_marquee_element.c
 COMPILE: build/Linux-monkey/duktape/html_media_element.c
 COMPILE: build/Linux-monkey/duktape/html_menu_element.c
 COMPILE: build/Linux-monkey/duktape/html_menu_item_element.c
 COMPILE: build/Linux-monkey/duktape/html_meta_element.c
 COMPILE: build/Linux-monkey/duktape/html_meter_element.c
 COMPILE: build/Linux-monkey/duktape/html_mod_element.c
 COMPILE: build/Linux-monkey/duktape/html_object_element.c
 COMPILE: build/Linux-monkey/duktape/html_olist_element.c
 COMPILE: build/Linux-monkey/duktape/html_opt_group_element.c
 COMPILE: build/Linux-monkey/duktape/html_option_element.c
 COMPILE: build/Linux-monkey/duktape/html_options_collection.c
 COMPILE: build/Linux-monkey/duktape/html_output_element.c
 COMPILE: build/Linux-monkey/duktape/html_paragraph_element.c
 COMPILE: build/Linux-monkey/duktape/html_param_element.c
 COMPILE: build/Linux-monkey/duktape/html_picture_element.c
 COMPILE: build/Linux-monkey/duktape/html_pre_element.c
 COMPILE: build/Linux-monkey/duktape/html_progress_element.c
 COMPILE: build/Linux-monkey/duktape/html_quote_element.c
 COMPILE: build/Linux-monkey/duktape/html_script_element.c
 COMPILE: build/Linux-monkey/duktape/html_select_element.c
 COMPILE: build/Linux-monkey/duktape/html_source_element.c
 COMPILE: build/Linux-monkey/duktape/html_span_element.c
 COMPILE: build/Linux-monkey/duktape/html_style_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_caption_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_cell_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_col_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_data_cell_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_header_cell_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_row_element.c
 COMPILE: build/Linux-monkey/duktape/html_table_section_element.c
 COMPILE: build/Linux-monkey/duktape/html_template_element.c
 COMPILE: build/Linux-monkey/duktape/html_text_area_element.c
 COMPILE: build/Linux-monkey/duktape/html_time_element.c
 COMPILE: build/Linux-monkey/duktape/html_title_element.c
 COMPILE: build/Linux-monkey/duktape/html_track_element.c
 COMPILE: build/Linux-monkey/duktape/html_ulist_element.c
 COMPILE: build/Linux-monkey/duktape/html_unknown_element.c
 COMPILE: build/Linux-monkey/duktape/html_video_element.c
 COMPILE: build/Linux-monkey/duktape/image_bitmap.c
 COMPILE: build/Linux-monkey/duktape/image_data.c
 COMPILE: build/Linux-monkey/duktape/keyboard_event.c
 COMPILE: build/Linux-monkey/duktape/keyboard_event_init.c
 COMPILE: build/Linux-monkey/duktape/location.c
 COMPILE: build/Linux-monkey/duktape/media_controller.c
 COMPILE: build/Linux-monkey/duktape/media_error.c
 COMPILE: build/Linux-monkey/duktape/media_list.c
 COMPILE: build/Linux-monkey/duktape/message_channel.c
 COMPILE: build/Linux-monkey/duktape/message_event.c
 COMPILE: build/Linux-monkey/duktape/message_event_init.c
 COMPILE: build/Linux-monkey/duktape/message_port.c
 COMPILE: build/Linux-monkey/duktape/mime_type.c
 COMPILE: build/Linux-monkey/duktape/mime_type_array.c
 COMPILE: build/Linux-monkey/duktape/mouse_event.c
 COMPILE: build/Linux-monkey/duktape/mouse_event_init.c
 COMPILE: build/Linux-monkey/duktape/mutation_event.c
 COMPILE: build/Linux-monkey/duktape/mutation_observer.c
 COMPILE: build/Linux-monkey/duktape/mutation_observer_init.c
 COMPILE: build/Linux-monkey/duktape/mutation_record.c
 COMPILE: build/Linux-monkey/duktape/named_node_map.c
 COMPILE: build/Linux-monkey/duktape/navigator.c
 COMPILE: build/Linux-monkey/duktape/node.c
 COMPILE: build/Linux-monkey/duktape/node_filter.c
 COMPILE: build/Linux-monkey/duktape/node_iterator.c
 COMPILE: build/Linux-monkey/duktape/node_list.c
 COMPILE: build/Linux-monkey/duktape/page_transition_event.c
 COMPILE: build/Linux-monkey/duktape/page_transition_event_init.c
 COMPILE: build/Linux-monkey/duktape/path2d.c
 COMPILE: build/Linux-monkey/duktape/plugin.c
 COMPILE: build/Linux-monkey/duktape/plugin_array.c
 COMPILE: build/Linux-monkey/duktape/pop_state_event.c
 COMPILE: build/Linux-monkey/duktape/pop_state_event_init.c
 COMPILE: build/Linux-monkey/duktape/processing_instruction.c
 COMPILE: build/Linux-monkey/duktape/pseudo_element.c
 COMPILE: build/Linux-monkey/duktape/radio_node_list.c
 COMPILE: build/Linux-monkey/duktape/range.c
 COMPILE: build/Linux-monkey/duktape/related_event.c
 COMPILE: build/Linux-monkey/duktape/related_event_init.c
 COMPILE: build/Linux-monkey/duktape/shared_worker.c
 COMPILE: build/Linux-monkey/duktape/shared_worker_global_scope.c
 COMPILE: build/Linux-monkey/duktape/storage.c
 COMPILE: build/Linux-monkey/duktape/storage_event.c
 COMPILE: build/Linux-monkey/duktape/storage_event_init.c
 COMPILE: build/Linux-monkey/duktape/style_sheet.c
 COMPILE: build/Linux-monkey/duktape/style_sheet_list.c
 COMPILE: build/Linux-monkey/duktape/svg_element.c
 COMPILE: build/Linux-monkey/duktape/text.c
 COMPILE: build/Linux-monkey/duktape/text_metrics.c
 COMPILE: build/Linux-monkey/duktape/text_track.c
 COMPILE: build/Linux-monkey/duktape/text_track_cue.c
 COMPILE: build/Linux-monkey/duktape/text_track_cue_list.c
 COMPILE: build/Linux-monkey/duktape/text_track_list.c
 COMPILE: build/Linux-monkey/duktape/time_ranges.c
 COMPILE: build/Linux-monkey/duktape/touch.c
 COMPILE: build/Linux-monkey/duktape/track_event.c
 COMPILE: build/Linux-monkey/duktape/track_event_init.c
 COMPILE: build/Linux-monkey/duktape/tree_walker.c
 COMPILE: build/Linux-monkey/duktape/ui_event.c
 COMPILE: build/Linux-monkey/duktape/ui_event_init.c
 COMPILE: build/Linux-monkey/duktape/url.c
 COMPILE: build/Linux-monkey/duktape/url_search_params.c
 COMPILE: build/Linux-monkey/duktape/validity_state.c
 COMPILE: build/Linux-monkey/duktape/video_track.c
 COMPILE: build/Linux-monkey/duktape/video_track_list.c
 COMPILE: build/Linux-monkey/duktape/web_socket.c
 COMPILE: build/Linux-monkey/duktape/wheel_event.c
 COMPILE: build/Linux-monkey/duktape/wheel_event_init.c
 COMPILE: build/Linux-monkey/duktape/window.c
 COMPILE: build/Linux-monkey/duktape/worker.c
 COMPILE: build/Linux-monkey/duktape/worker_global_scope.c
 COMPILE: build/Linux-monkey/duktape/worker_location.c
 COMPILE: build/Linux-monkey/duktape/worker_navigator.c
 COMPILE: build/Linux-monkey/duktape/xml_document.c
 COMPILE: build/Linux-monkey/duktape/xml_serializer.c
 COMPILE: content/content.c
 COMPILE: content/content_factory.c
 COMPILE: content/fetch.c
 COMPILE: content/fetchers/about/about.c
 COMPILE: content/fetchers/about/blank.c
 COMPILE: content/fetchers/about/certificate.c
 COMPILE: content/fetchers/about/chart.c
 COMPILE: content/fetchers/about/choices.c
 COMPILE: content/fetchers/about/config.c
 COMPILE: content/fetchers/about/imagecache.c
 COMPILE: content/fetchers/about/nscolours.c
 COMPILE: content/fetchers/about/query.c
 COMPILE: content/fetchers/about/query_auth.c
 COMPILE: content/fetchers/about/query_fetcherror.c
 COMPILE: content/fetchers/about/query_privacy.c
 COMPILE: content/fetchers/about/query_timeout.c
TESTMENT: build/Linux-monkey/testament.h
 COMPILE: content/fetchers/about/testament.c
 COMPILE: content/fetchers/curl.c
 COMPILE: content/fetchers/data.c
 COMPILE: content/fetchers/file/dirlist.c
 COMPILE: content/fetchers/file/file.c
 COMPILE: content/fetchers/resource.c
 COMPILE: content/fs_backing_store.c
 COMPILE: content/handlers/css/css.c
 COMPILE: content/handlers/css/dump.c
 COMPILE: content/handlers/css/hints.c
 COMPILE: content/handlers/css/internal.c
 COMPILE: content/handlers/css/select.c
 COMPILE: content/handlers/html/box_construct.c
 COMPILE: content/handlers/html/box_inspect.c
 COMPILE: content/handlers/html/box_manipulate.c
 COMPILE: content/handlers/html/box_normalise.c
 COMPILE: content/handlers/html/box_special.c
 COMPILE: content/handlers/html/box_textarea.c
 COMPILE: content/handlers/html/css.c
 COMPILE: content/handlers/html/css_fetcher.c
 COMPILE: content/handlers/html/dom_event.c
 COMPILE: content/handlers/html/font.c
 COMPILE: content/handlers/html/form.c
 COMPILE: content/handlers/html/forms.c
 COMPILE: content/handlers/html/html.c
 COMPILE: content/handlers/html/imagemap.c
 COMPILE: content/handlers/html/interaction.c
 COMPILE: content/handlers/html/layout.c
 COMPILE: content/handlers/html/layout_flex.c
 COMPILE: content/handlers/html/object.c
 COMPILE: content/handlers/html/redraw.c
 COMPILE: content/handlers/html/redraw_border.c
 COMPILE: content/handlers/html/script.c
 COMPILE: content/handlers/html/table.c
 COMPILE: content/handlers/html/textselection.c
 COMPILE: content/handlers/image/bmp.c
 COMPILE: content/handlers/image/gif.c
 COMPILE: content/handlers/image/ico.c
 COMPILE: content/handlers/image/image.c
 COMPILE: content/handlers/image/image_cache.c
 COMPILE: content/handlers/image/jpeg.c
 COMPILE: content/handlers/image/png.c
 COMPILE: content/handlers/image/webp.c
 COMPILE: content/handlers/javascript/content.c
   MKDIR: build/Linux-monkey/tools
BUILD CC: build/Linux-monkey/tools/xxd
     XXD: content/handlers/javascript/duktape/generics.js
     XXD: content/handlers/javascript/duktape/polyfill.js
 COMPILE: content/handlers/javascript/duktape/dukky.c
 COMPILE: content/handlers/javascript/duktape/duktape.c
 COMPILE: content/handlers/javascript/fetcher.c
 COMPILE: content/handlers/text/textplain.c
 COMPILE: content/hlcache.c
 COMPILE: content/llcache.c
 COMPILE: content/mimesniff.c
 COMPILE: content/no_backing_store.c
 COMPILE: content/textsearch.c
 COMPILE: content/urldb.c
 COMPILE: desktop/bitmap.c
 COMPILE: desktop/browser.c
 COMPILE: desktop/browser_history.c
 COMPILE: desktop/browser_window.c
 COMPILE: desktop/cookie_manager.c
 COMPILE: desktop/cw_helper.c
 COMPILE: desktop/download.c
 COMPILE: desktop/font_haru.c
 COMPILE: desktop/frames.c
 COMPILE: desktop/global_history.c
 COMPILE: desktop/gui_factory.c
 COMPILE: desktop/hotlist.c
 COMPILE: desktop/knockout.c
 COMPILE: desktop/local_history.c
 COMPILE: desktop/mouse.c
 COMPILE: desktop/netsurf.c
 COMPILE: desktop/page-info.c
 COMPILE: desktop/plot_style.c
 COMPILE: desktop/print.c
 COMPILE: desktop/save_complete.c
 COMPILE: desktop/save_pdf.c
 COMPILE: desktop/save_text.c
 COMPILE: desktop/scrollbar.c
 COMPILE: desktop/search.c
 COMPILE: desktop/searchweb.c
 COMPILE: desktop/selection.c
 COMPILE: desktop/system_colour.c
 COMPILE: desktop/textarea.c
 COMPILE: desktop/textinput.c
 COMPILE: desktop/treeview.c
 COMPILE: desktop/version.c
 COMPILE: frontends/monkey/401login.c
 COMPILE: frontends/monkey/bitmap.c
 COMPILE: frontends/monkey/browser.c
 COMPILE: frontends/monkey/dispatch.c
 COMPILE: frontends/monkey/download.c
 COMPILE: frontends/monkey/fetch.c
 COMPILE: frontends/monkey/filetype.c
 COMPILE: frontends/monkey/layout.c
 COMPILE: frontends/monkey/main.c
 COMPILE: frontends/monkey/output.c
 COMPILE: frontends/monkey/plot.c
 COMPILE: frontends/monkey/schedule.c
 COMPILE: utils/bloom.c
 COMPILE: utils/corestrings.c
 COMPILE: utils/file.c
 COMPILE: utils/filename.c
 COMPILE: utils/filepath.c
 COMPILE: utils/hashmap.c
 COMPILE: utils/hashtable.c
 COMPILE: utils/http/cache-control.c
 COMPILE: utils/http/challenge.c
 COMPILE: utils/http/content-disposition.c
 COMPILE: utils/http/content-type.c
 COMPILE: utils/http/generics.c
 COMPILE: utils/http/parameter.c
 COMPILE: utils/http/primitives.c
 COMPILE: utils/http/strict-transport-security.c
 COMPILE: utils/http/www-authenticate.c
 COMPILE: utils/idna.c
 COMPILE: utils/libdom.c
 COMPILE: utils/log.c
 COMPILE: utils/messages.c
 COMPILE: utils/nscolour.c
 COMPILE: utils/nsoption.c
 COMPILE: utils/nsurl/nsurl.c
 COMPILE: utils/nsurl/parse.c
 COMPILE: utils/punycode.c
 COMPILE: utils/ssl_certs.c
 COMPILE: utils/talloc.c
 COMPILE: utils/time.c
 COMPILE: utils/url.c
 COMPILE: utils/useragent.c
 COMPILE: utils/utf8.c
 COMPILE: utils/utils.c
BUILD CC: build/Linux-monkey/tools/split-messages
MSGSPLIT: Language: de Filter: monkey
MSGSPLIT: Language: en Filter: monkey
MSGSPLIT: Language: fr Filter: monkey
MSGSPLIT: Language: it Filter: monkey
MSGSPLIT: Language: nl Filter: monkey
MSGSPLIT: Language: zh_CN Filter: monkey
    LINK: nsmonkey
LINKDEPS: nsmonkey
make[1]: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf'
touch /var/lib/jenkins/workspace/test-long-internet/netsurf-all/inst-monkey/build-stamp
make: Leaving directory '/var/lib/jenkins/workspace/test-long-internet/netsurf-all'
+ cd netsurf-all/netsurf
+ LC_ALL=C.UTF-8 test/monkey-see-monkey-do -v -d long-internet
Fetching tests...
Parsing tests...
Running tests...
Start group: long-internet
  [ Internet based tests that take an extended period to execute ]
  => Run test: long-internet/popular-sites.yaml
FAIL:
STDOUT:
Running test: [long-internet] browse and render 500 popular sites
Action: launch
        Command line: ['./nsmonkey']
        enable_javascript=1
Action: window-new
Action: timer-start
Action: timer-start
Action: repeat
  Action: navigate
          win1 --> https://www.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.40s
  Action: navigate
          win1 --> https://www.blogger.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.27s
  Action: navigate
          win1 --> https://apple.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 12.52s
  Action: navigate
          win1 --> https://plus.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.02s
  Action: navigate
          win1 --> https://microsoft.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 21.31s
  Action: navigate
          win1 --> https://play.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.02s
  Action: navigate
          win1 --> https://adobe.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.57s
  Action: navigate
          win1 --> https://youtube.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 13.98s
  Action: navigate
          win1 --> https://mozilla.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 12.04s
  Action: navigate
          win1 --> https://en.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.75s
  Action: navigate
          win1 --> https://support.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.10s
  Action: navigate
          win1 --> https://sites.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.22s
  Action: navigate
          win1 --> https://accounts.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.01s
  Action: navigate
          win1 --> https://docs.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.93s
  Action: navigate
          win1 --> https://wordpress.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.55s
  Action: navigate
          win1 --> https://linkedin.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.95s
  Action: navigate
          win1 --> https://vimeo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.81s
  Action: navigate
          win1 --> https://maps.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.61s
  Action: navigate
          win1 --> https://github.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.73s
  Action: navigate
          win1 --> https://drive.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.52s
  Action: navigate
          win1 --> https://youtu.be/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.50s
  Action: navigate
          win1 --> https://creativecommons.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 9.00s
  Action: navigate
          win1 --> https://lh3.googleusercontent.com/Wwr1nDkB0VXEV77DA9mRGHOyfhPLt-_HhrfZAgKPsWuTOPc0TpTgShgQRbcjYlq5U7kwlb_UdmbztKNAkVUWDw2k6TPoYnevqXYkz1gMNgqVJONhwKOqW2au9tUtXX37Asv6xQPkFBjn5FvpziuvoxiWR7s8wbBuirUhaax8GT8WNoqHCLb-Wv1yqdCNX1hQ69xW3v0X_PHvS230mVoc-aBDAXdh9qO1qz4TKi0YtMYQmUpIlDuj1R7kg9ISpaziHaOOdUYfHYLQmodKdbC7ajb5Nt7Am8-02nne2JnD2M77ZH8-UPvBftd5I-jEqBkvbHIwVFxMNkcXGb3eJZEoxfapkPoUVJ5aZtLN9zO47J0oba-iNlMILAAXAkvQvMbZW86aljlaocH-lw2tBs4wyxU2KQ4xeKHQUkivmKruSUaN0Dhzubzdv_56exRjYNFJZYzMaoKbZISdHxHnhhVzTgStyk7CsaBoApxtx33Hv3B1HZ-WQsjJQuzrg3s8N2an03npLYyl8vZtHlcf8FSLmtfaAe-nkFZMUUf4xEfqfzw_0mNbyOTqTUJ-zFThgpPGXshzi6GO3J_oaSQnJ7-YJL57Ke26_lSA2qOIxCoon_VDD5ocRZaUGOmShBDehSN0kIkx7SCFnmQmypoDNzy9dHrQGibXdbs=w812-h633-no
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.02s
  Action: navigate
          win1 --> https://vk.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.82s
  Action: navigate
          win1 --> https://blogspot.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.23s
  Action: navigate
          win1 --> https://news.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.26s
  Action: navigate
          win1 --> https://medium.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.90s
  Action: navigate
          win1 --> https://www.yahoo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.41s
  Action: navigate
          win1 --> https://live.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.03s
  Action: navigate
          win1 --> https://istockphoto.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.21s
  Action: navigate
          win1 --> https://bbc.co.uk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.94s
  Action: navigate
          win1 --> https://amazon.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.63s
  Action: navigate
          win1 --> https://dailymotion.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.60s
  Action: navigate
          win1 --> https://google.es/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.57s
  Action: navigate
          win1 --> https://google.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.52s
  Action: navigate
          win1 --> https://forbes.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.82s
  Action: navigate
          win1 --> https://mediafire.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.54s
  Action: navigate
          win1 --> https://wikimedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.77s
  Action: navigate
          win1 --> https://cloudflare.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.31s
  Action: navigate
          win1 --> https://google.de/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.56s
  Action: navigate
          win1 --> https://imdb.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.26s
  Action: navigate
          win1 --> https://hugedomains.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.13s
  Action: navigate
          win1 --> https://mail.ru/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.04s
  Action: navigate
          win1 --> https://developers.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.50s
  Action: navigate
          win1 --> https://bbc.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.84s
  Action: navigate
          win1 --> https://paypal.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 9.45s
  Action: navigate
          win1 --> https://opera.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.46s
  Action: navigate
          win1 --> https://feedburner.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.14s
  Action: navigate
          win1 --> https://facebook.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.17s
  Action: navigate
          win1 --> https://cnn.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.54s
  Action: navigate
          win1 --> https://dropbox.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.52s
  Action: navigate
          win1 --> https://whatsapp.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.67s
  Action: navigate
          win1 --> https://usatoday.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.22s
  Action: navigate
          win1 --> https://slideshare.net/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.19s
  Action: navigate
          win1 --> https://es.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.14s
  Action: navigate
          win1 --> https://google.co.uk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.64s
  Action: navigate
          win1 --> https://msn.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.51s
  Action: navigate
          win1 --> https://google.co.jp/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.79s
  Action: navigate
          win1 --> https://amazon.co.jp/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.14s
  Action: navigate
          win1 --> https://line.me/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.22s
  Action: navigate
          win1 --> https://nih.gov/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.89s
  Action: navigate
          win1 --> https://mail.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.86s
  Action: navigate
          win1 --> https://theguardian.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.64s
  Action: navigate
          win1 --> https://w3.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.68s
  Action: navigate
          win1 --> https://news.yahoo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.41s
  Action: navigate
          win1 --> https://gstatic.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.24s
  Action: navigate
          win1 --> https://photos.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.70s
  Action: navigate
          win1 --> https://europa.eu/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.29s
  Action: navigate
          win1 --> https://pt.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.70s
  Action: navigate
          win1 --> https://nytimes.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.38s
  Action: navigate
          win1 --> https://fr.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.43s
  Action: navigate
          win1 --> https://uol.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.29s
  Action: navigate
          win1 --> https://amazon.de/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.35s
  Action: navigate
          win1 --> https://cnet.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.50s
  Action: navigate
          win1 --> https://myspace.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.08s
  Action: navigate
          win1 --> https://reuters.com/
  Action: block
401: No candidate found, cancelling login box
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.67s
  Action: navigate
          win1 --> https://scribd.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.13s
  Action: navigate
          win1 --> https://policies.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.68s
  Action: navigate
          win1 --> https://addthis.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.26s
  Action: navigate
          win1 --> https://bloomberg.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.27s
  Action: navigate
          win1 --> https://wsj.com/
  Action: block
401: No candidate found, cancelling login box
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.24s
  Action: navigate
          win1 --> https://picasaweb.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.35s
  Action: navigate
          win1 --> https://aol.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.22s
  Action: navigate
          win1 --> https://playstation.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 12.16s
  Action: navigate
          win1 --> https://booking.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 17.75s
  Action: navigate
          win1 --> https://apache.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.19s
  Action: navigate
          win1 --> https://oracle.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.87s
  Action: navigate
          win1 --> https://code.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.30s
  Action: navigate
          win1 --> https://engadget.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 10.04s
  Action: navigate
          win1 --> https://rt.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 11.41s
  Action: navigate
          win1 --> https://bing.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.58s
  Action: navigate
          win1 --> https://www.un.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.95s
  Action: navigate
          win1 --> https://fb.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.63s
  Action: navigate
          win1 --> https://yadi.sk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.52s
  Action: navigate
          win1 --> https://change.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.99s
  Action: navigate
          win1 --> https://terra.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.42s
  Action: navigate
          win1 --> https://aliexpress.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.01s
  Action: navigate
          win1 --> https://goo.gl/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 14.61s
  Action: navigate
          win1 --> https://ft.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.41s
  Action: navigate
          win1 --> https://buydomains.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.26s
  Action: navigate
          win1 --> https://wired.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.69s
  Action: navigate
          win1 --> https://tools.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.15s
  Action: navigate
          win1 --> https://wikia.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.29s
  Action: navigate
          win1 --> https://ebay.com/
  Action: block
Handling an exit -6
The following are present in the queue: []
The queue is now: [b'GENERIC EXIT -6']
Unexpected exit of monkey process with code -6


STDERR:
(0.000000) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(1.186561) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: unsupported
    at [anon] (content/handlers/javascript/duktape/duktape.c:66889) internal
    at a (https://www.google.com/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:126)
    at [anon] (https://www.google.com/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:126)
    at eval (https://www.google.com/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:127) preventsyield
(7.309448) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at N (https://www.blogger.com/about/js/main.min.js?v=1476060773:23)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:43)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at eval (https://www.blogger.com/about/js/main.min.js?v=1476060773:46) preventsyield
(9.891051) [WARN netsurf] desktop/browser_window.c:4616 browser_window_console_log: AT: Adobe Target content delivery is disabled. Update your DOCTYPE to support Standards mode.
(11.158641) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.apple.com/v/home/bo/built/scripts/head.built.js:1) strict
    at r (https://www.apple.com/v/home/bo/built/scripts/head.built.js:1) tailcall
    at [anon] (https://www.apple.com/v/home/bo/built/scripts/head.built.js:1) strict
    at r (https://www.apple.com/v/home/bo/built/scripts/head.built.js:1)
    at t (https://www.apple.com/v/home/bo/built/scripts/head.built.js:1)
    at eval (https://www.apple.com/v/home/bo/built/scripts/head.built.js:1) preventsyield
(12.195502) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.apple.com/api-www/global-elements/global-header/v1/assets/globalheader.umd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(13.542507) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 180)
    at [anon] (https://www.apple.com/metrics/ac-analytics/2.20.2/scripts/ac-analytics.js:180) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(13.881399) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.apple.com/autopush/us/fam-gallery/fam-gallery.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(14.901646) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.apple.com/ac/globalfooter/8/en_US/scripts/ac-globalfooter.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(15.944404) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(16.961351) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.apple.com/v/home/bo/built/scripts/main.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(18.230907) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'includes' of [object Array])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict preventsyield
    at forEach () native strict preventsyield
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    [...]
(22.489029) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:5) preventsyield
(22.779569) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'screen' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://apis.google.com/js/platform.js:62)
    at eval (https://apis.google.com/js/platform.js:97) preventsyield
(23.835025) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.blogger.com/static/v1/widgets/922809059-widgets.js:24)
    at w (https://www.blogger.com/static/v1/widgets/922809059-widgets.js:13)
    at [anon] (https://www.blogger.com/static/v1/widgets/922809059-widgets.js:26)
    at eval (https://www.blogger.com/static/v1/widgets/922809059-widgets.js:273) preventsyield
(23.835867) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '_WidgetManager' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(23.916485) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:379)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:655) preventsyield
(87.195667) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(88.330545) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'getContext' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:78)
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:79)
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:92)
    at eval (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:126) preventsyield
(89.375898) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:354) preventsyield
(93.998414) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/www-tampering.vflset/www-tampering.js:31) strict
    at t (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/www-tampering.vflset/www-tampering.js:4) strict
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/www-tampering.vflset/www-tampering.js:40) strict
    at eval (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/www-tampering.vflset/www-tampering.js:81) preventsyield
(95.017369) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at r (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:15)
    at Jb (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:31)
    at yd (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:86)
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:86)
    at eval (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:92) preventsyield
(98.956870) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: RangeError: const limit (line 16244)
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/desktop_polymer_legacy_browsers.vflset/desktop_polymer_legacy_browsers.js:16244) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:71112) internal
(103.377361) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'indexOf' of null
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.mozilla.org/media/js/site.11d69f4f7f7a.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/site.11d69f4f7f7a.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/site.11d69f4f7f7a.js:1)
    at eval (https://www.mozilla.org/media/js/site.11d69f4f7f7a.js:1) preventsyield
(104.506570) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'gpcEnabled' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.mozilla.org/media/js/gtm-snippet.c6161a31e1e3.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/gtm-snippet.c6161a31e1e3.js:1) strict
    at eval (https://www.mozilla.org/media/js/gtm-snippet.c6161a31e1e3.js:1) preventsyield
(105.577760) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.mozilla.org/media/js/sentry.eb96c6aab4d7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(106.589411) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://www.mozilla.org/media/js/lib.620f58c8d261.js:2)
    at eval (https://www.mozilla.org/media/js/lib.620f58c8d261.js:2) preventsyield
(107.599395) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Mozilla' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.mozilla.org/media/js/ui.e816760687b9.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/ui.e816760687b9.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/ui.e816760687b9.js:1)
    at eval (https://www.mozilla.org/media/js/ui.e816760687b9.js:1) preventsyield
(108.606977) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Mozilla' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.mozilla.org/media/js/fxa.6cacc544775b.js:1) strict
    at eval (https://www.mozilla.org/media/js/fxa.6cacc544775b.js:1) preventsyield
(109.612007) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'Analytics' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.mozilla.org/media/js/data.e7de38424803.js:1) preventsyield
(110.952062) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'enabled' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at r (https://www.mozilla.org/media/js/consent-banner.45eaea0b9cb5.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.45eaea0b9cb5.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.45eaea0b9cb5.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.45eaea0b9cb5.js:1)
    at eval (https://www.mozilla.org/media/js/consent-banner.45eaea0b9cb5.js:1) preventsyield
(113.949136) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property '_DumpException' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:74) preventsyield
(113.967002) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property '_DumpException' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:5)
    at eval (?inline script?:168) preventsyield
(113.973459) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property '_DumpException' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:5)
    at eval (?inline script?:11) preventsyield
(114.116501) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid regexp flags (line 1424)
    at [anon] (?inline script?:1424) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91595) internal
(114.117524) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'sc_initPage' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(114.117783) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'sc_initQueryParameterPreserver' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(114.117921) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'sc_initStats' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:2) preventsyield
(114.118140) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'z' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:4)
    at d3a (?inline script?:2)
    at M0 (?inline script?:1) construct
    at [anon] (?inline script?:5)
    at [anon] (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(114.118507) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'w' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(114.118566) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'sc_initTopTimer' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:3) preventsyield
(114.118831) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'w' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(114.119430) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'w' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(114.119483) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'sc_initOneBar' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(114.119791) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'tb' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:9) preventsyield
(114.119829) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'hcfe' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(114.121361) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'w' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(114.663842) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'w' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:6) preventsyield
(114.664500) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'z' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at XI (?inline script?:19) construct
    at kY (?inline script?:2) construct
    at b (?inline script?:11)
    at [anon] (?inline script?:12)
    at [anon] (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(114.664690) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:2)
    at [anon] (?inline script?:4)
    at eval (?inline script?:1) preventsyield
(114.666634) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'w' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:4) preventsyield
(114.666738) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'sc' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(114.667036) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'z' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at axa (?inline script?:1) construct
    at [anon] (?inline script?:7)
    at eval (?inline script?:1) preventsyield
(114.667100) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'sc_initSelects' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(114.667469) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'tb' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:6) preventsyield
(114.667505) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'hcfe' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(114.667572) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'tb' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(114.667603) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'hcfe' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(114.667638) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'sc_trackStatsPageView' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(114.761132) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:364)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:642) preventsyield
(117.227815) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:9) strict
    at [anon] (?inline script?:2) strict
    at [anon] (?inline script?:13) strict
    at eval (?inline script?:62) preventsyield
(117.742232) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: not object coercible
    at [anon] (content/handlers/javascript/duktape/duktape.c:23261) internal
    at slice () native strict preventsyield
    at [anon] (?inline script?:49) strict
    at eval (?inline script?:49) preventsyield
(119.824434) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:9) strict
    at [anon] (?inline script?:2) strict
    at [anon] (?inline script?:13) strict
    at eval (?inline script?:62) preventsyield
(119.846518) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: not object coercible
    at [anon] (content/handlers/javascript/duktape/duktape.c:23261) internal
    at slice () native strict preventsyield
    at [anon] (?inline script?:49) strict
    at eval (?inline script?:49) preventsyield
(121.500869) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:9) strict
    at [anon] (?inline script?:2) strict
    at [anon] (?inline script?:13) strict
    at eval (?inline script?:62) preventsyield
(121.882232) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: not object coercible
    at [anon] (content/handlers/javascript/duktape/duktape.c:23261) internal
    at slice () native strict preventsyield
    at [anon] (?inline script?:49) strict
    at eval (?inline script?:49) preventsyield
(122.636240) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:323)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:571) preventsyield
(123.147999) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://wordpress.org/wp-includes/js/dist/vendor/wp-polyfill-importmap.min.js?ver=1.8.2:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(123.661329) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://wordpress.org/wp-content/plugins/gutenberg/build/interactivity/navigation.min.js?ver=18.5.0-20240308:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(123.860200) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://stats.wp.com/e-202424.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(124.392193) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 25)
    at [anon] (https://wordpress.org/wp-content/mu-plugins/pub-sync/blocks/global-header-footer/js/view.js?ver=1697687698:25) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(124.392327) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://wordpress.org/wp-content/mu-plugins/pub-sync/blocks/language-suggest/build/front.js?ver=644968135f74c9367186:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(124.392366) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://wordpress.org/wp-content/mu-plugins/pub-sync/blocks/time/build/view.js?ver=362338b9e6592dcf125b:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(127.123612) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(128.467791) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://static.licdn.com/aero-v1/sc/h/1uuyxs1drglw3zggr8knpxg7:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(128.467834) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.licdn.com/aero-v1/sc/h/eh08muqvrde4h3hc6koyij5ti:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(129.774407) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 4)
    at [anon] (?inline script?:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(131.887604) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 4)
    at [anon] (https://cdn.intellimize.co/snippet/117151225.js:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(131.913048) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js:1)
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js:1) preventsyield
(131.915301) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/webpack-ec0ea51be392fdc2.js:1) strict
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/webpack-ec0ea51be392fdc2.js:1) preventsyield
(131.956762) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/framework-520c19f70d84ebf7.js:1) strict preventsyield
(131.978312) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/main-60485e40fa1a3517.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(131.984804) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/pages/_app-be86da6f7f7b635d.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(132.012946) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/1810-ae3c2416ce78cfa4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(132.013151) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/6403-a24502deeb580beb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(132.014554) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/5087-566b52f0f8525c95.js:1) preventsyield
(132.016126) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/9509-cf996a5998030585.js:1) strict preventsyield
(132.053443) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/684-1d69f237a7856966.js:1) preventsyield
(132.060627) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/6849-94a9250bdaa51b85.js:1) strict preventsyield
(132.064526) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/2440-2b3949f480867138.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(132.068391) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/7396-760c581b6b821d5f.js:1) preventsyield
(132.070617) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/1447-a5433cd9440b031f.js:1) strict preventsyield
(132.071961) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/6522-83338101a9a595c0.js:1) strict preventsyield
(132.073379) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/6179-59ecf2d84b2a28c9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(132.076900) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/pages/lohp/desktop-variant-56fdaeced010a1da.js:1) preventsyield
(132.077085) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property '__BUILD_MANIFEST' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/Brnp7vqXBisVk9B_bTsuw/_buildManifest.js:1) preventsyield
(132.077125) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/Brnp7vqXBisVk9B_bTsuw/_ssgManifest.js:1) preventsyield
(134.376646) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://github.githubassets.com/assets/wp-runtime-3f4706f06a5e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(134.376696) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_dompurify_dist_purify_js-810e4b1b9abd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376722) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_oddbird_popover-polyfill_dist_popover_js-4ac41d0a76fd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(134.376754) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_smoothscroll-polyfill_dist_smoothscroll_js-node_modules_stacktrace-parse-a448e4-bdc28e06dc01.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376781) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/environment-65dcc25bed15.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376802) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-f669b9466f06.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376827) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_selector-observer_dist_index_esm_js-9f960d9b217c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376852) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_combobox-nav_dist_index_js-node_modules_github_markdown-toolbar-e-820fc0-1176135e4d90.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376874) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_auto-complete-element_dist_index_js-node_modules_github_catalyst_-392fe4-5df1d85d02da.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376893) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_text-expander-element_dist_index_js-b2135edb5ced.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(134.376914) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_filter-input-element_dist_index_js-node_modules_github_remote-inp-b7d8f4-6e6f83bcc978.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376933) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_delegated-events_dist_in-b63d41-1e3984e4dd2f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.376957) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_primer_view-co-3959a9-1ccb1cef5682.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377005) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/app_assets_modules_github_onfocus_ts-ui_packages_trusted-types-policies_policy_ts-ui_packages-6fe316-4083e7233d28.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377026) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/github-elements-c9cd2492b1b3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377045) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/element-registry-5b3e7c7fd5d2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377065) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_braintree_browser-detection_dist_browser-detection_js-node_modules_githu-fd5530-79ffdad54bcd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377100) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-cc7cb714ead5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377120) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_morphdom_dist_morphdom-esm_js-node_modules_github_memoize_dist_esm_index_js-8d7117d67c36.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377139) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_turbo_dist_turbo_es2017-esm_js-1cea0f5eff45.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377158) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-893f9f-880ac2bbb719.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377177) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_scroll-anchoring_dist_scroll-anchoring_esm_js-node_modules_github_hotkey-1a1d91-1bb71f3f93c2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377196) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_color-convert_index_js-cdd1e82b3795.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377216) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_dimensions_js-node_modules_github_jtml_lib_index_js-b1947a1d4855.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377235) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_session-resume_dist_index_js-node_modules_primer_behaviors_dist_e-da6ec6-77ce2f267f4e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377254) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_quote-selection_dist_index_js-node_modules_github_textarea-autosi-9e0349-7c78ee755ad3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377274) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/app_assets_modules_github_updatable-content_ts-7fcc5f2841d8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377293) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/app_assets_modules_github_behaviors_task-list_ts-app_assets_modules_github_onfocus_ts-app_ass-421cec-d3af2356fb47.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377311) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-3dc342dedcb0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377332) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/app_assets_modules_github_behaviors_ajax-error_ts-app_assets_modules_github_behaviors_include-467754-0b06f9573e1c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377351) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-5276a3faf037.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377369) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/behaviors-4f7a77997eec.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377389) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-06ff531-2ea61fcc9a71.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377408) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/notifications-global-0409f6303340.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377447) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_stacktrace-parser_dist_stack-8189f0-5d656a5379c9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377465) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/marketing-59c0c7d73bcb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377484) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/home-d8bfea58dda8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377501) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_webgl-globe_dist_js_main_js-b3f332980b99.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(134.377519) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/webgl-globe-d3e3295f0ac2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377537) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/react-lib-dc88c1a68b28.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377556) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_octicons-react_dist_index_esm_js-node_modules_primer_react_lib-es-541a38-2ad77ede4dad.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377575) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Box_Box_js-5a335cbe71ad.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377593) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_FeatureFlags_FeatureFlags_js-node_modules_github_ca-9009bd-47065f21e9ac.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377615) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_Button_js-618154c88198.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377634) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TooltipV2_Tooltip_js-98aea6945770.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377653) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_node_modules_primer_octicons-react_dist_index_esm_mjs-dc98a76c65d6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377672) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionList_index_js-a2fe8fc7236e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377691) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_IconButton_js-node_modules_primer_react_lib--1cd808-94bb79d8a6de.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377710) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/ui_packages_react-core_create-browser-history_ts-ui_packages_safe-storage_safe-storage_ts-ui_-682c2c-44ed51a2083d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377748) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/keyboard-shortcuts-dialog-92ca2d9ac2b1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377788) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-8743f7dc256e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.377806) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/sessions-458fee042571.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(139.022186) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: not object coercible
    at [anon] (content/handlers/javascript/duktape/duktape.c:23261) internal
    at slice () native strict preventsyield
    at [anon] (?inline script?:49) strict
    at eval (?inline script?:49) preventsyield
(139.672791) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(139.741125) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:354) preventsyield
(139.844539) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at r (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:15)
    at Jb (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:31)
    at yd (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:86)
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:86)
    at eval (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/spf.vflset/spf.js:92) preventsyield
(140.531026) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: RangeError: const limit (line 16244)
    at [anon] (https://www.youtube.com/s/desktop/e0d7e13a/jsbin/desktop_polymer_legacy_browsers.vflset/desktop_polymer_legacy_browsers.js:16244) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:71112) internal
(143.954370) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://creativecommons.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.27.0:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(144.462712) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://creativecommons.org/wp-content/themes/vocabulary-theme/vocabulary/js/vocabulary.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(144.568468) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:371)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:647) preventsyield
(144.831020) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at placeholderInit (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(144.832731) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(144.832818) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'loadLegacyJS' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:4) preventsyield
(154.411461) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: not object coercible
    at [anon] (content/handlers/javascript/duktape/duktape.c:23261) internal
    at slice () native strict preventsyield
    at [anon] (?inline script?:49) strict
    at eval (?inline script?:49) preventsyield
(155.117617) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(156.535040) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/polyfills.isolated.cad2d702.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(157.560630) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/react.6a15a5cc.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(158.589811) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/vkcom-kit.f8982268.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(159.440500) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/vkui.55891411.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(160.463478) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/vkcom-kit-icons.818eaff7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(160.546964) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/architecture-mobx.4e49bc0d.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(160.637282) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/state-management.94ab436a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(161.751018) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/audioplayer-lib.b286099a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.808315) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/common.ff777f3b.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(163.825108) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/common_web.6e00b626.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(169.478930) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/5441c5ed.4aafa0df.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(170.490920) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/index.7b03aecb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(170.547861) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://vk.com/dist/web/language.b822385c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(171.560286) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/join.24f1ab06.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(172.576889) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: source decode failed (line 160)
    at [anon] (https://st6-21.vk.com/js/lib/ui_controls.js?200:160) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:86060) internal
(173.579582) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/ui_components.82f34389.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(174.480796) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/site_layout.b01bec51.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.493196) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/performance_observers.1d84027c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.516422) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/css_types.3c7624dc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.570360) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/vk_sans_observer.f501c70a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.675875) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/unauthorized.6c6879c3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.696095) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://st6-21.vk.com/dist/web/jobs_devtools_notification.1c80b303.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.715145) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/page_layout.8a5cd387.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.729196) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/7f463667.2f09ffd3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.810853) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/ui_common.7e684dbe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.906645) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/aa3c5e05.3f71e48c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(176.209003) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/likes.9a130816.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(176.240384) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/grip.9a9f735f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(176.240461) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(176.240540) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(176.379266) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at N (https://www.blogger.com/about/js/main.min.js?v=1476060773:23)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:43)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at eval (https://www.blogger.com/about/js/main.min.js?v=1476060773:46) preventsyield
(180.548254) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://cdn-client.medium.com/lite/static/js/manifest.462f1d61.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(180.727026) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cdn-client.medium.com/lite/static/js/2640.3217006c.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(181.805223) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cdn-client.medium.com/lite/static/js/main.06b075f0.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(182.841300) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cdn-client.medium.com/lite/static/js/instrumentation.4ddbf12e.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(183.842687) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cdn-client.medium.com/lite/static/js/reporting.2021fe63.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(184.878666) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cdn-client.medium.com/lite/static/js/HomeLoLegacyPage.MainContent.bd470cc1.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(184.878836) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'main' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(186.176153) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.249253) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__uspapiLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at e (?inline script?:1)
    at [anon] (?inline script?:1)
    at [anon] (?inline script?:1)
    at n (?inline script?:1)
    at [anon] (?inline script?:1) strict
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(186.251504) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 10)
    at [anon] (?inline script?:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(186.556846) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(186.557136) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.557311) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.557395) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.558269) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.561815) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.562687) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.563791) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(186.758584) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at N (https://s.yimg.com/ss/analytics-3.54.3.js:1)
    at H (https://s.yimg.com/ss/analytics-3.54.3.js:1)
    at [anon] (https://s.yimg.com/ss/analytics-3.54.3.js:1)
    at [anon] (?inline script?:32)
    at eval (?inline script?:41) preventsyield
(187.083744) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) preventsyield
    [...]
(187.084290) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '$_mod_ybar' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:8) preventsyield
(188.145087) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at e (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict construct
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at eval (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) preventsyield
(188.152224) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict
    at eval (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) preventsyield
(189.169803) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 7)
    at [anon] (https://s.yimg.com/uc/sf/0.1.434/js/safe.min.js:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(190.172395) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 34)
    at [anon] (?inline script?:34) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(190.174116) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'loadScriptAsync' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) preventsyield
(190.175013) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://consent.cmp.oath.com/version/6.4.1/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(190.191919) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    [...]
(190.194073) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/scp/js/fpDesktop.988739e3d0e510b57b92f94209ada20d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(190.194286) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.52.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(190.199384) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) preventsyield
(190.201468) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) preventsyield
(190.202496) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) preventsyield
(190.203244) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) preventsyield
(190.208216) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'performanceMarkSupported' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) preventsyield
(190.209514) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'bindEvent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at a (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) preventsyield
(190.211789) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) preventsyield
(190.214260) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) preventsyield
(190.215664) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) preventsyield
(190.217152) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) preventsyield
(190.217997) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) preventsyield
(190.220990) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) preventsyield
(190.222915) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'bindEvent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) preventsyield
(190.224430) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) preventsyield
(190.226872) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) preventsyield
(190.227813) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) preventsyield
(190.233632) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) preventsyield
(190.235945) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'isTouchSafariDevice' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) preventsyield
(190.238261) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) preventsyield
(190.239621) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'ready' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (https://s.yimg.com/aaq/fp/js/react-wafer-stream.custom.default.34fba140d46159f80d116c63459e57e7.js:1) preventsyield
(190.244399) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) preventsyield
(190.245802) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'throttle' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) preventsyield
(190.247423) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) preventsyield
(190.247505) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/c/381212d.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(190.248596) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Promise' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://edge-mcdn.secure.yahoo.com/ybar/cerebro_min.js:1)
    at [anon] (https://edge-mcdn.secure.yahoo.com/ybar/cerebro_min.js:1)
    at eval (https://edge-mcdn.secure.yahoo.com/ybar/cerebro_min.js:1) preventsyield
(190.259651) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at t (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1)
    at i (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at t (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1)
    at o (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at e (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict construct
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    [...]
(195.237956) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'awa' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://c.s-microsoft.com/en-us/CMSScripts/script.jsx?k=f65ecb70-094d-0b11-7c9d-7da1bcadfaa7:1) preventsyield
(196.839300) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(196.848621) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(196.848728) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.397453) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/search-bar/static/remoteEntry.js?1718369568:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.405241) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/remoteEntry.js?1718369568:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.410095) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/customer-notifications/static/remoteEntry.js?1718369568:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.410613) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/landing/assets/polyfill-df12660fcde901c66f4c.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.414737) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/landing/assets/application-74979a9224a2bc787ce9.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.415018) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/6916-edc8236c93982e048f5e.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.416181) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/Header-6165e06da8aef17a1a21.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.417630) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/theme-istock-js-f9a84c1147d6f7c70d1e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.419931) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunkglobal_nav' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/components/global-nav/static/locales-istock-en-us-c8358090fc72a4725826.js:1) preventsyield
(197.420075) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/2487-6e1c4215ab6de0f428b9.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.420145) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/2310-6d6ffd624fcd3426b047.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(197.420296) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/7567-b1a6b1c3a5bb57722546.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.420425) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/7054-2df04d09ec48b4238e8c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(197.420498) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/components-istock-Header-c0685c069e26e95e0c55.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.423360) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunklanding' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/landing/assets/locales-istock-en-us-yml-089ff87e41324c289d68.js:1) preventsyield
(197.423931) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunklanding' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/landing/assets/theme-istock-js-5d33b49f918d3e336d99.js:1) preventsyield
(197.424306) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunklanding' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/landing/assets/themes-istock-d7c5c0b1d16c86f8bd98.js:1) strict preventsyield
(197.425083) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunklanding' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/landing/assets/app-components-shared-SearchBar-SearchBar-80bfa6eddf4c8bd69810.js:1) strict preventsyield
(197.425194) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/components/search-bar/static/7334-57f132030f53e6286f61.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.426037) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/search-bar/static/7736-40306ce7c3134d8b8815.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(197.426121) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/search-bar/static/SearchBar-f0235140e1a8a0475bfa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.427172) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/search-bar/static/theme-istock-js-d3e7ad35f7f088d8aeca.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.428003) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunksearch_bar' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/components/search-bar/static/locales-istock-en-us-eab8924818127c1b8a20.js:1) preventsyield
(197.428158) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/6916-edc8236c93982e048f5e.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.429079) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/Footer-c592d59fd7c512a88ca0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.430221) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/theme-istock-js-f9a84c1147d6f7c70d1e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.432098) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunkglobal_nav' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/components/global-nav/static/locales-istock-en-us-c8358090fc72a4725826.js:1) preventsyield
(197.432218) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/2487-6e1c4215ab6de0f428b9.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(197.432356) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/components-istock-Footer-ad495f2efc4e8e054643.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(197.432467) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/Flags-GBR-fb557de36d2c0e159e49.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(197.432566) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/icons-app_store_badges-en-us-cead7c9cedecc9624e8b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(197.432661) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/icons-play_store_badges-en-us-81a12e355de2c7ebebbe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(198.741859) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'classList' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(200.517506) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-defaultVendors.b1f1db7bb1fea99d5d69.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.517801) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-gel.b2a35d809d337f643e8b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.518253) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-website.8c689a1fa5190c655cdd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.518651) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-base-website.c3fbb5d5c0647fc98063.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.518776) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-framework.e36be4b544749d4c2aaf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.518876) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.4fcd438116337a12a53d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.518962) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-vendor-optimizely.03023c86a750e292e0ed.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.519221) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-call-to-action-link.452f1fee4f5a2613ed81.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.519327) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-chameleon-global-navigation.8d5115caf2bbbefcea26.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.519413) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-chameleon-global-navigation.a209c9291336d7e7ed96.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.519508) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-product-navigation.e72259be7e4959469f16.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.519687) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-masthead.67ec2bb09079b0f776e1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.520232) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-product-navigation.fcdf98439aa7f7d42839.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.520314) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-main-heading.973b29dd608ad43c678b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.520822) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-metadata-snippet.8240dc9a9c0bc9e60b39.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.521433) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-metadata-strip.c89893ad717e8e508b4c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.521537) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-page-type-indicator.33fbb00392a82bdcce04.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.521639) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-sport-badge.208f85423de1256f6a57.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.522024) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-promo.ce4f118c145470a56db8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.522803) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-additional-links.d2e38bcc0b4b73aaccd9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.523060) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-information-panel.5928f4713ef3677d2d67.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.523180) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-collection-header.c7c651f33a41a8d756a5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.523403) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-short-form-promo.6578b7eab36d4bd39451.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.523553) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-live-preview-promo.159dc22f9d921dde7f91.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.523706) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-high-impact-promo.52bcaa77acf707781f8d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.523868) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-portrait-video-promo.83b0b28cc6910d57ea8f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.523994) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-hierarchical-promo-collection.eb985c108f4cd7bf4996.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.524164) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-hierarchical-promo-collection.44ceca3e2c520278ed1b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.524269) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-promo-carousel.95ef67142f2f17daa20d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.524410) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-simple-promo-collection.19ae3a6daacf5e96dead.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(200.524585) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-simple-promo-collection.fe0b17de5261df74bdb3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.524746) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-vendor-date-fns.06bd993c72da803ab56f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.525826) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-billboard.6195dce59680d7356d57.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.526000) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-message-banner.34964c08f731550219a3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.526837) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-message-banner.54b40116eb1a28cd86d5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.527343) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-static-links.048f868887704890814e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.527424) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-static-links.22583af3a7e696aa7814.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.528019) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-footer-promos.962696aa40e66555eb91.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.528454) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-global-footer.a075962865c70971e330.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.737949) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: quantifier without preceding atom (line 2)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-defaultVendors.33978428876a95ec0f58.legacy.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(201.202874) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__LOADABLE_LOADED_CHUNKS__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.files.bbci.co.uk/core/bundle-framework.f3286def31d5ed1dbc09.legacy.js:1) preventsyield
(201.212840) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__LOADABLE_LOADED_CHUNKS__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.37d76355f47d1ed6be01.legacy.js:1) strict
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.37d76355f47d1ed6be01.legacy.js:1) strict
    at eval (https://static.files.bbci.co.uk/core/bundle-pwa.37d76355f47d1ed6be01.legacy.js:1) preventsyield
(204.063710) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 2 (capture) requires a bool
    at [anon] (event_target.c:228) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:41)
    at [anon] (?inline script?:41)
    at Z (?inline script?:52)
    at [anon] (?inline script?:55)
    at eval (?inline script?:55) preventsyield
(204.177418) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:247) preventsyield
(204.177638) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:10)
    at [anon] (?inline script?:10)
    at eval (?inline script?:2) preventsyield
(204.179152) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:23)
    at eval (?inline script?:1) preventsyield
(204.612891) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Can't call method on undefined
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(204.659595) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'buffer' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:34)
    at eval (?inline script?:34) preventsyield
(204.767092) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:126)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:128)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:131)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:202)
    at [anon] (?inline script?:23)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:22)
    at eval (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:202) preventsyield
(204.781730) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Can't call method on undefined
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(204.903149) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at y (https://images-na.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:12)
    at heroBtf (?inline script?:5)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(205.053201) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01QvReFeJyL.js,01phmzCOwJL.js,01eOvPdxG7L.js,71R+dBJyqaL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&+LcZtV4F:757)
    at [anon] (?inline script?:23)
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01QvReFeJyL.js,01phmzCOwJL.js,01eOvPdxG7L.js,71R+dBJyqaL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&+LcZtV4F:757)
    at eval (https://images-na.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01QvReFeJyL.js,01phmzCOwJL.js,01eOvPdxG7L.js,71R+dBJyqaL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&+LcZtV4F:757) preventsyield
(205.459197) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(205.459413) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (?inline script?:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(205.679273) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 4)
    at [anon] (https://geo.dailymotion.com/player/xjnde.js:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(205.703496) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://static1.dmcdn.net/neon-ssr/prod/app.9cf5ab2d3f1f85d99c20.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(205.974784) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(206.190820) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.google.es/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:192) preventsyield
(206.570906) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(206.761566) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.google.com.br/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:192) preventsyield
(206.985795) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 11)
    at [anon] (?inline script?:11) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(206.986288) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(207.139557) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://i.forbesimg.com/simple-site/dist/js/common-e3fab579b2f85d8e76c4.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(207.179746) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://i.forbesimg.com/simple-site/dist/js/homepage-2305f61271e4f62bc5e3.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(207.179829) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 5)
    at [anon] (?inline script?:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(208.766411) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js:3)
    at [anon] (https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js:3)
    at [anon] (https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js:3)
    at eval (https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js:4) preventsyield
(208.942641) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable
    at [anon] (content/handlers/javascript/duktape/duktape.c:67438) internal
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:599)
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:346)
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:600)
    at eval (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:1069) preventsyield
(209.007945) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://static.mediafire.com/js/jquery/1.7.2/jquery.min.js:3)
    at [anon] (https://static.mediafire.com/js/jquery/1.7.2/jquery.min.js:3)
    at [anon] (https://static.mediafire.com/js/jquery/1.7.2/jquery.min.js:3)
    at eval (https://static.mediafire.com/js/jquery/1.7.2/jquery.min.js:4) preventsyield
(209.011511) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '$' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(209.341200) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:351)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:662) preventsyield
(209.481463) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'jQuery' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://static.mediafire.com/js/master_121931.js:10) preventsyield
(209.482616) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '$' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(209.484799) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '$' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(209.485456) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'document' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at c (?inline script?:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(209.624279) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:278)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:495) preventsyield
(209.801384) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable
    at [anon] (content/handlers/javascript/duktape/duktape.c:67438) internal
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:599)
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:346)
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:600)
    at eval (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:1069) preventsyield
(210.024507) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'document' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at c (?inline script?:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(211.292258) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 42)
    at [anon] (?inline script?:42) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(211.927465) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.cloudflare.com/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://www.cloudflare.com/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict
    at h (https://www.cloudflare.com/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://www.cloudflare.com/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict
    at eval (https://www.cloudflare.com/vendor/onetrust/scripttemplates/otSDKStub.js:1) preventsyield
(211.959525) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cloudflare.com/app-61c89c1c0efef3f85262.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(212.008003) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_cloudflare_mrkeng_r...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.cloudflare.com/framework-1b5f6997d144bdaec884.js:1) preventsyield
(212.010673) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_cloudflare_mrkeng_r...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.cloudflare.com/webpack-runtime-ad2cd8ba05e4fda5accd.js:1) strict
    at [anon] (https://www.cloudflare.com/webpack-runtime-ad2cd8ba05e4fda5accd.js:1) strict
    at eval (https://www.cloudflare.com/webpack-runtime-ad2cd8ba05e4fda5accd.js:1) preventsyield
(212.012834) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: not writable
    at [anon] (content/handlers/javascript/duktape/duktape.c:62326) internal
    at [anon] (https://www.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1) strict
    at [anon] (https://www.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1) strict preventsyield
    at forEach () native strict preventsyield
    at [anon] (https://www.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1) strict
    at t (https://www.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1) strict construct
    at [anon] (https://www.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1) strict
    at [anon] (https://www.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1) strict
    at eval (https://www.cloudflare.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1) preventsyield
(212.542583) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(212.753563) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.google.de/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:192) preventsyield
(214.473173) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.474224) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.474327) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.480703) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 2 (capture) requires a bool
    at [anon] (event_target.c:228) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:43)
    at [anon] (?inline script?:43)
    at Z (?inline script?:54)
    at [anon] (?inline script?:57)
    at eval (?inline script?:57) preventsyield
(214.480882) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.680967) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'match' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1) tailcall
    at [anon] (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1) tailcall
    at [anon] (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1)
    at r (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1)
    at eval (https://m.media-amazon.com/images/S/sash/p6Sd8rks33VZd9e.js:1) preventsyield
(214.716961) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://m.media-amazon.com/images/I/11QhRZqmoxL.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(214.816841) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.816991) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.817144) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.818538) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.818645) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.818715) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.819031) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'count' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:3)
    at eval (?inline script?:60) preventsyield
(214.819118) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.819227) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.819295) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.819680) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.819798) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.872298) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.876266) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.876404) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(214.890926) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'buffer' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:30)
    at eval (?inline script?:30) preventsyield
(215.749934) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1)
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1) preventsyield
(215.751165) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/webpack-c6cb93025a6d91e4.js:1) strict
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/webpack-c6cb93025a6d91e4.js:1) strict
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/webpack-c6cb93025a6d91e4.js:1) preventsyield
(215.786954) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/framework-735a6db3a2e8e4c5.js:1) strict preventsyield
(215.810924) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/main-e10dbeb41a067f4f.js:1) preventsyield
(215.811341) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/pages/_app-4f8bd532203722bf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.811450) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/c30a072d-2b953a30e97f941e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.875246) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/3169-e9653c390070f900.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.883529) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/2118-c3d6ef86c7437634.js:1) strict preventsyield
(215.885745) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/1389-9447b26d17b6a198.js:1) preventsyield
(215.886206) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/6026-b07354bb02f4c238.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.903173) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/3094-37ed1b509068e874.js:1) strict preventsyield
(215.904863) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/5795-2a5afe30cb10fa6d.js:1) strict preventsyield
(215.909253) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/3130-601ff05a25b1069f.js:1) strict preventsyield
(215.911466) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/2050-ddb1f08945f05ef4.js:1) strict preventsyield
(215.914064) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/1103-2888f3622c4f67f9.js:1) strict preventsyield
(215.915744) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/5959-eeb0c2aa64433d93.js:1) strict preventsyield
(215.918397) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/9411-fc7d77077812a803.js:1) strict preventsyield
(215.919813) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/5220-bda1ce30990eb898.js:1) strict preventsyield
(215.936025) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/1665-246d029cc55436bd.js:1) strict preventsyield
(215.937788) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/7633-d1c4ba013fb7640e.js:1) strict preventsyield
(215.941000) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/6741-708b2f6376188af9.js:1) strict preventsyield
(215.945054) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/9304-29a6f72e2ee4a7a0.js:1) strict preventsyield
(215.968487) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/pages/index-043d1b4bcbf2c647.js:1) preventsyield
(215.972011) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property '__BUILD_MANIFEST' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/xOAjCDRc2aAYJ4oR6yYxS/_buildManifest.js:1) preventsyield
(215.972063) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/xOAjCDRc2aAYJ4oR6yYxS/_ssgManifest.js:1) preventsyield
(216.804411) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://cdn-cookieyes.com/client_data/e71bc53f1cb88666d160c1e2/script.js:1)
    at r (https://cdn-cookieyes.com/client_data/e71bc53f1cb88666d160c1e2/script.js:1)
    at [anon] (https://cdn-cookieyes.com/client_data/e71bc53f1cb88666d160c1e2/script.js:1)
    at eval (https://cdn-cookieyes.com/client_data/e71bc53f1cb88666d160c1e2/script.js:1) preventsyield
(216.812782) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(217.472329) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable
    at [anon] (content/handlers/javascript/duktape/duktape.c:67438) internal
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:599)
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:346)
    at [anon] (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:600)
    at eval (https://www.gstatic.com/recaptcha/releases/TqxSU0dsOd2Q9IbI7CpFnJLD/recaptcha__en.js:1069) preventsyield
(218.148023) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 7)
    at [anon] (https://static.hugedomains.com/js/hdv3-js/script.js?aa=2022-10-32:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(218.166683) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ActiveXObject' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at hdcl (https://static.hugedomains.com/js/hdv3-js/common.js:57)
    at eval (https://static.hugedomains.com/js/hdv3-js/common.js:62) preventsyield
(218.212778) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.hugedomains.com/js/hdv3-js/hd-js.js?a=20220124b:23) preventsyield
(218.408535) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 8)
    at [anon] (https://www.hugedomains.com/rjs/hdv3-rjs/hd-js.cfm?aa=2022-10-32:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(218.411455) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'document' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at c (?inline script?:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(218.877825) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'location' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (?inline script?:242) preventsyield
(218.879573) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'switchers' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (?inline script?:52) preventsyield
(218.879924) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(218.880192) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(218.881674) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(218.939664) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 0 (handle) requires a number
    at [anon] (window.c:967) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:82)
    at [anon] (?inline script?:125)
    at [anon] (?inline script?:125)
    at [anon] (?inline script?:124)
    at Ra (?inline script?:74) construct
    at [anon] (?inline script?:130)
    at eval (?inline script?:140) preventsyield
(219.316321) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at Bc (http://top-fwz1.mail.ru/js/code.js:10)
    at M (http://top-fwz1.mail.ru/js/code.js:7)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:76)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:84)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:89)
    at eval (http://top-fwz1.mail.ru/js/code.js:90) preventsyield
(219.700142) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 5)
    at [anon] (https://privacy-cs.mail.ru/static/sync-loader.js:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(219.761302) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at logo (?inline script?:9)
    at eval (?inline script?:25) preventsyield
(219.761436) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'slidotype_on' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.763500) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(219.764356) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:78) preventsyield
(219.764879) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(219.765327) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:21) preventsyield
(219.767187) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:19)
    at eval (?inline script?:150) preventsyield
(219.767887) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'extend' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:5) preventsyield
(219.786302) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(219.786498) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(219.786580) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: undefined not callable66
in block "" at line: 
file: 
(219.786653) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: undefined not callable106
in block "" at line: 
file: 
(219.786806) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(219.787127) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(219.787671) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(219.787878) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(219.787956) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:24)
    at eval (?inline script?:171) preventsyield
(219.797214) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'encryptor' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (?inline script?:1119) strict
    at eval (?inline script?:1170) preventsyield
(219.797376) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'encryptor' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.799861) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'locator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:19)
    at eval (?inline script?:348) preventsyield
(219.800407) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '_' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.801046) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(219.803012) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.803504) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:11) preventsyield
(219.807401) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '_' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:76) preventsyield
(219.807770) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.808168) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.808624) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.808847) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '_' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:11) preventsyield
(219.809199) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'nonce' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.809356) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'scriptLoaded' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:8) preventsyield
(219.811817) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '_' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:6)
    at eval (?inline script?:86) preventsyield
(219.812187) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:5)
    at eval (?inline script?:23) preventsyield
(219.812304) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'load' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:3) preventsyield
(219.876899) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(219.877122) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.877646) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'id' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:11) preventsyield
(219.885079) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'scriptLoaded' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(219.885175) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'isPHAuthForm' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (?inline script?:1) preventsyield
(219.885745) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'scriptLoaded' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(220.164732) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'timestamp' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at checkCache (?inline script?:2)
    at eval (https://mail.ru/cache:1) preventsyield
(220.165120) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:21) preventsyield
(220.165367) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'switchers' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(220.231044) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable
    at [anon] (content/handlers/javascript/duktape/duktape.c:67438) internal
    at [anon] (https://limg.imgsmail.ru/splash/v/j/a_n-fp-4dd5b3b80c.js:109) strict
    at __webpack_require__ (https://limg.imgsmail.ru/splash/v/j/a_n-fp-4dd5b3b80c.js:50)
    at [anon] (https://limg.imgsmail.ru/splash/v/j/a_n-fp-4dd5b3b80c.js:100)
    at __webpack_require__ (https://limg.imgsmail.ru/splash/v/j/a_n-fp-4dd5b3b80c.js:50) tailcall
    at eval (https://limg.imgsmail.ru/splash/v/j/a_n-fp-4dd5b3b80c.js:1034) preventsyield
(220.231187) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable
    at [anon] (content/handlers/javascript/duktape/duktape.c:67438) internal
    at eval (?inline script?:1) preventsyield
(220.231321) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(220.231683) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:16)
    at eval (?inline script?:17) preventsyield
(220.232701) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasClass' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(223.831607) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 33)
    at [anon] (https://www.gstatic.com/devrel-devsite/prod/vcb16788a46369f41192d8988c5149cea86bddfebb91a7fb85ede926f44da4a35/developers/js/app_loader.js:33) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(227.967888) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'classList' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(228.106921) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-defaultVendors.b1f1db7bb1fea99d5d69.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107087) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-gel.b2a35d809d337f643e8b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107315) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-website.8c689a1fa5190c655cdd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107512) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-base-website.c3fbb5d5c0647fc98063.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107574) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-framework.e36be4b544749d4c2aaf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107623) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.4fcd438116337a12a53d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107666) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-vendor-optimizely.03023c86a750e292e0ed.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107798) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-call-to-action-link.452f1fee4f5a2613ed81.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107860) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-chameleon-global-navigation.8d5115caf2bbbefcea26.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107906) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-chameleon-global-navigation.a209c9291336d7e7ed96.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.107957) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-product-navigation.e72259be7e4959469f16.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.108068) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-masthead.67ec2bb09079b0f776e1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.108344) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-product-navigation.fcdf98439aa7f7d42839.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.108387) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-main-heading.973b29dd608ad43c678b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.108649) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-metadata-snippet.8240dc9a9c0bc9e60b39.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.108940) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-metadata-strip.c89893ad717e8e508b4c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109012) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-page-type-indicator.33fbb00392a82bdcce04.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109063) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-sport-badge.208f85423de1256f6a57.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109211) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-promo.ce4f118c145470a56db8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109567) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-additional-links.d2e38bcc0b4b73aaccd9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109687) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-information-panel.5928f4713ef3677d2d67.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109754) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-collection-header.c7c651f33a41a8d756a5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109865) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-short-form-promo.6578b7eab36d4bd39451.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.109941) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-live-preview-promo.159dc22f9d921dde7f91.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.110019) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-high-impact-promo.52bcaa77acf707781f8d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.110102) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-portrait-video-promo.83b0b28cc6910d57ea8f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.110164) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-hierarchical-promo-collection.eb985c108f4cd7bf4996.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.110255) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-hierarchical-promo-collection.44ceca3e2c520278ed1b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.110316) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-promo-carousel.95ef67142f2f17daa20d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.110394) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-simple-promo-collection.19ae3a6daacf5e96dead.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(228.110492) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-simple-promo-collection.fe0b17de5261df74bdb3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.110567) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-vendor-date-fns.06bd993c72da803ab56f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.111084) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-billboard.6195dce59680d7356d57.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.111173) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-message-banner.34964c08f731550219a3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.111575) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-message-banner.54b40116eb1a28cd86d5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.111821) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-component-static-links.048f868887704890814e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.111862) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-static-links.22583af3a7e696aa7814.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.112153) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-footer-promos.962696aa40e66555eb91.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.112368) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-global-footer.a075962865c70971e330.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(228.315920) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: quantifier without preceding atom (line 2)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-defaultVendors.33978428876a95ec0f58.legacy.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(228.763591) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__LOADABLE_LOADED_CHUNKS__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.files.bbci.co.uk/core/bundle-framework.f3286def31d5ed1dbc09.legacy.js:1) preventsyield
(228.774897) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__LOADABLE_LOADED_CHUNKS__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.37d76355f47d1ed6be01.legacy.js:1) strict
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.37d76355f47d1ed6be01.legacy.js:1) strict
    at eval (https://static.files.bbci.co.uk/core/bundle-pwa.37d76355f47d1ed6be01.legacy.js:1) preventsyield
(232.884337) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'classList' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:7) preventsyield
(232.884510) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'classList' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(234.197308) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.paypalobjects.com/ppcmsnodeweb/core/index-eae43120.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(235.224774) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.paypalobjects.com/globalnav/js/main-9cebfb4d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(235.228092) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.paypalobjects.com/globalnav/js/main-9cebfb4d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(235.277012) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'React' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://www.paypalobjects.com/marketing-resources/vendors/react-18_2_0-bundle.js:9) strict
    at eval (https://www.paypalobjects.com/marketing-resources/vendors/react-18_2_0-bundle.js:9) preventsyield
(236.294410) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.paypalobjects.com/marketing-resources/vendors/emotion-react-11_1_1-bundle.js:5) strict
    at [anon] (https://www.paypalobjects.com/marketing-resources/vendors/emotion-react-11_1_1-bundle.js:5)
    at eval (https://www.paypalobjects.com/marketing-resources/vendors/emotion-react-11_1_1-bundle.js:5) preventsyield
(236.305473) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(237.368815) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.paypalobjects.com/pa/js/min/pa.js:2) strict
    at oa (https://www.paypalobjects.com/pa/js/min/pa.js:2) strict
    at [anon] (https://www.paypalobjects.com/pa/js/min/pa.js:2) strict
    at eval (?inline script?:2) preventsyield
(237.961111) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.paypalobjects.com/ncs/ncs.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(237.961644) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'XMLHttpRequest' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.paypalobjects.com/helpcenter/smartchat/sales/v1/open-chat.js:7) strict
    at t (https://www.paypalobjects.com/helpcenter/smartchat/sales/v1/open-chat.js:7) strict
    at [anon] (https://www.paypalobjects.com/helpcenter/smartchat/sales/v1/open-chat.js:7) strict
    at eval (https://www.paypalobjects.com/helpcenter/smartchat/sales/v1/open-chat.js:7) strict preventsyield
(237.967223) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol hidden '??NETSURF_DUKTAPE_PRIVATE'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] () native strict preventsyield
    at [anon] (https://www.paypal.com/auth/createchallenge/b76f0363e075ae18/recaptchav3.js?_sessionID=32RzdVxi5BupbVQ8Lnma6i5KZhVlw0Z2:1)
    at eval (https://www.paypal.com/auth/createchallenge/b76f0363e075ae18/recaptchav3.js?_sessionID=32RzdVxi5BupbVQ8Lnma6i5KZhVlw0Z2:1) preventsyield
(241.598389) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 168)
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-PRBZ42F:168) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(243.453206) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cdn-production-opera-website.operacdn.com/staticfiles/main.49a5a696d935.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(247.166548) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at nf (https://feedburner.google.com/bundle/releases/2022080215/js.js:179)
    at [anon] (https://feedburner.google.com/bundle/releases/2022080215/js.js:180)
    at [anon] (https://feedburner.google.com/bundle/releases/2022080215/js.js:98)
    at [anon] (https://feedburner.google.com/bundle/releases/2022080215/js.js:180)
    at [anon] (https://feedburner.google.com/bundle/releases/2022080215/js.js:180)
    at [anon] (https://feedburner.google.com/bundle/releases/2022080215/js.js:98)
    at eval (https://feedburner.google.com/bundle/releases/2022080215/js.js:180) preventsyield
(247.254897) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:388)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:681) preventsyield
(250.681410) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__DEV__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.xx.fbcdn.net/rsrc.php/v3/yv/r/XVfyC-hY3iC.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(250.689438) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.689663) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.696598) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.696779) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.697492) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.698110) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.698233) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(250.698435) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.698509) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(250.698608) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(250.701667) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(251.092412) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 43)
    at [anon] (?inline script?:43) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(251.093404) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(251.093532) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(251.095956) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(251.096168) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'inUserConsentState' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(251.293130) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: quantifier without preceding atom (line 2)
    at [anon] (https://cdn.optimizely.com/public/125375509/s/landingprod.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(251.293249) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 5)
    at [anon] (?inline script?:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(251.316677) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 6)
    at [anon] (?inline script?:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(251.450089) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid range (line 20)
    at [anon] (?inline script?:20) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:88167) internal
(251.735023) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'split' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at F (https://static.chartbeat.com/js/chartbeat_mab.js:8)
    at ta (https://static.chartbeat.com/js/chartbeat_mab.js:8)
    at [anon] (https://static.chartbeat.com/js/chartbeat_mab.js:50)
    at eval (https://static.chartbeat.com/js/chartbeat_mab.js:50) preventsyield
(254.750629) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'performance' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(254.751617) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(254.751788) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'performance' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:6) preventsyield
(255.197201) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://cfl.dropboxstatic.com/static/metaserver/static/js/alameda_bundle/alameda_bundle_ie_en-vflxNdXdB.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(255.211554) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:3) preventsyield
(255.211716) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.211845) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.211995) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.212098) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.212294) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.212402) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.212629) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.212724) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.212898) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.213029) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.213139) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.266397) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(255.266489) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(260.065176) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__DEV__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.whatsapp.net/rsrc.php/v3/yv/r/XVfyC-hY3iC.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(260.069545) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.069723) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.086991) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.087089) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.088822) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.089083) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.089152) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(260.089230) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.089270) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(260.089327) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(260.089811) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(263.947091) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 11)
    at [anon] (?inline script?:11) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(263.951482) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'newrelic' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:12) preventsyield
(266.250352) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/gallium.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(267.563831) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(267.567091) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 5)
    at [anon] (?inline script?:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(267.578098) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(267.710174) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'indexOf' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at isAdFreeExperience (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2475) strict
    at init (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:129) strict
    at Core (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2626) strict construct
    at [anon] (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2928) strict
    at eval (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2935) preventsyield
(269.414803) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'performance' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(269.415110) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 4)
    at [anon] (?inline script?:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(269.663639) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://cmp.osano.com/AzZdHGSGtpxCq1Cpt/079b27eb-bb3f-48dd-9bd9-3feb8aec3c38/osano.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(269.663721) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (?inline script?:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(270.851747) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://public.slidesharecdn.com/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1)
    at eval (https://public.slidesharecdn.com/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1) preventsyield
(270.853489) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://public.slidesharecdn.com/_next/static/chunks/webpack-0405750e5ad38c0c.js:1) strict
    at eval (https://public.slidesharecdn.com/_next/static/chunks/webpack-0405750e5ad38c0c.js:1) preventsyield
(270.889642) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://public.slidesharecdn.com/_next/static/chunks/framework-c6cf04d481c1a7b4.js:1) strict preventsyield
(270.890207) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://public.slidesharecdn.com/_next/static/chunks/main-531465f14a247e6c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(270.890337) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://public.slidesharecdn.com/_next/static/chunks/pages/_app-928a13a2c8a28623.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(270.890827) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://public.slidesharecdn.com/_next/static/chunks/2530-7d5cc92a20278ed7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(270.890915) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://public.slidesharecdn.com/_next/static/chunks/pages/index-8b5ae31745c57dc6.js:1) preventsyield
(270.891163) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property '__BUILD_MANIFEST' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (https://public.slidesharecdn.com/_next/static/7908aa0194af52d7be8c4e1b64ffcc73241ea770/_buildManifest.js:1) preventsyield
(270.891197) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://public.slidesharecdn.com/_next/static/7908aa0194af52d7be8c4e1b64ffcc73241ea770/_ssgManifest.js:1) preventsyield
(274.278212) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(275.496156) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.google.co.uk/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:192) preventsyield
(278.947391) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: Error in adding TTJSStart marker
(279.950794) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 4)
    at [anon] (?inline script?:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(281.059222) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.msn.com/staticsb/statics/latest/oneTrust/1.9/scripttemplates/otSDKStub.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(281.471910) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.msn.com/bundles/v1/homePage/latest/SSR-extension.7765cb799b30e65f6a9e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(281.472707) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'matchMedia' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(281.472890) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 4)
    at [anon] (?inline script?:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(281.473042) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(282.491748) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.msn.com/bundles/v1/homePage/latest/vendors.d764a9ae4b19faa50c93.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(282.840963) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.msn.com/bundles/v1/homePage/latest/microsoft.fa16f9c62025f11bdd41.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(284.169916) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.msn.com/bundles/v1/homePage/latest/common.68af51899309710f3370.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(285.202075) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.msn.com/bundles/v1/homePage/latest/experience.89b2f17790c170040fe0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(285.591208) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(286.829923) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.google.co.jp/xjs/_/js/k=xjs.hp.en.IV26SwcDIYE.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAABOAAAAAAAAAAAAAAAPADAAAAAAAAAAAAAAAAADgQ3xEACMAiAAC8/d=1/ed=1/rs=ACT90oHuHoDcmUFeeIKkqcCCQ8PCuwu0iA/m=sb_he,d:192) preventsyield
(290.031524) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 2 (capture) requires a bool
    at [anon] (event_target.c:228) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:41)
    at [anon] (?inline script?:41)
    at Z (?inline script?:52)
    at [anon] (?inline script?:55)
    at eval (?inline script?:55) preventsyield
(290.613817) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:247) preventsyield
(290.614120) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:10)
    at [anon] (?inline script?:10)
    at eval (?inline script?:2) preventsyield
(290.615619) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:23)
    at eval (?inline script?:1) preventsyield
(290.662338) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'buffer' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:34)
    at eval (?inline script?:34) preventsyield
(290.672706) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Can't call method on undefined
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(290.783893) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:126)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:128)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:131)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:202)
    at [anon] (?inline script?:23)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:22)
    at eval (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:202) preventsyield
(290.800660) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Can't call method on undefined
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(290.876403) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at y (https://images-fe.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:12)
    at heroBtf (?inline script?:5)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(291.037161) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01GCq4sIUxL.js,01UpfDrdeYL.js,01eOvPdxG7L.js,71+eJVi8FpL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&3r+9i8FB:757)
    at [anon] (?inline script?:23)
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01GCq4sIUxL.js,01UpfDrdeYL.js,01eOvPdxG7L.js,71+eJVi8FpL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&3r+9i8FB:757)
    at eval (https://images-fe.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01GCq4sIUxL.js,01UpfDrdeYL.js,01eOvPdxG7L.js,71+eJVi8FpL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&3r+9i8FB:757) preventsyield
(293.554136) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:285)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:495) preventsyield
(298.163673) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:278)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:495) preventsyield
(298.259049) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'state' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://line.me/app.js:2) strict
    at [anon] (https://line.me/app.js:2) strict
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    [...]
(300.008233) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:279)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:536) preventsyield
(300.474914) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://search.usa.gov/assets/sayt_loader.js:5) tailcall
    at eval (https://search.usa.gov/assets/sayt_loader.js:5) preventsyield
(300.706275) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'offsetTop' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:1052)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-migrate-1.4.1.min.js:2)
    at [anon] (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:471) construct
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:1055)
    at eval (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:1080) preventsyield
    [...]
(300.768229) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.nih.gov/sites/default/files/js/js_hNnF7a_sbk6nZ2-mOamHzalYND7HBHDLRInsaU93HDk.js:17)
    at [anon] (https://www.nih.gov/sites/default/files/js/js_hNnF7a_sbk6nZ2-mOamHzalYND7HBHDLRInsaU93HDk.js:17)
    at [anon] (https://www.nih.gov/sites/default/files/js/js_hNnF7a_sbk6nZ2-mOamHzalYND7HBHDLRInsaU93HDk.js:17)
    at eval (https://www.nih.gov/sites/default/files/js/js_hNnF7a_sbk6nZ2-mOamHzalYND7HBHDLRInsaU93HDk.js:34) preventsyield
(300.852168) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'nodeType' of null
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:3)
    at [anon] (https://cdn.jsdelivr.net/qtip2/3.0.3/jquery.qtip.min.js:3) strict
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:3)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:3)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2) tailcall
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-migrate-1.4.1.min.js:2)
    at [anon] (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:471) construct
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    [...]
(300.907297) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Shadowbox' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(301.095220) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable
    at [anon] (content/handlers/javascript/duktape/duktape.c:67438) internal
    at eval (https://www.nih.gov/sites/default/files/js/js_u7NkY8T8nlOgV0rVVicmfB0CUuCvZZE_2_NkS4ohh6A.js:4) preventsyield
(301.124031) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://script.crazyegg.com/pages/scripts/0011/2616.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(301.148442) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'getAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://gateway.foresee.com/sites/nih-gov/production/gateway.min.js:7)
    at [anon] (https://gateway.foresee.com/sites/nih-gov/production/gateway.min.js:7)
    at eval (https://gateway.foresee.com/sites/nih-gov/production/gateway.min.js:7) preventsyield
(301.936543) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Can't call method on undefined
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (?inline script?:49) strict
    at eval (?inline script?:49) preventsyield
(302.545726) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.guim.co.uk/assets/frameworks.client.web.6aa2bea90bfc33d3bc89.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(302.569362) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://assets.guim.co.uk/assets/index.client.web.3de17f8307fa19264e5a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(302.605046) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(302.608772) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'getBoundingClientRect' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:1)
    at r (?inline script?:1)
    at [anon] (?inline script?:1)
    at r (?inline script?:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(304.356967) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'display' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://assets.guim.co.uk/polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%2Ces2017%2Ces2018%2Ces2019%2Cdefault-3.6%2CHTMLPictureElement%2CIntersectionObserver%2CIntersectionObserverEntry%2CURLSearchParams%2Cfetch%2CNodeList.prototype.forEach%2Cnavigator.sendBeacon%2Cperformance.now%2CPromise.allSettled&flags=gated&callback=guardianPolyfilled&unknown=polyfill&cacheClear=1:181)
    at [anon] (https://assets.guim.co.uk/polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%2Ces2017%2Ces2018%2Ces2019%2Cdefault-3.6%2CHTMLPictureElement%2CIntersectionObserver%2CIntersectionObserverEntry%2CURLSearchParams%2Cfetch%2CNodeList.prototype.forEach%2Cnavigator.sendBeacon%2Cperformance.now%2CPromise.allSettled&flags=gated&callback=guardianPolyfilled&unknown=polyfill&cacheClear=1:181)
    at eval (https://assets.guim.co.uk/polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%2Ces2017%2Ces2018%2Ces2019%2Cdefault-3.6%2CHTMLPictureElement%2CIntersectionObserver%2CIntersectionObserverEntry%2CURLSearchParams%2Cfetch%2CNodeList.prototype.forEach%2Cnavigator.sendBeacon%2Cperformance.now%2CPromise.allSettled&flags=gated&callback=guardianPolyfilled&unknown=polyfill&cacheClear=1:183) preventsyield
(304.357036) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://assets.guim.co.uk/javascripts/commercial/25333d1461ff11c2df51/graun.standalone.commercial.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(304.357105) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.guim.co.uk/assets/frameworks.client.web.legacy.6aa2bea90bfc33d3bc89.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(304.357129) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://assets.guim.co.uk/assets/index.client.web.legacy.2cdf38c3657142482458.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(304.604770) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'location' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(304.634592) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 8)
    at [anon] (?inline script?:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(304.635438) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'getComputedStyle' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at _getHeight (https://interactive.guim.co.uk/libs/iframe-messenger/iframeMessenger.js:158) strict
    at _handleResize (https://interactive.guim.co.uk/libs/iframe-messenger/iframeMessenger.js:207) strict
    at resize (https://interactive.guim.co.uk/libs/iframe-messenger/iframeMessenger.js:115) strict
    at resizeToCurrentHeight (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(309.086752) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'appendChild' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:4) preventsyield
(310.741048) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(310.911934) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__uspapiLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at e (?inline script?:1)
    at [anon] (?inline script?:1)
    at [anon] (?inline script?:1)
    at n (?inline script?:1)
    at [anon] (?inline script?:1) strict
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(310.916064) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 10)
    at [anon] (?inline script?:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(311.249581) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(311.249919) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(311.250121) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(311.250245) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(311.251435) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(311.255439) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(311.256560) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(311.257778) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(311.269504) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '$_mod_ybar' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:8) preventsyield
(311.455331) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at N (https://s.yimg.com/ss/analytics-3.54.3.js:1)
    at H (https://s.yimg.com/ss/analytics-3.54.3.js:1)
    at [anon] (https://s.yimg.com/ss/analytics-3.54.3.js:1)
    at [anon] (?inline script?:32)
    at eval (?inline script?:41) preventsyield
(311.503092) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) preventsyield
    [...]
(312.605940) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at e (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict construct
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at eval (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) preventsyield
(312.616462) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) strict
    at eval (https://s.yimg.com/aaq/vzm/cs_1.6.0.js:1) preventsyield
(313.646344) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 7)
    at [anon] (https://s.yimg.com/uc/sf/0.1.434/js/safe.min.js:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(314.649513) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 34)
    at [anon] (?inline script?:34) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(314.653352) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'loadScriptAsync' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.15.js:1) preventsyield
(314.655344) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://consent.cmp.oath.com/version/6.4.1/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(314.692643) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    [...]
(314.696806) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/scp/js/fpDesktop.988739e3d0e510b57b92f94209ada20d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(314.696888) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.52.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(314.705951) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-caas-1.36.5.js:1) preventsyield
(314.709503) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) preventsyield
(314.711176) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) preventsyield
(314.712229) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) preventsyield
(314.719283) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'performanceMarkSupported' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) preventsyield
(314.720902) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'bindEvent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at a (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) preventsyield
(314.723872) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) preventsyield
(314.726905) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-action-1.8.1.js:1) preventsyield
(314.728554) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-template-1.4.3.js:1) preventsyield
(314.730284) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) preventsyield
(314.731267) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-clipboard-copy-1.0.2.js:1) preventsyield
(314.734660) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) preventsyield
(314.736760) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'bindEvent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) preventsyield
(314.738376) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-benji-1.2.0.js:1) preventsyield
(314.740987) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-form-1.34.5.js:1) preventsyield
(314.741997) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-countdown-1.2.5.js:1) preventsyield
(314.748284) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) preventsyield
(314.750789) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'isTouchSafariDevice' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) preventsyield
(314.753063) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-native-da-1.0.5.js:1) preventsyield
(314.754467) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'ready' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (https://s.yimg.com/aaq/fp/js/react-wafer-stream.custom.default.34fba140d46159f80d116c63459e57e7.js:1) preventsyield
(314.757066) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'findAncestor' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) preventsyield
(314.762209) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) preventsyield
(314.763739) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'throttle' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-geolocation-1.3.0.js:1) preventsyield
(314.765466) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-sticky-1.2.6.js:1) preventsyield
(314.765550) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/c/381212d.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(314.766724) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Promise' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://edge-mcdn.secure.yahoo.com/ybar/cerebro_min.js:1)
    at [anon] (https://edge-mcdn.secure.yahoo.com/ybar/cerebro_min.js:1)
    at eval (https://edge-mcdn.secure.yahoo.com/ybar/cerebro_min.js:1) preventsyield
(314.779799) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at t (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1)
    at i (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at t (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1)
    at o (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    at e (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict construct
    at [anon] (https://s.yimg.com/aaq/hc/homepage-pwa-defer-1.1.6.js:1) strict
    [...]
(318.155699) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'indexOf' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:13)
    at eval (?inline script?:29) preventsyield
(319.257633) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.google.com/photos/static/2020/js/vendor/lottie-player-0.5.1.min.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(320.332779) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.google.com/photos/static/2020/js/main.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(320.333279) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'split' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:5) preventsyield
(320.940952) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'glueCookieNotificationBarAutoloa...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at S (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:49) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:51) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:51) preventsyield
(322.581854) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-K6HGMLB:322)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-K6HGMLB:572) preventsyield
(328.802013) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 12)
    at [anon] (https://european-union.europa.eu/sites/default/files/js/js_br6jK3UGcQ3esHYdgz2h7m16y4KFZxZWUszAmRQZJdE.js?scope=footer&delta=0&language=en&theme=ewcms_theme&include=eJxVjFEOgkAMRC-EcqSmLCPWdLdk2wW5vRpQw9_0vc4YKO7I6JPl2QpKkMpQuW6E1hloxRBm6v1Y28x6_d4Xz1xDjUfUzjcP5H5gx6ezL-IZqIWVfJn-dK5SosOash_kJtCRft-SrJz8nvnttpDkZ5fIW12wHTQ3DVEpU2M9ig8n5Q-YQAWThXCIlRdfkWN6:12) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(328.833900) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 4)
    at [anon] (https://european-union.europa.eu/sites/default/files/js/js_suOMWj3GLOSpBIFmky15PFlAZtY5vdQR642P7cuJLbw.js?scope=footer&delta=2&language=en&theme=ewcms_theme&include=eJxVjFEOgkAMRC-EcqSmLCPWdLdk2wW5vRpQw9_0vc4YKO7I6JPl2QpKkMpQuW6E1hloxRBm6v1Y28x6_d4Xz1xDjUfUzjcP5H5gx6ezL-IZqIWVfJn-dK5SosOash_kJtCRft-SrJz8nvnttpDkZ5fIW12wHTQ3DVEpU2M9ig8n5Q-YQAWThXCIlRdfkWN6:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(328.938502) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'jQuery' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://european-union.europa.eu/sites/default/files/js/js_ITCzdPnHpbtlUwzjd9xe06fiX__zhdrvKU7nalbXHC8.js?scope=footer&delta=4&language=en&theme=ewcms_theme&include=eJxVjFEOgkAMRC-EcqSmLCPWdLdk2wW5vRpQw9_0vc4YKO7I6JPl2QpKkMpQuW6E1hloxRBm6v1Y28x6_d4Xz1xDjUfUzjcP5H5gx6ezL-IZqIWVfJn-dK5SosOash_kJtCRft-SrJz8nvnttpDkZ5fIW12wHTQ3DVEpU2M9ig8n5Q-YQAWThXCIlRdfkWN6:2) preventsyield
(329.983418) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://webtools.europa.eu/load.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(332.961575) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at eval (?inline script?:3) preventsyield
(332.976091) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(332.982539) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'XMLHttpRequest' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:45)
    at [anon] (?inline script?:45)
    at eval (?inline script?:45) preventsyield
(332.983931) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(332.987685) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(333.006923) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:5) strict
    at eval (?inline script?:5) strict preventsyield
(333.007903) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:5) strict
    at eval (?inline script?:5) strict preventsyield
(333.009305) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:5) strict
    at eval (?inline script?:5) strict preventsyield
(333.011119) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:5) strict
    at eval (?inline script?:5) strict preventsyield
(333.678775) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js:1) strict
    at eval (https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js:1) preventsyield
(336.326553) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 10)
    at [anon] (https://static01.nytimes.com/storylines/pilot/burst-59a93a2ef71a097b5d44.js:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(336.334674) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.nytimes.com/vi-assets/static-assets/vendor-2988a9e82642680fd3f1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(336.544988) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.nytimes.com/vi-assets/static-assets/home-17f540cd249200a50535.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(336.561226) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.nytimes.com/vi-assets/static-assets/main-f04ced0623cc99e7a5c3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(336.679375) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:376)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:770) preventsyield
(336.679951) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__launchpadLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at a (https://launchpad-wrapper.privacymanager.io/9fab0bf6-df63-42ca-acc5-caf4de668f40/launchpad-liveramp.js:1)
    at [anon] (https://launchpad-wrapper.privacymanager.io/9fab0bf6-df63-42ca-acc5-caf4de668f40/launchpad-liveramp.js:1)
    at eval (https://launchpad-wrapper.privacymanager.io/9fab0bf6-df63-42ca-acc5-caf4de668f40/launchpad-liveramp.js:1) preventsyield
(338.102630) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'postMessage' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at getCookie (?inline script?:25)
    at eval (?inline script?:38) preventsyield
(341.957098) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 26)
    at [anon] (?inline script?:26) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(342.082761) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(342.083825) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(343.243944) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://script.hotjar.com/modules.db8890ba82a7e392473f.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(343.373287) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1:395)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1:707) preventsyield
(345.597720) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'pbjsChunk' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://tm.jsuol.com.br/modules/external/Prebid.js:11)
    at [anon] (https://tm.jsuol.com.br/modules/external/Prebid.js:11)
    at [anon] (https://tm.jsuol.com.br/modules/external/Prebid.js:11)
    at eval (https://tm.jsuol.com.br/modules/external/Prebid.js:44) preventsyield
(346.990422) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at hasParam (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets/dist&asset=cb-config.min.js:1)
    at eval (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets/dist&asset=cb-config.min.js:1) preventsyield
(346.990752) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://tm.jsuol.com.br/modules/dmp-uol-sync.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(346.990787) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://c.jsuol.com.br/assets/?loadComponent=media&contentType=js&tpl=assets/dist/libs/performance-observer.min:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(347.139360) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets&asset=/vendors~9c5b28f6.0655d0d06230177cfddf.js:7) strict
    at [anon] (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets&asset=/vendors~9c5b28f6.0655d0d06230177cfddf.js:7) strict
    at a (?inline script?:2)
    at [anon] (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets&asset=/app~24120820.95e97df1c66c597fcb4b.js:1) strict
    at a (?inline script?:2)
    at r (?inline script?:2) tailcall
    at eval (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets&asset=/vendors~9c5b28f6.0655d0d06230177cfddf.js:7) preventsyield
(348.181260) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 2 (capture) requires a bool
    at [anon] (event_target.c:228) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:41)
    at [anon] (?inline script?:41)
    at Z (?inline script?:52)
    at [anon] (?inline script?:55)
    at eval (?inline script?:55) preventsyield
(348.483486) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:126)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:128)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:131)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:202)
    at [anon] (?inline script?:23)
    at [anon] (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:22)
    at eval (https://m.media-amazon.com/images/I/61xJcNKKLXL.js?AUIClients/AmazonUIjQuery:202) preventsyield
(348.505368) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:247) preventsyield
(348.505578) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:10)
    at [anon] (?inline script?:10)
    at eval (?inline script?:2) preventsyield
(348.506957) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:23)
    at eval (?inline script?:1) preventsyield
(348.557981) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'buffer' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:34)
    at eval (?inline script?:34) preventsyield
(348.578110) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Can't call method on undefined
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(348.578234) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202406110101/pubads_impl.js:32) preventsyield
(348.587859) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Can't call method on undefined
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.176.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(348.794042) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'querySelector' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://m.media-amazon.com/images/I/21qmf02pSPL.js?AUIClients/PRIVCONAssets-spConsentBanner:4)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(349.000307) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at y (https://images-eu.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:12)
    at heroBtf (?inline script?:5)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(349.173809) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01A8CUOyW-L.js,01DrNTYt+RL.js,01eOvPdxG7L.js,71+eJVi8FpL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&3r+9i8FB:757)
    at [anon] (?inline script?:23)
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01A8CUOyW-L.js,01DrNTYt+RL.js,01eOvPdxG7L.js,71+eJVi8FpL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&3r+9i8FB:757)
    at eval (https://images-eu.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01A8CUOyW-L.js,01DrNTYt+RL.js,01eOvPdxG7L.js,71+eJVi8FpL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&3r+9i8FB:757) preventsyield
(349.586497) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(349.587685) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported
    at n (?inline script?:2) strict
    at [anon] (?inline script?:2) strict
    at eval (?inline script?:3) preventsyield
(349.588120) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(349.590045) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 35)
    at [anon] (?inline script?:35) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.741010) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 10)
    at [anon] (https://at.adtech.redventures.io/lib/dist/prod/bidbarrel-cnet-rv.min.js:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.876165) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at t (https://c.amazon-adsystem.com/aax2/apstag.js:2) strict construct
    at t (https://c.amazon-adsystem.com/aax2/apstag.js:2) strict construct
    at [anon] (https://c.amazon-adsystem.com/aax2/apstag.js:2) strict
    at eval (https://c.amazon-adsystem.com/aax2/apstag.js:2) preventsyield
(351.880706) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict
    at h (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict
    at eval (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) preventsyield
(351.886849) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'split' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at F (https://static.chartbeat.com/js/chartbeat_mab.js:8)
    at ta (https://static.chartbeat.com/js/chartbeat_mab.js:8)
    at [anon] (https://static.chartbeat.com/js/chartbeat_mab.js:50)
    at eval (https://static.chartbeat.com/js/chartbeat_mab.js:50) preventsyield
(351.909516) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/d940860.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.922165) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/43e3795.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.935367) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.cnet.com/a/neutron/532ab72.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(351.944255) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/b87e8fd.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.947186) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/265cc19.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.948867) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/afc440b.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.953113) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/20b2068.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.960478) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/b37cdbe.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.965412) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.cnet.com/a/neutron/add84b8.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(351.971016) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/0381f14.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.976228) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/d3d8636.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.977734) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/72f9deb.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.980779) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/c64dd92.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.983987) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.cnet.com/a/neutron/3ab73f1.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(351.986401) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/4e303e6.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.990831) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.cnet.com/a/neutron/6206681.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(351.993371) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.cnet.com/a/neutron/77c9a63.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(351.996757) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/f8bb834.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(352.121477) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.cnet.com/a/neutron/5138052.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(352.137717) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.cnet.com/a/neutron/cdb7398.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(352.153776) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.cnet.com/a/neutron/7300ac9.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(352.318300) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.cnet.com/a/neutron/6571260.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(353.188982) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://cdn.cookielaw.org/consent/ba57dc0e-bed0-43c0-8099-686e40ea64e7-test/OtAutoBlock.js:7)
    at eval (https://cdn.cookielaw.org/consent/ba57dc0e-bed0-43c0-8099-686e40ea64e7-test/OtAutoBlock.js:9) preventsyield
(353.221901) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at h (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at eval (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) preventsyield
(354.045599) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202406110101/pubads_impl.js:32) preventsyield
(354.550462) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://x.myspacecdn.com/new/common/js/global.379162F0DE1F945E258F402F46659422.min.js:1)
    at eval (https://x.myspacecdn.com/new/common/js/global.379162F0DE1F945E258F402F46659422.min.js:1) preventsyield
(354.582927) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'formHelper' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://x.myspacecdn.com/new/common/js/authentication.7925E02B53674B3471A98AD4BD667A23.min.js:1)
    at eval (https://x.myspacecdn.com/new/common/js/authentication.7925E02B53674B3471A98AD4BD667A23.min.js:1) preventsyield
(354.612194) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at b (https://x.myspacecdn.com/new/common/js/player.CC820A0464BE9D49ECE7F523BC3A49A4.min.js:2)
    at [anon] (https://x.myspacecdn.com/new/common/js/player.CC820A0464BE9D49ECE7F523BC3A49A4.min.js:2)
    at eval (https://x.myspacecdn.com/new/common/js/player.CC820A0464BE9D49ECE7F523BC3A49A4.min.js:2) preventsyield
(354.620908) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'appendChild' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at append (https://assets.guim.co.uk/polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%2Ces2017%2Ces2018%2Ces2019%2Cdefault-3.6%2CHTMLPictureElement%2CIntersectionObserver%2CIntersectionObserverEntry%2CURLSearchParams%2Cfetch%2CNodeList.prototype.forEach%2Cnavigator.sendBeacon%2Cperformance.now%2CPromise.allSettled&flags=gated&callback=guardianPolyfilled&unknown=polyfill&cacheClear=1:161)
    at [anon] (https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js:5)
    at _t (https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js:5)
    at [anon] (https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js:5)
    at [anon] (https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js:6)
    at [anon] (https://x.myspacecdn.com/new/homepage/js/homepage.690CA1DBE1AC252305AC57AAA875554F.min.js:2)
    at eval (https://x.myspacecdn.com/new/homepage/js/homepage.690CA1DBE1AC252305AC57AAA875554F.min.js:2) preventsyield
(356.993707) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(357.126588) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://cmp.osano.com/AzZdHGSGtpxCq1Cpt/4e10b135-d113-4574-a477-270ace40bba7/osano.js?language=en:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(357.356896) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(357.531856) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:360)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:736) preventsyield
(357.531957) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s-f.scribdassets.com/webpack/landing-pages/336.357b9d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(357.531988) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s-f.scribdassets.com/webpack/landing-pages/app.01d1b4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(358.237616) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'default_IdentityPoliciesUi' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.gstatic.com/_/mss/boq-identity/_/js/k=boq-identity.IdentityPoliciesUi.en_US.5PdfgqcmlFo.es5.O/am=ALbu_9-hswAJ/d=1/excm=_b,_tp,homeview/ed=1/dg=0/wt=2/ujg=1/rs=AOaEmlHmshGlDh6a1U7ts0KB4RlRHPfalw/m=_b,_tp:1) strict preventsyield
(359.044158) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 13)
    at [anon] (?inline script?:13) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(359.044605) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(360.732624) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.bloomberg.com/8FCGYgk4/captcha/captcha.js?a=c&m=0:2) preventsyield
(360.767815) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 183)
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-MNTH5N:183) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(361.869258) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__uspapiLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at e (?inline script?:1)
    at [anon] (?inline script?:1)
    at [anon] (?inline script?:1)
    at n (?inline script?:1)
    at [anon] (?inline script?:1) strict
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(362.183406) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.54.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(362.184057) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'location' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:3)
    at eval (?inline script?:13) preventsyield
(362.187729) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol hidden '??NETSURF_DUKTAPE_PRIVATE'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(362.195359) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'XMLHttpRequest' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:3)
    at r (?inline script?:3) tailcall
    at [anon] (?inline script?:3)
    at r (?inline script?:3)
    at [anon] (?inline script?:3)
    at [anon] (?inline script?:3)
    at eval (?inline script?:6) preventsyield
(362.552088) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.e880b3c04866a2ac.js:1) tailcall
    [...]
(362.586468) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'CAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/polyfills.570a7e8b6540e7fd.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/polyfills.570a7e8b6540e7fd.js:1) preventsyield
(362.623077) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunkCAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/vendor-glide.e63e8735d2efff2d.js:2) preventsyield
(362.633534) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'CAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.19bbbf8af8cb3add.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.19bbbf8af8cb3add.js:1) preventsyield
(362.661331) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-dl-1.7.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-dl-1.7.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-dl-1.7.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-dl-1.7.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-dl-1.7.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-dl-1.7.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-dl-1.7.0.js:1) preventsyield
(362.675751) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) preventsyield
(362.693791) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'findAncestor' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-tabs-1.12.6.js:1) preventsyield
(362.720399) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-autocomplete-1.31.8.js:1) preventsyield
(362.756206) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-rapid-1.10.8.js:1) preventsyield
(362.791437) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'performanceMarkSupported' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.1.2.js:1) preventsyield
(362.801924) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.f416fd246905d113.js:1) strict
    at p (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.f416fd246905d113.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.f416fd246905d113.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.f416fd246905d113.js:1) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.f416fd246905d113.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.f416fd246905d113.js:1) preventsyield
(362.822546) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'bindEvent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at a (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) preventsyield
(362.842615) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-module-2.0.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-module-2.0.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-module-2.0.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-module-2.0.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-module-2.0.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-module-2.0.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-module-2.0.0.js:1) preventsyield
(362.853751) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-text-1.2.0.js:1) preventsyield
(362.885169) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'bindEvent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-beacon-1.3.4.js:1) preventsyield
(362.919617) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) preventsyield
(362.926193) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-bind-1.1.3.js:1) preventsyield
(362.950185) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/ss/analytics3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(362.983108) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.45e0bb5ff03b57a7.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.45e0bb5ff03b57a7.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.45e0bb5ff03b57a7.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.45e0bb5ff03b57a7.js:1) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.45e0bb5ff03b57a7.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.45e0bb5ff03b57a7.js:1) preventsyield
(363.010901) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'CAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/notification_banner.e004617c8ef3480b.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/notification_banner.e004617c8ef3480b.js:1) preventsyield
(363.049825) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.b21e2696c2cacdfb.js:1) strict
    at m (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.b21e2696c2cacdfb.js:1) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.b21e2696c2cacdfb.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.b21e2696c2cacdfb.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.b21e2696c2cacdfb.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.b21e2696c2cacdfb.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.b21e2696c2cacdfb.js:1) preventsyield
(363.082914) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.4ff1821e354eca85.js:1) strict
    at s (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.4ff1821e354eca85.js:1) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.4ff1821e354eca85.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.4ff1821e354eca85.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.4ff1821e354eca85.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.4ff1821e354eca85.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.4ff1821e354eca85.js:1) preventsyield
(363.123258) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'CAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/dl.8347a5c8ff7d08d4.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/dl.8347a5c8ff7d08d4.js:2) preventsyield
(363.155719) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.1f3cf298b6f2bec1.js:1) strict
    at o (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.1f3cf298b6f2bec1.js:1) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.1f3cf298b6f2bec1.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.1f3cf298b6f2bec1.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.1f3cf298b6f2bec1.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.1f3cf298b6f2bec1.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.1f3cf298b6f2bec1.js:1) preventsyield
(363.177325) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunkCAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/yahoo_sports_scores.0e3b897c7bca626b.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/yahoo_sports_scores.0e3b897c7bca626b.js:2) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/yahoo_sports_scores.0e3b897c7bca626b.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/yahoo_sports_scores.0e3b897c7bca626b.js:2) preventsyield
(363.192070) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunkCAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.44cbf6c790d64a9f.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.44cbf6c790d64a9f.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.44cbf6c790d64a9f.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.44cbf6c790d64a9f.js:1) preventsyield
(363.220223) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunkCAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.54b54cbab0bb4a50.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.54b54cbab0bb4a50.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.54b54cbab0bb4a50.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.54b54cbab0bb4a50.js:1) preventsyield
(363.256220) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'debounce' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/y_finance_markets.30af247436c56ec6.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/y_finance_markets.30af247436c56ec6.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/y_finance_markets.30af247436c56ec6.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/y_finance_markets.30af247436c56ec6.js:1) preventsyield
(363.288333) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.55c555f53fa67550.js:1) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.55c555f53fa67550.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.55c555f53fa67550.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.55c555f53fa67550.js:1) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.55c555f53fa67550.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.55c555f53fa67550.js:1) preventsyield
(363.306633) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.f7490219bc48c737.js:2) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.f7490219bc48c737.js:2) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.f7490219bc48c737.js:2) strict construct
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.f7490219bc48c737.js:2) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.f7490219bc48c737.js:2) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.f7490219bc48c737.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.f7490219bc48c737.js:2) preventsyield
(363.378742) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunkCAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.1dd9aa1c6eeaa0fb.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.1dd9aa1c6eeaa0fb.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.1dd9aa1c6eeaa0fb.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.1dd9aa1c6eeaa0fb.js:1) preventsyield
(363.416573) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.a76e080eeb9a92d6.js:1) strict
    at k (https://s.aolcdn.com/caas-assets-production/assets/v1/news.a76e080eeb9a92d6.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/news.a76e080eeb9a92d6.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.a76e080eeb9a92d6.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.a76e080eeb9a92d6.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.a76e080eeb9a92d6.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/news.a76e080eeb9a92d6.js:1) preventsyield
(363.450742) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'CAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/ad_blocker.c6ef9a45de69f0e5.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/ad_blocker.c6ef9a45de69f0e5.js:2) preventsyield
(363.477602) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'CAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/aol_header.74f51239d2f872e0.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/aol_header.74f51239d2f872e0.js:2) preventsyield
(363.478143) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'aft' of null
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:15)
    at [anon] (https://s.yimg.com/os/yaft/yaft-0.3.29.min.js:1) strict
    at [anon] (?inline script?:45)
    at eval (?inline script?:77) preventsyield
(363.478348) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'initCustomEvent' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (?inline script?:17)
    at eval (?inline script?:20) preventsyield
(363.478649) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict
    at eval (?inline script?:4) preventsyield
(363.499974) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    [...]
(363.501051) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://consent.cmp.oath.com/version/6.4.1/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(364.582399) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'window' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(369.982143) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.prelaunch.min.71a0e0af97ddc13d34cc0b1c611bc644.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.prelaunch.min.71a0e0af97ddc13d34cc0b1c611bc644.js:6) preventsyield
(371.201429) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 11)
    at [anon] (https://assets.adobedtm.com/3dc13bcabc29/e1d3c7e41fac/launch-c1f03f5b4bc6.min.js:11) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(371.202471) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'appendChild' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:20) preventsyield
(371.202698) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'appendChild' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:42) preventsyield
(371.359188) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.preload.min.9241934c086c22ba354e49cc9e8c0ef6.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.preload.min.9241934c086c22ba354e49cc9e8c0ef6.js:10) preventsyield
(371.398230) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(371.614786) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:1) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.16fae63b999a8f390141f77e7bac1ad9.js:1)
    [...]
(371.615333) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(371.615392) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '_satellite' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(371.615430) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(372.497205) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 6)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.vendor.min.9d575e40b47d6eb3bca7a7f99a1a5bb5.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(372.607995) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 28)
    at [anon] (https://static.playstation.com/wca/v2/js/common.71776dadf4896b1dddec.js:28) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(372.886905) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.designkit.min.ce27dc05aa33f73d04aea49b251a7ae7.js:9) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.designkit.min.ce27dc05aa33f73d04aea49b251a7ae7.js:14) preventsyield
(372.887984) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.homepage.min.e17a71ecafde02df0e91ee13e22ccd8f.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.homepage.min.e17a71ecafde02df0e91ee13e22ccd8f.js:6) preventsyield
(372.891175) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.accordions.min.9b0d44e4f388f28f96843131d202ba4f.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.accordions.min.9b0d44e4f388f28f96843131d202ba4f.js:6) preventsyield
(372.893393) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '_gpdc' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.banners.min.98aed9e31d263f734221b45262f5dc2a.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.banners.min.98aed9e31d263f734221b45262f5dc2a.js:6) preventsyield
(372.895645) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.game-grid.min.b1ee6a82bdccf902048b950492224c86.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.game-grid.min.b1ee6a82bdccf902048b950492224c86.js:6) preventsyield
(372.897754) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.tabs.min.36bb49dd0b16db3c95a397528d20eb29.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.tabs.min.36bb49dd0b16db3c95a397528d20eb29.js:6) preventsyield
(372.898018) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.playstation.com/.well-known/sbsd?v=c6524ec3-0177-6ecf-a050-616eb7790217:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(374.260450) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://static.playstation.com/browser-polyfills/v1/polyfills/fetch.js:1) strict
    at eval (https://static.playstation.com/browser-polyfills/v1/polyfills/fetch.js:1) preventsyield
(378.718839) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://cdn.cookielaw.org/consent/3ea94870-d4b1-483a-b1d2-faf1d982bb31/OtAutoBlock.js:7)
    at eval (https://cdn.cookielaw.org/consent/3ea94870-d4b1-483a-b1d2-faf1d982bb31/OtAutoBlock.js:10) preventsyield
(379.816013) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'XMLHttpRequest' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at L (https://cf2.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at U (https://cf2.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at [anon] (https://cf2.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at [anon] (https://cf2.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at eval (https://cf2.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1) preventsyield
(379.816743) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(379.863233) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(379.863377) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(381.757275) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:4) strict
    at [anon] (?inline script?:4) strict
    at [anon] (?inline script?:92) preventsyield
(384.116687) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 0 (handle) requires a number
    at [anon] (window.c:967) internal
    at [anon] () native strict preventsyield
    at i (https://cf2.bstatic.com/static/js/main_cft/415805de8cc08a6b7d0ae3aa5a3fa4d0bd974a46.js:24) strict
    at [anon] (https://cf2.bstatic.com/static/js/main_cft/415805de8cc08a6b7d0ae3aa5a3fa4d0bd974a46.js:24) strict
    at eval (https://cf2.bstatic.com/static/js/main_cft/415805de8cc08a6b7d0ae3aa5a3fa4d0bd974a46.js:24) preventsyield
(384.125580) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'replace' of [object Function])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:14)
    at R (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25) tailcall
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:31)
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:14) tailcall
    at [anon] (https://cf2.bstatic.com/static/js/main_cft/415805de8cc08a6b7d0ae3aa5a3fa4d0bd974a46.js:4)
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:14)
    at [anon] (https://cf2.bstatic.com/static/js/main_cft/415805de8cc08a6b7d0ae3aa5a3fa4d0bd974a46.js:4)
    [...]
(385.204794) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://cf2.bstatic.com/static/js/landingpage_cft/c19727c29c85a866dfd0e88f7bf5582d4abd552a.js:7) preventsyield
(385.207178) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'appendChild' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at append (https://assets.guim.co.uk/polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%2Ces2017%2Ces2018%2Ces2019%2Cdefault-3.6%2CHTMLPictureElement%2CIntersectionObserver%2CIntersectionObserverEntry%2CURLSearchParams%2Cfetch%2CNodeList.prototype.forEach%2Cnavigator.sendBeacon%2Cperformance.now%2CPromise.allSettled&flags=gated&callback=guardianPolyfilled&unknown=polyfill&cacheClear=1:161)
    at [anon] (https://cf2.bstatic.com/static/js/jquery_cft/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf2.bstatic.com/static/js/index_cft/6cdd9744944d5390684e02074becd5549f53e97e.js:1)
    at r (https://cf2.bstatic.com/static/js/index_cft/6cdd9744944d5390684e02074becd5549f53e97e.js:1) preventsyield
(391.208143) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at o (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) strict
    at [anon] (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) strict
    at [anon] (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    at o (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) tailcall
    at [anon] (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) strict
    at o (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) tailcall
    at [anon] (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    at o (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    at n (https://cf2.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    [...]
(391.225195) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:3) preventsyield
(392.688486) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at h (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at eval (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) preventsyield
(392.690048) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://cf2.bstatic.com/static/js/lazy_load_images_cft/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1)
    at [anon] (https://cf2.bstatic.com/static/js/lazy_load_images_cft/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1)
    at [anon] (https://cf2.bstatic.com/static/js/lazy_load_images_cft/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1)
    at eval (https://cf2.bstatic.com/static/js/lazy_load_images_cft/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1) preventsyield
(392.748257) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'b-webcore-personalisation-compon...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://cf2.bstatic.com/psb/capla/static/js/2a955e4a.f20aa43c.chunk.js:1) strict preventsyield
(392.807509) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'b-genius-vip-web-component-servi...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://cf2.bstatic.com/psb/capla/static/js/ab72acb5.52a711f3.chunk.js:1) strict preventsyield
(392.866613) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'b-search-web-searchbox-component...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://cf2.bstatic.com/psb/capla/static/js/4a406c23.e4523f66.chunk.js:1) strict preventsyield
(392.925860) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'b-webcore-promotional-component-...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://cf2.bstatic.com/psb/capla/static/js/bfe4e8f3.3433e7c1.chunk.js:1) strict preventsyield
(392.930354) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/remoteEntry.6a7765ae.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(392.930783) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid variable declaration (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/b9a82cb8.b96628cd.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(392.931112) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid variable declaration (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/dc32f6b7.a3930657.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(392.932870) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/remoteEntry.f0866eea.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(392.934607) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/remoteEntry.1afe7ecc.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(392.934683) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/18cad957.f0c8383a.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(392.934721) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/8067d7e4.e427597a.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(392.936386) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/remoteEntry.93ffa3ee.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(392.938615) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/remoteEntry.d0b43a92.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(392.938712) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/ebf8c3e3.052dc856.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(392.940759) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/remoteEntry.8bd7db6b.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(392.940873) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/0d919837.58725bf2.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(392.943107) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/remoteEntry.6b81267f.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(392.943234) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid variable declaration (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/27bbaa9c.e55dc117.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(393.042934) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'b-index-lp-web-mfe__LOADABLE_LOA...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://cf2.bstatic.com/psb/capla/static/js/bui-react-9.c9edee87.js:1) strict preventsyield
(393.049278) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/client.ffd98e40.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(393.049330) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/4a89d2db.6c0ec4b3.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(393.049378) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/0a098284.40603c95.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(393.049418) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/97a643cd.8c6271a2.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(393.051095) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/ace575b5.b93c9b3f.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051228) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/f141039c.1b6545e2.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051278) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/f41dcaf5.bdbcffed.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051317) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/0d073a5f.f07f10a3.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051394) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid variable declaration (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/6b631c3f.39051975.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(393.051456) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/63bff8e9.54e1b566.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(393.051505) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/59306dc3.644fd988.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051556) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/c9885897.7a6f3fac.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051600) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/782ad794.c3741c0c.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051638) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/5f127cf4.b57a77e7.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051675) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/282e5b08.b51c42a3.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051727) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/95a17449.4701f5fc.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(393.051761) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/7943e0ea.6114f705.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051798) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/d8454389.10baf0aa.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051835) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/c8637181.3d6a5edf.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(393.051872) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf2.bstatic.com/psb/capla/static/js/d9560671.06a7316c.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.911835) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://apache.org/_pagefind/pagefind-ui.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(394.911993) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.530897) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'screen' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://analytics.apache.org/matomo.js:11)
    at eval (https://analytics.apache.org/matomo.js:72) preventsyield
(396.582523) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'exec' of [object Function])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://apache.org/js/jquery.min.js:2) strict
    at [anon] (https://apache.org/js/jquery.min.js:2) strict
    at [anon] (https://apache.org/js/jquery.min.js:2) strict tailcall
    at [anon] (https://apache.org/js/jquery.min.js:2) strict
    at [anon] (https://apache.org/js/jquery.min.js:2) strict
    at [anon] (https://apache.org/js/jquery.min.js:2) strict
    at [anon] (https://apache.org/js/jquery.min.js:2) strict tailcall
    at [anon] (https://apache.org/js/bootstrap.js:143) strict
    at eval (https://apache.org/js/bootstrap.js:145) preventsyield
(397.603834) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://apache.org/js/slideshow.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(399.609124) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 33)
    at [anon] (https://tms.oracle.com/main/prod/utag.sync.js:33) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(399.610008) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(399.611704) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'document' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at t (?inline script?:1)
    at [anon] (?inline script?:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(401.069700) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1)
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1) preventsyield
(401.076341) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/935.0da19d66b57ead4c.js:1) preventsyield
(401.077224) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/730.1e799e97c20f735d.js:1) strict preventsyield
(401.078049) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/928.a3751fd28a9452d0.js:1) strict preventsyield
(401.080003) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/296.90d055a874ecdca5.js:1) strict preventsyield
(401.084755) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/73.b3bc4d0bdb05472a.js:1) preventsyield
(401.085887) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/webpack-63fc70a397eaacde.js:1) strict
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/webpack-63fc70a397eaacde.js:1) preventsyield
(401.120313) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/framework-0c7baedefba6b077.js:1) strict preventsyield
(401.153829) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/main-88c4de7067dd255b.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(401.176752) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/pages/_app-2a418569017a310f.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(401.226857) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/959-0bbab1aaf3afd2a4.js:1) preventsyield
(401.252162) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/pages/product-navigator/%5B%5B...slug%5D%5D-a66fd2dd36473049.js:1) preventsyield
(401.253378) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property '__BUILD_MANIFEST' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/3.14.0/_buildManifest.js:1) preventsyield
(401.253425) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/3.14.0/_ssgManifest.js:1) preventsyield
(401.256518) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'pushState' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/us/assets/metrics/ora_storyhub.js:23) preventsyield
(403.123695) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(403.493729) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/ss/analytics3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(403.544566) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 3)
    at [anon] (https://sdk.mrf.io/statics/marfeel-sdk.es5.js?id=2914:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(404.508124) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://sdk.mrf.io/statics/marfeel-sdk.js?id=2914:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(405.509659) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/tp/f/gam-custom-host.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(406.607864) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__uspapiLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at e (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at n (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2) strict
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at eval (https://consent.cmp.oath.com/cmpStub.min.js:2) preventsyield
(406.609779) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 10)
    at [anon] (?inline script?:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(406.615156) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(406.615911) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(406.622239) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(406.627931) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(406.628941) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(406.645745) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(406.649552) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(406.649955) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(407.278792) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at t (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-core-1.65.1.js:1) preventsyield
    [...]
(409.299602) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'base' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/kw/engadget/mod/jsc/engad-footer.03fa4744.js:1) strict
    at eval (https://s.yimg.com/kw/engadget/mod/jsc/engad-footer.03fa4744.js:1) strict preventsyield
(409.300738) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict tailcall
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) strict
    at eval (https://s.yimg.com/aaq/vzm/cs_1.6.2.js:1) preventsyield
(410.197581) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 34)
    at [anon] (?inline script?:34) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(410.198622) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://consent.cmp.oath.com/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(410.216884) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    at [anon] (https://s.yimg.com/oa/consent.js:2) strict
    at t (https://s.yimg.com/oa/consent.js:2)
    [...]
(410.216935) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.54.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(410.218341) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'ready' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/fp/jsc/tdv2-wafer-utils.d7792bb1.js:1) strict
    at eval (https://s.yimg.com/aaq/fp/jsc/tdv2-wafer-utils.d7792bb1.js:1) strict preventsyield
(410.411262) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'loadOathPlayerChunk' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://yep.video.yahoo.com/oath/js/1/oath-player.js:4)
    at [anon] (https://yep.video.yahoo.com/oath/js/1/oath-player.js:4)
    at eval (https://yep.video.yahoo.com/oath/js/1/oath-player.js:4) preventsyield
(410.412460) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-drawer-1.0.13.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-drawer-1.0.13.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-drawer-1.0.13.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-drawer-1.0.13.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-drawer-1.0.13.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-drawer-1.0.13.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-drawer-1.0.13.js:1) preventsyield
(410.414472) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-toggle-1.15.4.js:1) preventsyield
(410.415677) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'bindEvent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at a (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-image-1.4.0.js:1) preventsyield
(410.421122) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.22.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.22.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.22.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.22.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.22.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.22.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.22.6.js:1) preventsyield
(410.422564) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'WaferBaseController' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-menu-1.3.5.js:1) preventsyield
(410.425539) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-fetch-1.19.1.js:1) preventsyield
(410.427776) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'isTouchSafariDevice' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-lightbox-1.10.6.js:1) preventsyield
(413.583283) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(413.583375) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(414.020963) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://abt.s3.yandex.net/expjs/latest/exp.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(414.667548) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'toLowerCase' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://en.russiatoday.com/static/libs/qrcode.min.js?v=2:1)
    at eval (https://en.russiatoday.com/static/libs/qrcode.min.js?v=2:1) preventsyield
(415.777956) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'opener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://en.russiatoday.com/static/libs/jquery-1.11.2.min.js?v=2:27)
    at [anon] (https://en.russiatoday.com/static/libs/jquery-1.11.2.min.js?v=2:27)
    at [anon] (https://en.russiatoday.com/static/libs/jquery-1.11.2.min.js?v=2:27)
    at [anon] (https://en.russiatoday.com/static/libs/jquery-1.11.2.min.js?v=2:27)
    at [anon] (https://en.russiatoday.com/static/libs/jquery-1.11.2.min.js?v=2:27)
    at [anon] (https://en.russiatoday.com/static/libs/jquery-1.11.2.min.js?v=2:28)
    at [anon] (https://en.russiatoday.com/static/libs/jquery-1.11.2.min.js?v=2:27) tailcall
    at [anon] (https://en.russiatoday.com/static/js/common.min.js?v=16464124494475130337:4)
    at [anon] (https://en.russiatoday.com/static/js/common.min.js?v=16464124494475130337:4)
    at [anon] (https://en.russiatoday.com/static/js/common.min.js?v=16464124494475130337:4)
    [...]
(415.778226) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 13)
    at [anon] (?inline script?:13) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(415.778546) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 10)
    at [anon] (?inline script?:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(418.855847) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-07ZGQT7GK0:448)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-07ZGQT7GK0:781) preventsyield
(418.856208) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'getAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://rtstat.api.rt.com/js/plausible.js:1) strict
    at eval (https://rtstat.api.rt.com/js/plausible.js:1) preventsyield
(418.856288) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 2)
    at [anon] (https://yandex.ru/ads/system/context.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(418.856314) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 6)
    at [anon] (https://cdn.dmtgvn.com/wrapper/js/manager.js?pid=880ca144-da2d-42d5-918a-bc6aa4fbd9c3:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(418.870471) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1)
    at [anon] (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1) strict
    at n (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1)
    at [anon] (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1)
    at n (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1)
    at [anon] (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1) strict
    at n (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1)
    at [anon] (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1)
    at n (https://en.russiatoday.com/static/js/services.sharing.js?v=13:1)
    [...]
(418.876906) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://en.russiatoday.com/static/js/libs/counters.js?b=7:18) preventsyield
(418.877012) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 50)
    at [anon] (https://en.russiatoday.com/static/js/pushes/notification.js?v=3:50) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(420.172706) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'toLowerCase' of null
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://ruptly-d.openx.net/w/1.0/jstag?nc=144751494-RT:8)
    at [anon] (https://ruptly-d.openx.net/w/1.0/jstag?nc=144751494-RT:8)
    at eval (https://ruptly-d.openx.net/w/1.0/jstag?nc=144751494-RT:8) preventsyield
(423.188852) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-BB8DNPB73F:396)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-BB8DNPB73F:714) preventsyield
(423.188911) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://odysee.com/public/ui-202406131751.434fcc6207.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(425.761688) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'scrollRestoration' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://www.bing.com:443/rp/5WG_kDsbFabhsuv_6NwDoh2LdnI.gz.js:1)
    at eval (https://www.bing.com:443/rp/5WG_kDsbFabhsuv_6NwDoh2LdnI.gz.js:1) preventsyield
(425.778195) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol hidden '??NETSURF_DUKTAPE_PRIVATE'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] () native strict preventsyield
    at eval (?inline script?:2) preventsyield
(426.786986) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 2 (capture) requires a bool
    at [anon] (event_target.c:228) internal
    at [anon] () native strict preventsyield
    at l (?inline script?:2)
    at e (?inline script?:2)
    at [anon] (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(426.798583) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:2)
    at [anon] (?inline script?:2) preventsyield
(434.359791) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__DEV__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.xx.fbcdn.net/rsrc.php/v3/yv/r/XVfyC-hY3iC.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(434.365858) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.366026) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.370708) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.370845) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.371275) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.371710) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.371784) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(434.371916) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.371963) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(434.372023) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(434.373924) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'requireLazy' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(439.936053) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://360.yandex.com/captcha_smart_react.min.js?k=1712754101331:8) strict
    at [anon] (https://360.yandex.com/captcha_smart_react.min.js?k=1712754101331:7) strict
    at __webpack_require__ (https://360.yandex.com/captcha_smart_react.min.js?k=1712754101331:7) strict
    at [anon] (https://360.yandex.com/captcha_smart_react.min.js?k=1712754101331:7) strict
    at __webpack_require__ (https://360.yandex.com/captcha_smart_react.min.js?k=1712754101331:7) strict tailcall
    at [anon] (https://360.yandex.com/captcha_smart_react.min.js?k=1712754101331:8) strict
    at eval (https://360.yandex.com/captcha_smart_react.min.js?k=1712754101331:8) preventsyield
(441.270867) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2) strict
    at [anon] (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2) strict
    at [anon] (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2) strict
    at r (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2)
    at [anon] (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2) strict
    at r (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2)
    at [anon] (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2) strict
    at r (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2)
    at [anon] (https://360.yandex.com/captcha_smart.73516a530938d63d8055.min.js?k=1712754101331:2) strict
    [...]
(444.438783) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 9)
    at [anon] (?inline script?:9) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(444.834210) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://snippet.maze.co/maze-universal-loader.js?t=1718369816519&apiKey=8963a461-ada8-4ace-b48d-b6916798054d:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(446.109816) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/runtime.12d19db01629169b34c9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(446.109881) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/change/design-system.0b666ec41277a0b4c529.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.109908) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/change/core.66ef63fd40f93fb31ceb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.109933) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/misc.29d492c1da3b2752f525.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.109955) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/runtime.dfb41d814e50975b2a5d.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.109976) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/react.8f5ea06e0c366cadc1a8.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.109997) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/config.b04b316ac15d6ccb4ab1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.110018) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/change/config.e90b7c0f1fe1ac269a0b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.110039) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/design-system.41d008a243bdd46a5e18.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.110059) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/change/components.1c46af39a4110788fdc8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.113246) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/vendors/html-parser.4ab6093298425a7bef15.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.113323) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/webapp-info.c68116d76761e15d98f0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.113365) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/shared.b8ec838969e19a8059e2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.113410) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/main.c1bfedaff046dc826a91.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(446.113447) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/a705d31.es2015/pages/homepage.f068fa8f811df5dc0d88.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(449.855849) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'clientWidth' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:3) strict
    at eval (?inline script?:3) preventsyield
(449.857799) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at applyTheme (?inline script?:4)
    at eval (?inline script?:48) preventsyield
(450.632361) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: setter undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:62354) internal
    at [anon] (https://s1.trrsf.com/update-1718026676/fe/zaz-cerebro/prd/scripts/zaz.min.js:1) strict
    at eval (https://s1.trrsf.com/update-1718026676/fe/zaz-cerebro/prd/scripts/zaz.min.js:1) preventsyield
(451.224721) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 13)
    at [anon] (https://s1.trrsf.com/update-1711390090/fe/zaz-3rd/videojs/video.min.js:13) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(451.510940) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://imasdk.googleapis.com/js/sdkloader/ima3.js:71)
    at [anon] (https://imasdk.googleapis.com/js/sdkloader/ima3.js:71)
    at eval (https://imasdk.googleapis.com/js/sdkloader/ima3.js:729) preventsyield
(452.187625) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(452.386450) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-FJBH1GT2QG:442)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-FJBH1GT2QG:787) preventsyield
(452.458933) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'pbjsChunk' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s1.trrsf.com/update-1711390084/fe/zaz-3rd/prebid/prebid.js:12)
    at [anon] (https://s1.trrsf.com/update-1711390084/fe/zaz-3rd/prebid/prebid.js:12)
    at [anon] (https://s1.trrsf.com/update-1711390084/fe/zaz-3rd/prebid/prebid.js:12)
    at eval (https://s1.trrsf.com/update-1711390084/fe/zaz-3rd/prebid/prebid.js:40) preventsyield
(455.401296) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202406110101/pubads_impl.js:32) preventsyield
(458.014927) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'document' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(458.604696) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6)
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    [...]
(459.682582) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Promise' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.273/pc/index.js:1)
    [...]
(460.700121) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'goldlog' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://assets.alicdn.com/g/??/AWSC/AWSC/awsc.js,/sd/baxia-entry/baxiaCommon.js,secdev/entry/index.js:2) strict
    at eval (https://assets.alicdn.com/g/??/AWSC/AWSC/awsc.js,/sd/baxia-entry/baxiaCommon.js,secdev/entry/index.js:2) preventsyield
(461.424737) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://aeis.alicdn.com/AWSC/et/1.77.4/et_n.js:9)
    at eval (https://aeis.alicdn.com/AWSC/et/1.77.4/et_n.js:9) preventsyield
(469.688789) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: ReferenceError: identifier 'Image' undefined
(477.522655) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'XMLHttpRequest' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://g.alicdn.com/??/sd/baxia/2.5.11/baxiaCommon.js:1) strict
    at eval (https://g.alicdn.com/??/sd/baxia/2.5.11/baxiaCommon.js:1) preventsyield
(486.916764) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at sa (https://www.youtube.com/s/player/590f65a6/www-widgetapi.vflset/www-widgetapi.js:73) strict
    at [anon] (https://www.youtube.com/s/player/590f65a6/www-widgetapi.vflset/www-widgetapi.js:162) strict
    at $a (https://www.youtube.com/s/player/590f65a6/www-widgetapi.vflset/www-widgetapi.js:119) strict
    at [anon] (https://www.youtube.com/s/player/590f65a6/www-widgetapi.vflset/www-widgetapi.js:163) strict
    at eval (https://www.youtube.com/s/player/590f65a6/www-widgetapi.vflset/www-widgetapi.js:163) preventsyield
(488.971325) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 15)
    at [anon] (https://storage.googleapis.com/gweb-developer-goog-blog-cms-assets/a1d9f8b7-60ec-43c5-8af3-8e7277aa7bfc/js/dgc_blog.js:15) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(489.996352) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'glueCookieNotificationBarAutoloa...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at S (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:49) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:51) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:51) preventsyield
(491.412954) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 25)
    at [anon] (?inline script?:25) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(491.413289) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 5)
    at [anon] (?inline script?:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(491.419938) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: Bootstrap configuration error,SyntaxError: invalid json (at offset 1)
(491.420018) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:6)
    at eval (?inline script?:91) preventsyield
(491.476892) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at coreExperience (?inline script?:4)
    at eval (?inline script?:10) preventsyield
(491.859276) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://bloomreach.ft.com/js/exponea.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(492.198460) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68:375)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68:747) preventsyield
(493.649425) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://buydomains.com/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=893a7ce5c9d19571:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(494.199747) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at h (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at eval (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) preventsyield
(494.694891) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__uspapiLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at addUspapiFrame (https://cdn.cookielaw.org/opt-out/otCCPAiab.js:62)
    at [anon] (https://cdn.cookielaw.org/opt-out/otCCPAiab.js:77)
    at eval (https://cdn.cookielaw.org/opt-out/otCCPAiab.js:711) preventsyield
(494.695936) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.092776) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 8)
    at [anon] (https://ads-static.conde.digital/production/cns/builds/wired/v6.js:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.108930) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'screen' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://apis.google.com/js/platform.js:62)
    at eval (https://apis.google.com/js/platform.js:97) preventsyield
(499.108964) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://news.google.com/swg/js/v1/swg.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(499.116570) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://martech.condenastdigital.com/lib/martech.js:16) strict
    at f (https://martech.condenastdigital.com/lib/martech.js:1) tailcall
    at [anon] (https://martech.condenastdigital.com/lib/martech.js:18) strict
    at f (https://martech.condenastdigital.com/lib/martech.js:1) tailcall
    at [anon] (https://martech.condenastdigital.com/lib/martech.js:20) strict
    at f (https://martech.condenastdigital.com/lib/martech.js:1) tailcall
    at [anon] (https://martech.condenastdigital.com/lib/martech.js:62) strict
    at f (https://martech.condenastdigital.com/lib/martech.js:1) tailcall
    at [anon] (https://martech.condenastdigital.com/lib/martech.js:64) strict
    at f (https://martech.condenastdigital.com/lib/martech.js:1) tailcall
    [...]
(499.206978) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.wired.com/verso/static/7777.f804a039c9b46f33828e.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207022) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.wired.com/verso/static/3215.ca2bfc54aedb3d22c4a4.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207048) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/2751.ea8ec5a18af537723ff7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207068) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/9975.cbf69c050e3b022cb601.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207206) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/9593.d1210c973951abdb56b3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207264) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://www.wired.com/verso/static/1630.96c4d23564be9b9655e9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(499.207287) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/2905.c4d71032fb08a8965cec.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207307) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/3998.2eb8b4aea0c5936cc5c6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207327) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/1656.bae06e3ded6070002565.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207347) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/8961.f8022ea2d340fbaccf0b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207366) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/1446.9706ac53a78458db1569.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207385) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/6549.ccc5c131c8e4119b9543.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207404) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/4311.36bcf99d359021d36a78.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207422) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/4695.057935567d7a340bc435.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207442) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/1084.af50b9748f838bd4042e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207460) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/1804.9825ccd2cab5dc3b2c1a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207478) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/5998.480c325c746f044bae84.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207497) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/4057.b938edabebacc34819f7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207515) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/220.9e7df158868fe15952fa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207534) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/3757.9e412a2f0f5b0d048d1e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207552) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/7963.e41b6e0b0591a96d08cf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207570) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/154.e265260c300406fbef1c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207589) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/9031.87b038e0bcc6e7080d71.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207613) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.wired.com/verso/static/8613.2af7b0a21fe0cc94ee3e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(499.207628) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.wired.com/verso/static/presenter-bundles.8e6d55aa11c9529d4893.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(499.207642) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.wired.com/journey/compiler/build-2184d88fdb86c522297da17a8dfd36a7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(500.379560) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202406110101/pubads_impl.js:32) preventsyield
(502.638435) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 4)
    at [anon] (?inline script?:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(502.639159) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'split' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:10) preventsyield
(503.355927) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'glueCookieNotificationBarAutoloa...' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at S (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:49) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:51) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:51) preventsyield
(503.447064) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'appendChild' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at append (https://assets.guim.co.uk/polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%2Ces2017%2Ces2018%2Ces2019%2Cdefault-3.6%2CHTMLPictureElement%2CIntersectionObserver%2CIntersectionObserverEntry%2CURLSearchParams%2Cfetch%2CNodeList.prototype.forEach%2Cnavigator.sendBeacon%2Cperformance.now%2CPromise.allSettled&flags=gated&callback=guardianPolyfilled&unknown=polyfill&cacheClear=1:161) construct
    at ac (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict
    at _initTween (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict
    at Ma (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict
    at _renderZeroDurationTween (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict
    at render (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict
    at Tween (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict construct
    at to (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict
    at [anon] (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10) strict
    at [anon] (https://www.gstatic.com/external_hosted/greensock3/dist/gsap.min.js:10)
    [...]
(505.400091) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'clientWidth' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at getWindowWidth (?inline script?:8) strict
    at [anon] (?inline script?:13) strict
    at eval (?inline script?:16) preventsyield
(505.680914) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:365)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:595) preventsyield
(505.931022) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 3)
    at [anon] (https://www.fandom.com/wp-content/themes/upstream/dist/scripts/main.js?ver=1717407380:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(506.195538) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'initFooterScripts' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:2) preventsyield
(506.413501) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://platform.twitter.com/widgets.js:8) strict
    at [anon] (https://platform.twitter.com/widgets.js:8)
    at i (https://platform.twitter.com/widgets.js:1)
    at [anon] (https://platform.twitter.com/widgets.js:1)
    at i (https://platform.twitter.com/widgets.js:1)
    at [anon] (https://platform.twitter.com/widgets.js:1)
    at i (https://platform.twitter.com/widgets.js:1)
    at [anon] (https://platform.twitter.com/widgets.js:8)
    at i (https://platform.twitter.com/widgets.js:1)
    [...]
(506.519884) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://connect.facebook.net/en_US/sdk.js?hash=8cf66cfe0afc47fbd8bec28cd4f0f2d3:229) preventsyield
(506.547641) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (?inline script?:8)
    at [anon] (https://connect.facebook.net/en_US/sdk.js?hash=8cf66cfe0afc47fbd8bec28cd4f0f2d3:63)
    at [anon] (https://connect.facebook.net/en_US/sdk.js?hash=8cf66cfe0afc47fbd8bec28cd4f0f2d3:225) strict preventsyield
(507.452512) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(507.714495) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:3) preventsyield
(508.180038) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://ir.ebaystatic.com/rs/v/rjhzp3dhvi10pntguaiytxcmeqk.js:107)
    at [anon] (https://ir.ebaystatic.com/rs/v/rjhzp3dhvi10pntguaiytxcmeqk.js:125) construct
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(508.474120) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'screen' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://ir.ebaystatic.com/cr/v/c01/050424x45ab470b86468939d672.js:1) preventsyield
(508.518392) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://ir.ebaystatic.com/rs/c/vertlandweb/r.2a97a72b.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
Caught signal SIGSEGV (11)
Backtrace:
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/frontends/monkey/main.c:376 (discriminator 3)(signal_handler)[0x0000000000193de4]
/lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7f4d33b7c050]
??:?(dom_html_collection_get_length)[0x000000000021820f]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/forms.c:142(html_forms_get_forms)[0x00000000000f70d4]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/html.c:944(html_begin_conversion)[0x00000000000fa9c0]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/script.c:375(convert_script_sync_cb)[0x0000000000112488]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/hlcache.c:207(hlcache_content_callback)[0x000000000015feea]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/content.c:759(content_broadcast)[0x00000000000d1a93]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/content.c:309(content_set_done)[0x00000000000d1bf1]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/javascript/content.c:73(javascript_convert)[0x0000000000119591]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/content.c:84(content_convert)[0x00000000000d1d8d]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/llcache.c:3531(llcache_object_notify_users)[0x0000000000163817]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/llcache.c:3691(llcache_catch_up_all_users)[0x00000000001639a0]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/frontends/monkey/schedule.c:167(monkey_schedule_run)[0x0000000000194535]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/frontends/monkey/main.c:292(monkey_run)[0x0000000000038468]
/lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7f4d33b6724a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f4d33b67305]
??:?(_start)[0x00000000000419d1]

Process Process-1:
Traceback (most recent call last):
  File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey-see-monkey-do", line 57, in child_run_test
    driver.run_preloaded_test(MONKEY_PATH, parts)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey_driver.py", line 656, in run_preloaded_test
    run_test_plan(ctx, plan)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey_driver.py", line 649, in run_test_plan
    walk_test_plan(ctx, plan)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey_driver.py", line 644, in walk_test_plan
    run_test_step(ctx, step)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey_driver.py", line 636, in run_test_step
    STEP_HANDLERS[step["action"]](ctx, step)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey_driver.py", line 372, in run_test_step_action_repeat
    run_test_step(ctx, stp)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey_driver.py", line 636, in run_test_step
    STEP_HANDLERS[step["action"]](ctx, step)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkey_driver.py", line 331, in run_test_step_action_block
    ctx['browser'].farmer.loop(once=True)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkeyfarmer.py", line 201, in loop
    self.monkey_says(self.lines.pop(0))
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkeyfarmer.py", line 171, in monkey_says
    self.online(line)
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkeyfarmer.py", line 242, in on_monkey_line
    handler(*parts[1:])
  File "/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/test/monkeyfarmer.py", line 262, in handle_GENERIC
    assert self.stopped
AssertionError

RERAISE:
FAIL
Build step 'Execute shell' marked build as failure
Finished: FAILURE