FailedConsole Output

Started by upstream project "test-short-internet" build number 484
originally caused by:
 Started by upstream project "test-ns-infrastructure" build number 837
 originally caused by:
  Started by upstream project "source-netsurf-all-master" build number 1974
  originally caused by:
   Started by upstream project "netsurf" build number 6751
   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/hudson12654742950728530363.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.46s
  Action: navigate
          win1 --> https://www.blogger.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.43s
  Action: navigate
          win1 --> https://apple.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.18s
  Action: navigate
          win1 --> https://plus.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 10.15s
  Action: navigate
          win1 --> https://microsoft.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.20s
  Action: navigate
          win1 --> https://play.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.91s
  Action: navigate
          win1 --> https://adobe.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.90s
  Action: navigate
          win1 --> https://youtube.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 11.27s
  Action: navigate
          win1 --> https://mozilla.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 10.75s
  Action: navigate
          win1 --> https://en.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.61s
  Action: navigate
          win1 --> https://support.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.27s
  Action: navigate
          win1 --> https://sites.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.34s
  Action: navigate
          win1 --> https://accounts.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.95s
  Action: navigate
          win1 --> https://docs.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.89s
  Action: navigate
          win1 --> https://wordpress.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.80s
  Action: navigate
          win1 --> https://linkedin.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.89s
  Action: navigate
          win1 --> https://vimeo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.95s
  Action: navigate
          win1 --> https://maps.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.70s
  Action: navigate
          win1 --> https://github.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.40s
  Action: navigate
          win1 --> https://drive.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.56s
  Action: navigate
          win1 --> https://youtu.be/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.38s
  Action: navigate
          win1 --> https://creativecommons.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.09s
  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: 4.11s
  Action: navigate
          win1 --> https://vk.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.55s
  Action: navigate
          win1 --> https://blogspot.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.56s
  Action: navigate
          win1 --> https://news.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.30s
  Action: navigate
          win1 --> https://medium.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.98s
  Action: navigate
          win1 --> https://www.yahoo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.19s
  Action: navigate
          win1 --> https://live.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.88s
  Action: navigate
          win1 --> https://istockphoto.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.31s
  Action: navigate
          win1 --> https://bbc.co.uk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.74s
  Action: navigate
          win1 --> https://amazon.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.87s
  Action: navigate
          win1 --> https://dailymotion.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.51s
  Action: navigate
          win1 --> https://google.es/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.61s
  Action: navigate
          win1 --> https://google.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.56s
  Action: navigate
          win1 --> https://forbes.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.65s
  Action: navigate
          win1 --> https://mediafire.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.35s
  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.24s
  Action: navigate
          win1 --> https://google.de/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.54s
  Action: navigate
          win1 --> https://imdb.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.81s
  Action: navigate
          win1 --> https://hugedomains.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.58s
  Action: navigate
          win1 --> https://mail.ru/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.89s
  Action: navigate
          win1 --> https://developers.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.53s
  Action: navigate
          win1 --> https://bbc.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.19s
  Action: navigate
          win1 --> https://paypal.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.46s
  Action: navigate
          win1 --> https://opera.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.85s
  Action: navigate
          win1 --> https://feedburner.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.14s
  Action: navigate
          win1 --> https://facebook.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.71s
  Action: navigate
          win1 --> https://cnn.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.94s
  Action: navigate
          win1 --> https://dropbox.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.10s
  Action: navigate
          win1 --> https://whatsapp.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.83s
  Action: navigate
          win1 --> https://usatoday.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.08s
  Action: navigate
          win1 --> https://slideshare.net/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.65s
  Action: navigate
          win1 --> https://es.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.79s
  Action: navigate
          win1 --> https://google.co.uk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.61s
  Action: navigate
          win1 --> https://msn.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.64s
  Action: navigate
          win1 --> https://google.co.jp/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.75s
  Action: navigate
          win1 --> https://amazon.co.jp/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.86s
  Action: navigate
          win1 --> https://line.me/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 10.74s
  Action: navigate
          win1 --> https://nih.gov/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 12.55s
  Action: navigate
          win1 --> https://mail.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.49s
  Action: navigate
          win1 --> https://theguardian.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.08s
  Action: navigate
          win1 --> https://w3.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.69s
  Action: navigate
          win1 --> https://news.yahoo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.77s
  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: 5.56s
  Action: navigate
          win1 --> https://europa.eu/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.57s
  Action: navigate
          win1 --> https://pt.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.69s
  Action: navigate
          win1 --> https://nytimes.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.06s
  Action: navigate
          win1 --> https://fr.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.48s
  Action: navigate
          win1 --> https://uol.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.10s
  Action: navigate
          win1 --> https://amazon.de/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.38s
  Action: navigate
          win1 --> https://cnet.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.52s
  Action: navigate
          win1 --> https://myspace.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.06s
  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: 2.44s
  Action: navigate
          win1 --> https://scribd.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.40s
  Action: navigate
          win1 --> https://policies.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.85s
  Action: navigate
          win1 --> https://addthis.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.22s
  Action: navigate
          win1 --> https://bloomberg.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.12s
  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.19s
  Action: navigate
          win1 --> https://picasaweb.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.31s
  Action: navigate
          win1 --> https://aol.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.94s
  Action: navigate
          win1 --> https://playstation.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.14s
  Action: navigate
          win1 --> https://booking.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.28s
  Action: navigate
          win1 --> https://apache.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.34s
  Action: navigate
          win1 --> https://oracle.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.74s
  Action: navigate
          win1 --> https://code.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.40s
  Action: navigate
          win1 --> https://engadget.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.54s
  Action: navigate
          win1 --> https://rt.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 16.80s
  Action: navigate
          win1 --> https://bing.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.30s
  Action: navigate
          win1 --> https://www.un.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.00s
  Action: navigate
          win1 --> https://fb.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.21s
  Action: navigate
          win1 --> https://yadi.sk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.84s
  Action: navigate
          win1 --> https://change.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.18s
  Action: navigate
          win1 --> https://terra.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.05s
  Action: navigate
          win1 --> https://aliexpress.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 11.90s
  Action: navigate
          win1 --> https://goo.gl/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.27s
  Action: navigate
          win1 --> https://ft.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.22s
  Action: navigate
          win1 --> https://buydomains.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.32s
  Action: navigate
          win1 --> https://wired.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.47s
  Action: navigate
          win1 --> https://tools.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.92s
  Action: navigate
          win1 --> https://wikia.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.45s
  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.235698) [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.9VEhyrdclq4.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAACAABwAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAfiOwIAAVgEAIAX/d=1/ed=1/rs=ACT90oFCIkxl7u2vdJK2DADmPjSQlx_KgQ/m=sb_he,d:126)
    at [anon] (https://www.google.com/xjs/_/js/k=xjs.hp.en.9VEhyrdclq4.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAACAABwAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAfiOwIAAVgEAIAX/d=1/ed=1/rs=ACT90oFCIkxl7u2vdJK2DADmPjSQlx_KgQ/m=sb_he,d:126)
    at eval (https://www.google.com/xjs/_/js/k=xjs.hp.en.9VEhyrdclq4.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAACAABwAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAfiOwIAAVgEAIAX/d=1/ed=1/rs=ACT90oFCIkxl7u2vdJK2DADmPjSQlx_KgQ/m=sb_he,d:127) preventsyield
(7.173780) [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
(11.157673) [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/v/home/takeover/m/built/scripts/head.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(12.208609) [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.364370) [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
(14.771542) [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
(14.845413) [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
(14.857736) [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/v/home/takeover/m/built/scripts/main.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(14.874352) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'require' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85318) internal
    at eval (https://www.apple.com/metrics/data-relay/1.1.4/scripts/data-relay.js:1) strict preventsyield
(22.431586) [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
(23.721699) [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
(24.812803) [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/116388341-widgets.js:24)
    at w (https://www.blogger.com/static/v1/widgets/116388341-widgets.js:13)
    at [anon] (https://www.blogger.com/static/v1/widgets/116388341-widgets.js:26)
    at eval (https://www.blogger.com/static/v1/widgets/116388341-widgets.js:273) preventsyield
(24.813820) [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
(24.896586) [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:377)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:653) preventsyield
(32.170897) [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
(35.281658) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'default_PlayStoreUi' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.gstatic.com/_/boq-play/_/js/k=boq-play.PlayStoreUi.en_US.iZ_2eZtOSMQ.es5.O/am=Q89mMYgPWHPgP9J3sQUI/d=1/excm=_b,_tp,appshomeview/ed=1/dg=0/wt=2/ujg=1/rs=AB1caFXO69oanzyzwINXebb_5rlTMU-FVA/m=_b,_tp:1) strict preventsyield
(59.371955) [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
(59.965486) [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/ae4ecf92/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:78)
    at [anon] (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:79)
    at [anon] (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:92)
    at eval (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:126) preventsyield
(60.097140) [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/ae4ecf92/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:354) preventsyield
(65.189852) [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/ae4ecf92/jsbin/www-tampering.vflset/www-tampering.js:31) strict
    at t (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/www-tampering.vflset/www-tampering.js:4) strict
    at [anon] (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/www-tampering.vflset/www-tampering.js:40) strict
    at eval (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/www-tampering.vflset/www-tampering.js:81) preventsyield
(68.329248) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: RangeError: const limit (line 16209)
    at [anon] (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/desktop_polymer_legacy_browsers.vflset/desktop_polymer_legacy_browsers.js:16209) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:71112) internal
(72.218996) [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
(73.391761) [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
(74.496020) [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
(75.509067) [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
(76.521276) [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
(77.530018) [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
(78.538698) [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
(79.978958) [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
(83.095432) [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
(83.111810) [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
(83.118565) [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
(83.433833) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid regexp flags (line 1425)
    at [anon] (?inline script?:1425) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91595) internal
(83.434932) [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
(83.435256) [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
(83.435389) [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
(83.435623) [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 Y2a (?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
(83.436037) [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
(83.436108) [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
(83.436421) [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
(83.437050) [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
(83.437104) [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
(83.437452) [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
(83.437495) [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
(83.439247) [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
(83.454145) [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
(83.454905) [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
(83.455132) [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
(83.457320) [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
(83.457440) [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
(83.457727) [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 Zwa (?inline script?:1) construct
    at [anon] (?inline script?:7)
    at eval (?inline script?:1) preventsyield
(83.457791) [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
(83.458214) [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
(83.458255) [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
(83.458320) [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
(83.458369) [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
(83.458414) [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
(83.916378) [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:362)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:640) preventsyield
(87.508420) [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
(88.039537) [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?:48) strict
    at eval (?inline script?:48) preventsyield
(90.111924) [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
(90.132218) [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?:48) strict
    at eval (?inline script?:48) preventsyield
(91.986800) [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
(92.005426) [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?:48) strict
    at eval (?inline script?:48) preventsyield
(92.643061) [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:311)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:560) preventsyield
(93.521796) [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
(94.034874) [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
(94.234944) [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
(94.779554) [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=1697687345:25) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(94.779644) [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
(94.779694) [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
(97.490920) [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
(98.837457) [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
(98.837541) [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
(99.253741) [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
(101.281679) [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
(101.340647) [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
(101.344353) [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-ed2e09fd728f5985.js:1) strict
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/webpack-ed2e09fd728f5985.js:1) preventsyield
(101.396991) [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
(101.422307) [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
(101.429843) [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
(101.462265) [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
(101.462591) [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
(101.464203) [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
(101.465958) [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
(101.507896) [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
(101.516589) [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
(101.521163) [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
(101.525630) [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
(101.528315) [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
(101.529855) [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
(101.531540) [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
(101.536245) [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
(101.536460) [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/5Mg_1vnMNkzbX5I444p4g/_buildManifest.js:1) preventsyield
(101.536508) [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/5Mg_1vnMNkzbX5I444p4g/_ssgManifest.js:1) preventsyield
(105.765416) [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-0f21abb337ed.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(105.765546) [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
(105.765602) [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
(105.765648) [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
(105.765694) [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
(105.765737) [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
(105.765785) [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
(105.765830) [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_relative-time-element_dist_index_js-5c00adf875b8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(105.765873) [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
(105.765925) [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
(105.765963) [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
(105.766005) [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
(105.766058) [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
(105.766098) [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-78d79e74e4ca.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(105.766137) [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
(105.766177) [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-013d2eeedc88.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(105.766216) [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-8f2afa8dee4f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(105.766257) [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
(105.766297) [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
(105.766336) [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
(105.766410) [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
(105.766452) [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
(105.766492) [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
(105.766532) [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
(105.766571) [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
(105.766611) [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
(105.766656) [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
(105.766695) [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
(105.766733) [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
(105.766772) [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
(105.766813) [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
(105.766853) [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
(105.766891) [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
(105.766933) [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
(105.766970) [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
(105.767059) [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
(105.767106) [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
(105.767144) [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
(105.767214) [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
(105.767254) [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
(105.767292) [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
(105.767331) [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
(105.767369) [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
(105.767408) [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
(105.767448) [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
(105.767490) [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
(105.767530) [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
(105.767568) [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
(105.767607) [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-d9a0e71b26f4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(105.767645) [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
(105.767685) [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-abd3611b87d8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(105.767729) [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
(105.767766) [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
(109.331502) [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?:48) strict
    at eval (?inline script?:48) preventsyield
(110.005221) [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
(110.076997) [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/ae4ecf92/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:354) preventsyield
(110.827732) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: RangeError: const limit (line 16209)
    at [anon] (https://www.youtube.com/s/desktop/ae4ecf92/jsbin/desktop_polymer_legacy_browsers.vflset/desktop_polymer_legacy_browsers.js:16209) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:71112) internal
(112.160106) [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.19:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(112.827030) [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
(112.930911) [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:369)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:645) preventsyield
(113.181870) [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
(113.185869) [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
(113.186037) [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
(121.569362) [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?:48) strict
    at eval (?inline script?:48) preventsyield
(122.548847) [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
(123.667019) [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.4be44540.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(124.180746) [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/error_monitoring.isolated.b022cf35.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(125.205697) [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
(126.234502) [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.3397ee0f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(126.588787) [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
(127.610004) [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
(128.626903) [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
(129.645198) [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
(130.222261) [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.977d2417.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(131.283458) [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.1c86114d.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(131.589191) [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.17c73f96.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(137.612730) [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
(138.625347) [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.2716655f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(139.672665) [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
(140.220243) [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.3514b17f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.290154) [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
(141.591457) [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
(142.603813) [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.5db70f81.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(142.628647) [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
(142.711266) [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
(142.880132) [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
(142.900265) [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.bf6a50f1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(142.935461) [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
(142.949462) [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
(143.056613) [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
(143.180095) [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.a1a1733f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(143.497298) [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
(143.565510) [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.8195a7cc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(143.604301) [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
(143.604394) [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
(143.604480) [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
(143.621760) [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
(150.274506) [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.1b8014e7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(151.329059) [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
(152.414402) [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.a0335ee7.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(153.415854) [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
(154.417234) [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
(155.447737) [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
(155.447818) [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
(156.820473) [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
(156.852197) [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
(156.856524) [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
(157.213469) [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
(157.213772) [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
(157.214197) [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
(157.214322) [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
(157.215210) [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
(157.218767) [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
(157.219624) [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
(157.220689) [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
(157.770677) [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
(158.856510) [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
(159.927654) [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
    [...]
(160.358555) [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
(160.436044) [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
(161.473269) [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
(162.475613) [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
(162.479209) [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.12.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) preventsyield
(162.481232) [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
(162.519194) [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)
    [...]
(162.523576) [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.150e5ede0d3993fe18e0a62a289784cd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.523905) [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
(162.533206) [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
(162.536673) [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
(162.544547) [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
(162.545497) [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
(162.546519) [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
(162.548134) [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
(162.551050) [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
(162.554820) [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
(162.557132) [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
(162.563820) [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.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) preventsyield
(162.566293) [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
(162.567341) [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
(162.568262) [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
(162.569877) [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
(162.572633) [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
(162.574145) [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
(162.575765) [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
(162.578392) [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
(162.580706) [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
(162.582119) [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
(162.587423) [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
(162.588968) [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
(162.590719) [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
(162.590801) [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/9dd8612.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.591978) [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
(162.603957) [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
    [...]
(170.431545) [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
(172.046250) [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
(172.062420) [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
(172.062512) [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
(172.583597) [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?1718123105:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.589809) [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?1718123105:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.593706) [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?1718123105:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.594131) [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
(172.597557) [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-9496a1d2461b516f3bbd.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.597745) [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-69fc484c50e7128fa50b.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.598802) [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
(172.600115) [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
(172.602198) [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
(172.602332) [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
(172.602411) [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
(172.602570) [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-607d36d1e8d0706b80e3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.602694) [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
(172.602762) [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
(172.605377) [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
(172.605894) [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
(172.606178) [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
(172.606901) [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
(172.607007) [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-dc3d9b977a9392cdeaa4.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.607817) [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-cf5b9ffc1e166000d331.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(172.607895) [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-a56398dd5a6325c42cb1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.608860) [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-5579e355d65558ddb2c5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.609690) [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
(172.609845) [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-69fc484c50e7128fa50b.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(172.610720) [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
(172.611875) [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
(172.613681) [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
(172.613802) [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
(172.613935) [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
(172.614041) [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
(172.614137) [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
(172.614227) [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
(174.032525) [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
(175.975875) [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
(175.976167) [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.2f6a2d22de812239f2d9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.976635) [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.e6d4db91e4ddbb043010.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.977079) [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.34fb1c7d260e95f77245.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.977195) [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.220c5b951768f1c66a8c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.977300) [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.7068b76938604ea4b897.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.977386) [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
(175.977645) [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.7af4739984ff159948a4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.977802) [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.b753fcf0cab3ba6c3e37.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.977897) [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
(175.977995) [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.6aa5226a6c68ae1c611f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.978232) [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.74dcd0c785091a9cbb99.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.978865) [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
(175.978959) [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
(175.979514) [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.2caf1d3acb082ffec9fe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.980170) [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.5c6f25ab7dd6a8c505b5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.980282) [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.326a83295cddeafc0a80.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.980381) [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.0a733a46305042d914a5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.980682) [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.31d8bcb96cb385fb097d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.981473) [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.801be624cbf425ae1330.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.981725) [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.24098d30909b23b68999.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.981880) [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.4b6a045c9eee46bf23a8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.982129) [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.ca44f0edca6e9ca78a7e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.982282) [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.1fef2ad1535eeac32c98.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.982461) [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.ce49f8230a9739c0a9a3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.982642) [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.c1b4cfd44273d0a3b641.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.982764) [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.d16045d554e280cb852d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.982986) [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
(175.983139) [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.780e822db3806cb5be50.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.983288) [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.59e92f28672b1af95424.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(175.983458) [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
(175.983604) [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.55008898e1d2ea240d8b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.984501) [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.6618de0df14e59e9dbd0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.984659) [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
(175.986088) [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.b09ef7caeb19800c16ca.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.986652) [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.5a039e00dacfd1c80edd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.986737) [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
(175.987428) [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.70779d1f1021af3ccd0a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.987862) [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
(176.203107) [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
(176.676428) [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.48f6fdc2e7a232e8c8ee.legacy.js:1) preventsyield
(176.684795) [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
(180.297633) [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
(180.477135) [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
(180.477369) [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
(180.478894) [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
(181.027374) [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
(181.070324) [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
(181.135844) [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
(181.150273) [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
(181.288578) [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
(181.432164) [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,716zeYn7ojL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31NSDarX4TL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&B6wck+DG:751)
    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,716zeYn7ojL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31NSDarX4TL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&B6wck+DG:751)
    at eval (https://images-na.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01QvReFeJyL.js,01phmzCOwJL.js,01eOvPdxG7L.js,716zeYn7ojL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21cN4KWOfCL.js,41j6j76ZPUL.js,51H8vCDt+dL.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31NSDarX4TL.js,71-pKfDl0GL.js,41suW241oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&B6wck+DG:751) preventsyield
(181.713430) [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
(181.713746) [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
(181.923061) [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
(181.950485) [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/prod/app.6030467b9426965bb98c.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(182.233353) [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
(182.452853) [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.j3INzUgwUCU.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAnAAAAAAAAAAAAAAAPgBAAAAAAAAAAAAAAAAAByI7wgABGARAABe/d=1/ed=1/rs=ACT90oGgjHJPJh8j_eewYA03jJ6OvpAV6g/m=sb_he,d:192) preventsyield
(182.876930) [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
(183.095002) [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.9VEhyrdclq4.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAACAABwAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAfiOwIAAVgEAIAX/d=1/ed=1/rs=ACT90oFCIkxl7u2vdJK2DADmPjSQlx_KgQ/m=sb_he,d:192) preventsyield
(183.338303) [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
(183.338853) [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
(183.481257) [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-a29d4e47fb4cdab2d2f7.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(183.511683) [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-cebe730e7e7b5db98ac3.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(183.511771) [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
(184.714197) [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
(184.898067) [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/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:592)
    at [anon] (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:525)
    at [anon] (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:593)
    at eval (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:1063) preventsyield
(185.004631) [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
(185.009055) [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
(185.343085) [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:349)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:661) preventsyield
(185.431266) [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
(185.432182) [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
(185.434200) [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
(185.434801) [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
(185.597833) [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:276)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:494) preventsyield
(185.772875) [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/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:592)
    at [anon] (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:525)
    at [anon] (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:593)
    at eval (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:1063) preventsyield
(185.998295) [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
(187.139508) [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
(187.863563) [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
(187.896684) [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.cloudflare.com/app-61c89c1c0efef3f85262.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(187.944337) [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
(187.946919) [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
(187.949060) [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
(188.432518) [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
(188.645253) [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.9VEhyrdclq4.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAACAABwAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAfiOwIAAVgEAIAX/d=1/ed=1/rs=ACT90oFCIkxl7u2vdJK2DADmPjSQlx_KgQ/m=sb_he,d:192) preventsyield
(189.982641) [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
(189.983738) [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
(189.983840) [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
(189.990167) [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
(189.990385) [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
(190.160103) [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/3BXfH142FQneV89.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/3BXfH142FQneV89.js:1) tailcall
    at [anon] (https://m.media-amazon.com/images/S/sash/3BXfH142FQneV89.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/3BXfH142FQneV89.js:1) tailcall
    at [anon] (https://m.media-amazon.com/images/S/sash/3BXfH142FQneV89.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/3BXfH142FQneV89.js:1)
    at r (https://m.media-amazon.com/images/S/sash/3BXfH142FQneV89.js:1)
    at eval (https://m.media-amazon.com/images/S/sash/3BXfH142FQneV89.js:1) preventsyield
(190.179646) [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
(190.273309) [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
(190.273418) [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
(190.273530) [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
(190.274681) [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
(190.274769) [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
(190.274824) [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
(190.275071) [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
(190.275145) [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
(190.275231) [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
(190.275286) [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
(190.275640) [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
(190.275761) [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
(190.320509) [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
(190.324837) [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
(190.324970) [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
(190.339289) [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
(191.243585) [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
(191.244841) [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
(191.278372) [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
(191.298799) [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
(191.299166) [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-e3200bec8b3be994.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(191.299258) [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
(191.353643) [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
(191.360835) [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
(191.362782) [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
(191.363198) [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
(191.377633) [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-3007b658baf5e62f.js:1) strict preventsyield
(191.378965) [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/4187-911f269aea6ba4a1.js:1) strict preventsyield
(191.382715) [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
(191.384616) [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
(191.386804) [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
(191.388215) [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
(191.390444) [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
(191.391684) [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
(191.405838) [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
(191.407396) [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
(191.410100) [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
(191.413689) [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
(191.433940) [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-50d37a35d2639096.js:1) preventsyield
(191.437048) [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/dS6jMUWky0yCVAoDxNAG0/_buildManifest.js:1) preventsyield
(191.437092) [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/dS6jMUWky0yCVAoDxNAG0/_ssgManifest.js:1) preventsyield
(192.147861) [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
(192.155984) [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
(192.798202) [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/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:592)
    at [anon] (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:525)
    at [anon] (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:593)
    at eval (https://www.gstatic.com/recaptcha/releases/9pvHvq7kSOTqqZusUzJ6ewaF/recaptcha__en.js:1063) preventsyield
(194.017723) [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
(194.060678) [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
(194.097661) [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
(194.295813) [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
(194.298834) [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
(194.756854) [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
(194.758586) [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
(194.758910) [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
(194.759195) [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
(194.760599) [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
(194.819531) [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
(195.125644) [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
(195.515711) [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
(195.600719) [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
(195.600858) [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
(195.602883) [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
(195.603678) [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
(195.604140) [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
(195.604546) [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
(195.606273) [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
(195.607090) [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
(195.625294) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(195.625476) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(195.625561) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: undefined not callable66
in block "" at line: 
file: 
(195.625639) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: undefined not callable106
in block "" at line: 
file: 
(195.625758) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(195.626052) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(195.627031) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(195.627270) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(195.627348) [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
(195.637318) [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
(195.637474) [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
(195.640135) [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
(195.640621) [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
(195.641228) [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
(195.643260) [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
(195.643784) [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
(195.647865) [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
(195.648227) [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
(195.648617) [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
(195.649050) [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
(195.649266) [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
(195.649582) [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
(195.649731) [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
(195.652225) [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
(195.652595) [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
(195.652703) [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
(195.710035) [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
(195.710219) [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
(195.710766) [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
(195.718118) [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
(195.718214) [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
(195.718772) [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
(196.016583) [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
(196.016956) [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
(196.017220) [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
(196.109991) [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
(196.110157) [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
(196.110297) [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
(196.110689) [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
(196.111799) [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
(198.233124) [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/vdb8b7edfb4ddff7cc584873ed931ccf90318103a0ee4c9544c9cd489a892bff4/developers/js/app_loader.js:33) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.821839) [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
(203.908451) [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
(203.908609) [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.2f6a2d22de812239f2d9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.908835) [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.e6d4db91e4ddbb043010.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909037) [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.34fb1c7d260e95f77245.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909094) [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.220c5b951768f1c66a8c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909146) [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.7068b76938604ea4b897.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909195) [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
(203.909329) [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.7af4739984ff159948a4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909399) [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.b753fcf0cab3ba6c3e37.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909447) [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
(203.909501) [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.6aa5226a6c68ae1c611f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909594) [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.74dcd0c785091a9cbb99.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.909863) [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
(203.909906) [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
(203.910163) [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.2caf1d3acb082ffec9fe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.910466) [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.5c6f25ab7dd6a8c505b5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.910522) [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.326a83295cddeafc0a80.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.910573) [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.0a733a46305042d914a5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.910724) [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.31d8bcb96cb385fb097d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911096) [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.801be624cbf425ae1330.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911224) [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.24098d30909b23b68999.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911285) [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.4b6a045c9eee46bf23a8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911398) [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.ca44f0edca6e9ca78a7e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911476) [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.1fef2ad1535eeac32c98.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911556) [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.ce49f8230a9739c0a9a3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911639) [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.c1b4cfd44273d0a3b641.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911703) [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.d16045d554e280cb852d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911793) [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
(203.911856) [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.780e822db3806cb5be50.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.911929) [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.59e92f28672b1af95424.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(203.912015) [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
(203.912092) [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.55008898e1d2ea240d8b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.912501) [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.6618de0df14e59e9dbd0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.912582) [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
(203.913068) [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.b09ef7caeb19800c16ca.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.913318) [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.5a039e00dacfd1c80edd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.913361) [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
(203.913655) [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.70779d1f1021af3ccd0a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(203.913873) [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
(204.120179) [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
(204.589458) [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.48f6fdc2e7a232e8c8ee.legacy.js:1) preventsyield
(204.603951) [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
(207.336825) [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
(207.336931) [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
(208.629293) [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-e3340b15.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(208.689738) [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
(208.698234) [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
(208.779772) [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
(209.798100) [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
(209.809036) [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
(210.563684) [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
(211.072735) [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
(211.073444) [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
(211.078420) [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/8e5d408c7e77644b/recaptchav3.js?_sessionID=Nf4rqCK0rGAPUDywTN86yMq8xUoYVoRY:1)
    at eval (https://www.paypal.com/auth/createchallenge/8e5d408c7e77644b/recaptchav3.js?_sessionID=Nf4rqCK0rGAPUDywTN86yMq8xUoYVoRY:1) preventsyield
(214.791663) [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
(214.945141) [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.0e0d58c4ad6a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(217.692947) [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
(217.770726) [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:386)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:679) preventsyield
(220.716681) [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/y4/r/AkV4cevgxL7.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(220.721154) [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
(220.721302) [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
(220.725696) [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
(220.725810) [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
(220.726214) [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
(220.726612) [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
(220.726684) [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
(220.726799) [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
(220.726843) [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
(220.726900) [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
(220.728715) [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
(221.232908) [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
(221.233871) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(221.234007) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(221.253013) [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
(221.253359) [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
(221.402687) [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
(221.402810) [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
(221.427496) [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
(221.562663) [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
(222.153188) [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
(226.741901) [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
(226.745502) [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
(226.822717) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'configureRequire' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:4) preventsyield
(226.823070) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(226.823231) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.823318) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.823383) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.823447) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.823540) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:8) preventsyield
(226.823604) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.823662) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.823728) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.823788) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.826075) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.828517) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.828652) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.828729) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.829171) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.829355) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(226.829413) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(227.264131) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:5) preventsyield
(227.264531) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(227.264865) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(227.264998) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(227.265287) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(227.269319) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ensemble' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:8) preventsyield
(228.709461) [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
(231.968968) [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/y4/r/AkV4cevgxL7.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(231.973647) [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
(231.973787) [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
(231.990694) [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
(231.990784) [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
(231.992542) [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
(231.992782) [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
(231.992851) [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
(231.992926) [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
(231.992966) [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
(231.993021) [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
(231.993496) [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
(235.970307) [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
(235.974944) [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
(238.287537) [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
(239.580138) [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
(239.583241) [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
(239.592921) [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
(239.812873) [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
(244.644246) [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
(244.644564) [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
(247.069740) [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
(247.069858) [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
(249.254530) [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
(249.256187) [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-a6795a140c73533c.js:1) strict
    at eval (https://public.slidesharecdn.com/_next/static/chunks/webpack-a6795a140c73533c.js:1) preventsyield
(249.292651) [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
(249.293237) [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
(249.293365) [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-6ff1e2d7bff7ed59.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(249.293848) [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
(249.293942) [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
(249.294201) [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/dc2a4866aca4f95befc95615a73f782e87debfb6/_buildManifest.js:1) preventsyield
(249.294240) [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/dc2a4866aca4f95befc95615a73f782e87debfb6/_ssgManifest.js:1) preventsyield
(253.482193) [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
(254.678110) [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.9VEhyrdclq4.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAACAABwAAAAAAAAAAAAAAH4AAAAAAAAAAAAAAAAAAAfiOwIAAVgEAIAX/d=1/ed=1/rs=ACT90oFCIkxl7u2vdJK2DADmPjSQlx_KgQ/m=sb_he,d:192) preventsyield
(258.085822) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: Error in adding TTJSStart marker
(259.089755) [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
(260.189151) [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
(260.892132) [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
(260.892881) [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
(260.893082) [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
(260.893202) [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
(261.908687) [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
(262.170623) [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
(263.447426) [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.d5e5713aade9a6953caa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(264.488459) [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.a74e4f97fdfdbe518745.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(265.772922) [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
(267.081941) [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.j3INzUgwUCU.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAnAAAAAAAAAAAAAAAPgBAAAAAAAAAAAAAAAAAByI7wgABGARAABe/d=1/ed=1/rs=ACT90oGgjHJPJh8j_eewYA03jJ6OvpAV6g/m=sb_he,d:192) preventsyield
(270.057030) [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
(270.473789) [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
(270.474016) [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
(270.475574) [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
(270.542069) [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
(270.603284) [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
(270.964031) [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,71eGQTwUAOL.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,71eGQTwUAOL.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,71eGQTwUAOL.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
(270.975418) [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
(275.767482) [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:284)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:495) preventsyield
(281.135787) [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:276)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:494) preventsyield
(281.233494) [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)
    [...]
(283.521392) [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:277)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:535) preventsyield
(285.661753) [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
(288.056419) [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
    [...]
(289.092683) [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
(291.000447) [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)
    [...]
(291.047516) [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
(292.216860) [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
(293.245758) [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://script.crazyegg.com/pages/scripts/0011/2616.js:1)
    at [anon] (https://script.crazyegg.com/pages/scripts/0011/2616.js:1)
    at eval (https://script.crazyegg.com/pages/scripts/0011/2616.js:1) preventsyield
(293.275641) [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
(299.678615) [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?:48) strict
    at eval (?inline script?:48) preventsyield
(300.937216) [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
(300.956364) [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.3b1d218ff3297bf3cd3a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(300.994495) [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
(300.998703) [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
(301.752790) [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
(301.752829) [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
(301.752865) [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
(301.752882) [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.3ad0e5febad5fd846a3e.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(301.983029) [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
(302.021918) [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
(302.022718) [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
(305.351867) [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
(306.999209) [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
(307.097338) [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
(307.100305) [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
(307.355916) [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
(307.356242) [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
(307.356416) [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
(307.356490) [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
(307.357316) [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
(307.360705) [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
(307.361693) [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
(307.362764) [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
(307.412458) [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
(309.622128) [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
(310.694766) [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
    [...]
(311.199908) [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
(311.207240) [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
(312.241763) [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
(313.245015) [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
(313.248834) [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.12.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.12.js:1) preventsyield
(313.250843) [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
(313.288223) [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)
    [...]
(313.292484) [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.150e5ede0d3993fe18e0a62a289784cd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(313.292564) [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
(313.301667) [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
(313.305112) [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
(313.312874) [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
(313.313873) [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
(313.314968) [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
(313.316554) [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
(313.319501) [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
(313.323233) [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
(313.325497) [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
(313.332027) [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.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.0.js:1) preventsyield
(313.334498) [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
(313.335523) [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
(313.336426) [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
(313.338085) [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
(313.340796) [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
(313.342311) [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
(313.343926) [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
(313.346557) [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
(313.348842) [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
(313.350238) [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
(313.352888) [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
(313.358067) [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
(313.359623) [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
(313.361381) [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
(313.361475) [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/9dd8612.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(313.362627) [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
(313.375666) [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
    [...]
(316.783209) [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
(318.003108) [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
(319.079533) [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
(319.080271) [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
(319.658317) [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
(319.723713) [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:315)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-K6HGMLB:564) preventsyield
(325.539667) [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
(325.565608) [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
(325.646743) [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
(326.732827) [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
(329.654158) [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
(329.757573) [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
(329.763578) [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
(329.764871) [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
(329.768601) [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
(329.790349) [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
(330.424046) [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
(333.763427) [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://static01.nytimes.com/newsgraphics/storylines/styln-hp-reporteranalysis/bc3233d3748865ead9d055054a2d98ec1d824d1b/LiveHPPromo.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(333.771556) [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
(333.982984) [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-b1b66752e3d1d1032862.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(333.999629) [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-0a256edb4f9c581ab519.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(334.118173) [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:373)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:767) preventsyield
(334.118784) [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
(335.534507) [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
(339.197457) [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
(339.322003) [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
(339.323106) [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
(340.511364) [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
(340.684263) [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:393)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1:705) preventsyield
(342.483370) [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
(343.788222) [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
(343.788554) [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
(343.788589) [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
(343.935322) [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
(345.775425) [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/m202406060101/pubads_impl.js:32) preventsyield
(357.476696) [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
(357.811132) [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
(357.834472) [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
(357.834689) [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
(357.836161) [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
(357.881027) [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
(357.894926) [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
(358.152846) [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
(358.170680) [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
(358.305224) [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
(358.455024) [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,71ml6RbC6wL.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:751)
    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,71ml6RbC6wL.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:751)
    at eval (https://images-eu.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71r8PcECNjL.js,01A8CUOyW-L.js,01DrNTYt+RL.js,01eOvPdxG7L.js,71ml6RbC6wL.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:751) preventsyield
(358.890477) [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
(358.891917) [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
(358.892300) [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
(358.894969) [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
(360.152070) [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
(360.279900) [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
(360.284093) [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
(360.289892) [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
(360.311443) [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/29389b8.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.323402) [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
(360.335809) [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
(360.344275) [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
(360.347072) [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/68092da.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.348668) [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/251a6e6.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.352651) [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/b4f1eb4.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.359423) [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/49f8751.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.363873) [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/9dac494.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(360.369052) [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/13491f8.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.373959) [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/61d8f44.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.375366) [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/15adcdc.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.378088) [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/552224d.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.380965) [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/c9ef0d3.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(360.383305) [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/2f30edc.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.387464) [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/4566f06.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(360.389817) [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
(360.393101) [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/8d103e0.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.510968) [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/9ff9ed5.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(360.526648) [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/275dee1.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.541999) [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/aafddf2.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.696192) [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/bba7108.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(361.647686) [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
(361.683060) [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
(362.500384) [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/m202406060101/pubads_impl.js:32) preventsyield
(362.788331) [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
(362.807922) [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
(362.843067) [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
(362.854420) [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
(368.120083) [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
(368.310522) [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
(368.569070) [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
(369.780514) [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:358)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:734) preventsyield
(369.780631) [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.388d4b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(369.780661) [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
(372.696471) [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.yrSlPRgHxNE.es5.O/am=AFv3_-_QWYAE/d=1/excm=_b,_tp,homeview/ed=1/dg=0/wt=2/ujg=1/rs=AOaEmlHznluSzaGWPpxO0XSnKc6RE4WLNg/m=_b,_tp:1) strict preventsyield
(376.487282) [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
(376.487595) [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
(378.842820) [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
(378.876415) [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
(384.190564) [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
(384.556856) [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.53.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(384.557784) [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
(384.564480) [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
(384.578591) [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
(384.950375) [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.6126353b03a1dec1.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.6126353b03a1dec1.js:1) tailcall
    [...]
(385.441177) [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
(388.233403) [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
(389.237915) [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.9111c432fb133fce.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.9111c432fb133fce.js:1) preventsyield
(390.262201) [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
(391.269714) [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
(391.539469) [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
(392.557600) [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
(393.565459) [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
(394.584361) [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
(395.589308) [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
(396.600345) [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
(397.607824) [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
(398.613299) [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
(399.622378) [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
(400.629812) [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
(401.541645) [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
(402.554193) [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.587671) [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
(403.747539) [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
(403.914877) [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
(404.080957) [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
(404.271542) [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
(404.322726) [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
(404.409294) [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
(404.429466) [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.975c206f4e03b59a.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.975c206f4e03b59a.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.975c206f4e03b59a.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.975c206f4e03b59a.js:1) preventsyield
(404.518307) [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.be1ee163cc592248.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.be1ee163cc592248.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.be1ee163cc592248.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.be1ee163cc592248.js:1) preventsyield
(404.528330) [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
(404.724070) [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
(404.858846) [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
(404.883454) [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
(404.937941) [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.4a60abc1ade6c080.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.4a60abc1ade6c080.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.4a60abc1ade6c080.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.4a60abc1ade6c080.js:1) preventsyield
(404.993353) [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.7e712bdbf0dc99bc.js:1) strict
    at k (https://s.aolcdn.com/caas-assets-production/assets/v1/news.7e712bdbf0dc99bc.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/news.7e712bdbf0dc99bc.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.7e712bdbf0dc99bc.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.7e712bdbf0dc99bc.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.7e712bdbf0dc99bc.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/news.7e712bdbf0dc99bc.js:1) preventsyield
(405.175389) [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
(405.176764) [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
(405.219711) [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.c21bfb821ad131e9.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/aol_header.c21bfb821ad131e9.js:2) preventsyield
(405.220130) [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
(405.220287) [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
(405.220458) [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
(406.362273) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 9)
    at [anon] (https://assets.adobedtm.com/3dc13bcabc29/e1d3c7e41fac/launch-c1f03f5b4bc6.min.js:9) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(406.363138) [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
(406.363364) [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
(406.536265) [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.91534d180b1c5b13fab3514b996690b5.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.preload.min.91534d180b1c5b13fab3514b996690b5.js:10) preventsyield
(406.572825) [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
(406.782149) [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.5c2b1b487f858a58b9523ccba08a7181.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:8) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:1) strict
    at t (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.5c2b1b487f858a58b9523ccba08a7181.js:1)
    [...]
(406.782617) [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
(406.782676) [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
(406.782712) [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
(407.214943) [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
(407.315844) [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
(407.592088) [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.0023310ae7ab6f18af626f18470dace2.js:9) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.designkit.min.0023310ae7ab6f18af626f18470dace2.js:14) preventsyield
(407.592762) [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
(407.594667) [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
(407.595973) [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
(407.597353) [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
(407.598621) [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
(407.598817) [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=59b820c1-bcb1-e610-5fe1-97078e660217:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(408.422479) [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
(415.252088) [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
(416.359010) [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://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at U (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at [anon] (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at [anon] (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at eval (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1) preventsyield
(416.360261) [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
(416.426569) [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
(416.426732) [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
(417.150076) [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
(418.479366) [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://cf.bstatic.com/static/js/main_cloudfront_sd/09cfab2458af76daee9b54cdc1e8c0141c281a86.js:24) strict
    at [anon] (https://cf.bstatic.com/static/js/main_cloudfront_sd/09cfab2458af76daee9b54cdc1e8c0141c281a86.js:24) strict
    at eval (https://cf.bstatic.com/static/js/main_cloudfront_sd/09cfab2458af76daee9b54cdc1e8c0141c281a86.js:24) preventsyield
(418.488607) [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://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:14)
    at R (https://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25) tailcall
    at [anon] (https://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:31)
    at [anon] (https://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:14) tailcall
    at [anon] (https://cf.bstatic.com/static/js/main_cloudfront_sd/09cfab2458af76daee9b54cdc1e8c0141c281a86.js:4)
    at [anon] (https://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:14)
    at [anon] (https://cf.bstatic.com/static/js/main_cloudfront_sd/09cfab2458af76daee9b54cdc1e8c0141c281a86.js:4)
    [...]
(419.603861) [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://cf.bstatic.com/static/js/landingpage_cloudfront_sd/4417f0cf113c3ec51a8190be88e7c373a6d9295d.js:7) preventsyield
(419.605903) [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://cf.bstatic.com/static/js/jquery_cloudfront_sd/e1e8c0e862309cb4caf3c0d5fbea48bfb8eaad42.js:25)
    at [anon] (https://cf.bstatic.com/static/js/index_cloudfront_sd/0885249a1808cad3cad1100a9cf90ec548cd25ca.js:1)
    at r (https://cf.bstatic.com/static/js/index_cloudfront_sd/0885249a1808cad3cad1100a9cf90ec548cd25ca.js:1) preventsyield
(424.703553) [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://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) strict
    at [anon] (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) strict
    at [anon] (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    at o (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) tailcall
    at [anon] (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) strict
    at o (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1) tailcall
    at [anon] (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    at o (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    at n (https://cf.bstatic.com/libs/promise/7.0.4/promise-7.0.4.min.js:1)
    [...]
(424.720585) [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
(430.903910) [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
(430.905168) [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://cf.bstatic.com/static/js/lazy_load_images_cloudfront_sd/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1)
    at [anon] (https://cf.bstatic.com/static/js/lazy_load_images_cloudfront_sd/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1)
    at [anon] (https://cf.bstatic.com/static/js/lazy_load_images_cloudfront_sd/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1)
    at eval (https://cf.bstatic.com/static/js/lazy_load_images_cloudfront_sd/77204d4da4aa41b08b1a4062c8e66e4629550994.js:1) preventsyield
(430.908011) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/remoteEntry.017e2191.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(430.908404) [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://cf.bstatic.com/psb/capla/static/js/dc32f6b7.c6ef331b.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(430.910149) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/remoteEntry.f0866eea.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(430.911847) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/remoteEntry.9aa768e4.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(430.911919) [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://cf.bstatic.com/psb/capla/static/js/18cad957.396a23b6.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(430.911958) [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://cf.bstatic.com/psb/capla/static/js/8067d7e4.6b5e6120.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(430.913591) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/remoteEntry.93ffa3ee.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(430.915702) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/remoteEntry.3e1ae15c.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(430.916081) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/ebf8c3e3.2a7339a8.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.918109) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/remoteEntry.8bd7db6b.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(430.918218) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/0d919837.58725bf2.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.920451) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/remoteEntry.6b81267f.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(430.920575) [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://cf.bstatic.com/psb/capla/static/js/27bbaa9c.e55dc117.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(430.984330) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/client.5616683f.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(430.984693) [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://cf.bstatic.com/psb/capla/static/js/4a89d2db.6c0ec4b3.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(430.984810) [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://cf.bstatic.com/psb/capla/static/js/0a098284.1b69be13.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(430.984858) [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://cf.bstatic.com/psb/capla/static/js/97a643cd.a2773abf.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(430.986546) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/ace575b5.b5615b15.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.986680) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/f141039c.1c2abb24.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.986728) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/f41dcaf5.e0e8868c.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.986767) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/0d073a5f.b5afc38b.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.986863) [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://cf.bstatic.com/psb/capla/static/js/6b631c3f.8de1cc5d.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(430.986907) [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://cf.bstatic.com/psb/capla/static/js/63bff8e9.4864432d.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(430.987209) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/59306dc3.1abcfccc.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.987253) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/5f127cf4.442123b3.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.987495) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/782ad794.cd341492.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.987544) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/282e5b08.34d5f761.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.987598) [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://cf.bstatic.com/psb/capla/static/js/95a17449.053d2d8f.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(430.987634) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/7943e0ea.e837cfe6.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.987673) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/d8454389.bfc04ae0.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.987710) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/c8637181.3230d487.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(430.987748) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://cf.bstatic.com/psb/capla/static/js/d9560671.cc01d5d9.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(431.550494) [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
(431.550624) [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
(432.164749) [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
(433.223296) [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
(434.255022) [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
(436.255052) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 32)
    at [anon] (https://tms.oracle.com/main/prod/utag.sync.js:32) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(436.255956) [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
(436.257563) [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
(437.610525) [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
(437.617060) [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
(437.617892) [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
(437.618707) [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
(437.620589) [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
(437.625284) [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
(437.626318) [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
(437.659904) [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
(437.692498) [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
(437.714839) [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
(437.754625) [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
(437.778864) [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
(437.780024) [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
(437.780073) [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
(437.783137) [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
(440.785671) [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
(441.223512) [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
(441.276598) [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
(441.570887) [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
(442.572911) [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
(443.664832) [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
(443.666881) [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
(443.672396) [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
(443.673159) [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
(443.679697) [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
(443.685480) [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
(443.685634) [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
(443.704507) [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
(443.708349) [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
(443.708673) [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
(444.321003) [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
    [...]
(445.352689) [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
(446.361585) [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
(446.363376) [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
(446.365417) [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
(446.403067) [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)
    [...]
(446.403179) [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
(446.405896) [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
(446.644548) [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
(446.645948) [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
(446.648231) [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
(446.649532) [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
(446.655683) [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
(446.657266) [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
(446.660537) [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
(446.663015) [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
(450.349357) [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
(450.349447) [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
(456.596090) [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
(457.934303) [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
(459.080432) [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)
    [...]
(459.080709) [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
(459.081067) [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
(460.549050) [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:446)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-07ZGQT7GK0:779) preventsyield
(460.549426) [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
(460.549504) [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
(460.549532) [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
(460.563473) [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)
    [...]
(460.569765) [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
(460.569851) [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
(461.712834) [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
(463.696903) [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:394)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-BB8DNPB73F:712) preventsyield
(463.696967) [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-202406111328.434fcc6207.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(465.874475) [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
(465.890565) [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
(466.897801) [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
(467.995332) [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 [anon] (https://r.bing.com/rs/6A/xw/jnc,nj/4UY2jq3mEKk7NI4y4J9sHqyctKk.js?or=w:1)
    at eval (https://r.bing.com/rs/6A/xw/jnc,nj/4UY2jq3mEKk7NI4y4J9sHqyctKk.js?or=w:1) preventsyield
(468.008043) [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
(476.189842) [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/y4/r/AkV4cevgxL7.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(476.195172) [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
(476.195325) [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
(476.199769) [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
(476.199888) [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
(476.200323) [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
(476.200721) [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
(476.200797) [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
(476.200921) [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
(476.200969) [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
(476.201032) [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
(476.202992) [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
(479.392634) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 21)
    at [anon] (https://yastatic.net/s3/psf/ps-tuning/disk-public-landing.en.025ddd8127f28e26b446.js:21) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(480.482927) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: legouser:TypeError: cannot read property 'length' of undefined
(483.650932) [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
(484.054054) [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=1718123417302&apiKey=8963a461-ada8-4ace-b48d-b6916798054d:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(485.270677) [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/2151647.es2015/runtime.0f5221ec20b296b585bc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(485.270916) [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/2151647.es2015/vendors/change/design-system.6979d08959eefab9175c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.271015) [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/2151647.es2015/vendors/change/core.66ef63fd40f93fb31ceb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.271071) [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/2151647.es2015/vendors/misc.85473435e8a4ff02c57b.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.271133) [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/2151647.es2015/vendors/runtime.dfb41d814e50975b2a5d.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.271184) [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/2151647.es2015/vendors/react.8f5ea06e0c366cadc1a8.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.271231) [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/2151647.es2015/config.adbeeffcea7e9694ecea.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.271275) [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/2151647.es2015/vendors/change/config.e90b7c0f1fe1ac269a0b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.271318) [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/2151647.es2015/vendors/change/components.1a370b157ed9bf48499a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.276127) [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/2151647.es2015/vendors/html-parser.4ab6093298425a7bef15.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.276249) [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/2151647.es2015/vendors/design-system.f740cb38a09c40636e20.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.276309) [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/2151647.es2015/webapp-info.228463b252f9fd97612c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.276359) [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/2151647.es2015/shared.7d7773482862cfb6811c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.276403) [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/2151647.es2015/main.f2366ae212febd3479ac.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(485.276451) [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/2151647.es2015/pages/homepage.f068fa8f811df5dc0d88.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(488.206135) [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
(488.207998) [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
(489.002762) [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
(489.861401) [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
(490.306051) [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:70)
    at [anon] (https://imasdk.googleapis.com/js/sdkloader/ima3.js:70)
    at eval (https://imasdk.googleapis.com/js/sdkloader/ima3.js:725) preventsyield
(492.919512) [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
(493.129397) [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:440)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-FJBH1GT2QG:785) preventsyield
(493.202909) [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
(494.391164) [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/m202406060101/pubads_impl.js:32) preventsyield
(497.844848) [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
(498.420466) [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)
    [...]
(499.477318) [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.269/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.269/pc/index.js:1)
    [...]
(501.780978) [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
(502.386024) [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
(502.768667) [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
(504.798926) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 22)
    at [anon] (https://assets.alicdn.com/g/ae-fe/header-ui/0.0.94/src/ae-header.js:22) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(504.853795) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'React' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:1)
    at i (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:22) strict
    at i (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:6)
    at i (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:1)
    at eval (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.27/js/index.js:22) preventsyield
(504.965151) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 21)
    at [anon] (https://assets.alicdn.com/g/ae-dida/home-pc/0.0.64/index.js:21) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(509.354761) [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 Ua (https://www.youtube.com/s/player/4fc7f9fa/www-widgetapi.vflset/www-widgetapi.js:136) strict
    at [anon] (https://www.youtube.com/s/player/4fc7f9fa/www-widgetapi.vflset/www-widgetapi.js:269) strict
    at tc (https://www.youtube.com/s/player/4fc7f9fa/www-widgetapi.vflset/www-widgetapi.js:224) strict
    at [anon] (https://www.youtube.com/s/player/4fc7f9fa/www-widgetapi.vflset/www-widgetapi.js:270) strict
    at eval (https://www.youtube.com/s/player/4fc7f9fa/www-widgetapi.vflset/www-widgetapi.js:270) preventsyield
(509.539901) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: ReferenceError: identifier 'Image' undefined
(510.549144) [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/322dddd3-8601-43ab-99f1-dc36d75f9d8c/js/dgc_blog.js:15) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(511.574873) [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
(514.779557) [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
(514.779860) [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
(514.784632) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: Bootstrap configuration error,SyntaxError: invalid json (at offset 1)
(514.784716) [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
(514.841445) [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
(515.180213) [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
(515.325538) [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:373)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68:745) preventsyield
(518.057633) [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=8922fce78ade4066:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(518.740340) [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
(519.758122) [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
(519.759234) [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
(522.805611) [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
(522.821469) [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
(522.821503) [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
(522.828888) [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
    [...]
(522.917845) [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/5775.b4271c7df87bf247e7d0.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(522.917886) [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
(522.917911) [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
(522.917933) [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
(522.918065) [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
(522.918125) [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.106ec701aa77bfdcab5f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(522.918148) [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.2ec9068bb71229db6bfb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(522.918169) [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
(522.918189) [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
(522.918209) [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
(522.918228) [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.dcef206ed55f87cb28aa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(522.918246) [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
(522.918265) [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.d06bb31f0b0272ceda08.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(522.918284) [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
(522.918304) [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
(522.918324) [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
(522.918343) [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
(522.918382) [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
(522.918403) [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
(522.918423) [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
(522.918441) [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
(522.918460) [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
(522.918479) [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
(522.918499) [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
(522.918515) [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.f0e9a80a35a923345ef4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(522.918529) [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-2b672d5b1c3939e34f93baf2f898edca.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(524.077515) [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/m202406060101/pubads_impl.js:32) preventsyield
(525.278617) [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
(525.279934) [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
(526.071642) [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
(526.174684) [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)
    [...]
(526.708097) [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
(527.048157) [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:358)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:587) preventsyield
(527.125278) [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
(527.144966) [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
(527.601715) [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)
    [...]
(527.780499) [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=749dbe45859c469f92d1a40840e28038:63)
    at [anon] (https://connect.facebook.net/en_US/sdk.js?hash=749dbe45859c469f92d1a40840e28038:225) strict preventsyield
(528.737150) [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
(528.978822) [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
(529.443809) [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/nsy2stq5xqyxpo1davpx2qpu1ac.js:107)
    at [anon] (https://ir.ebaystatic.com/rs/v/nsy2stq5xqyxpo1davpx2qpu1ac.js:125) construct
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(529.744844) [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
(529.816225) [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.3dbd66dc.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)[0x7f95c565b050]
??:?(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)[0x7f95c564624a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7f95c5646305]
??:?(_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