FailedConsole Output

Started by upstream project "test-short-internet" build number 495
originally caused by:
 Started by upstream project "test-ns-infrastructure" build number 869
 originally caused by:
  Started by upstream project "source-netsurf-all-master" build number 2004
  originally caused by:
   Started by upstream project "netsurf" build number 6787
   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/hudson3508605049789010486.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
 COMPILE: src/svgtiny_parse.c
 COMPILE: src/svgtiny_path.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: 1.48s
  Action: navigate
          win1 --> https://www.blogger.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.27s
  Action: navigate
          win1 --> https://apple.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 13.39s
  Action: navigate
          win1 --> https://plus.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.60s
  Action: navigate
          win1 --> https://microsoft.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.10s
  Action: navigate
          win1 --> https://play.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 9.39s
  Action: navigate
          win1 --> https://adobe.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.97s
  Action: navigate
          win1 --> https://youtube.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 12.89s
  Action: navigate
          win1 --> https://mozilla.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 12.20s
  Action: navigate
          win1 --> https://en.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.74s
  Action: navigate
          win1 --> https://support.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.41s
  Action: navigate
          win1 --> https://sites.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.84s
  Action: navigate
          win1 --> https://accounts.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.30s
  Action: navigate
          win1 --> https://docs.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.30s
  Action: navigate
          win1 --> https://wordpress.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.10s
  Action: navigate
          win1 --> https://linkedin.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.94s
  Action: navigate
          win1 --> https://vimeo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.77s
  Action: navigate
          win1 --> https://maps.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.22s
  Action: navigate
          win1 --> https://github.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.08s
  Action: navigate
          win1 --> https://drive.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.00s
  Action: navigate
          win1 --> https://youtu.be/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.69s
  Action: navigate
          win1 --> https://creativecommons.org/
  Action: block
401: No candidate found, cancelling login box
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.23s
  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: 1.06s
  Action: navigate
          win1 --> https://vk.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 14.62s
  Action: navigate
          win1 --> https://blogspot.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 10.28s
  Action: navigate
          win1 --> https://news.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.33s
  Action: navigate
          win1 --> https://medium.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.75s
  Action: navigate
          win1 --> https://www.yahoo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.26s
  Action: navigate
          win1 --> https://live.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.35s
  Action: navigate
          win1 --> https://istockphoto.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.44s
  Action: navigate
          win1 --> https://bbc.co.uk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.83s
  Action: navigate
          win1 --> https://amazon.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.88s
  Action: navigate
          win1 --> https://dailymotion.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.70s
  Action: navigate
          win1 --> https://google.es/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.63s
  Action: navigate
          win1 --> https://google.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.83s
  Action: navigate
          win1 --> https://forbes.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.67s
  Action: navigate
          win1 --> https://mediafire.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.61s
  Action: navigate
          win1 --> https://wikimedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.42s
  Action: navigate
          win1 --> https://cloudflare.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.75s
  Action: navigate
          win1 --> https://google.de/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.64s
  Action: navigate
          win1 --> https://imdb.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.62s
  Action: navigate
          win1 --> https://hugedomains.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.17s
  Action: navigate
          win1 --> https://mail.ru/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.86s
  Action: navigate
          win1 --> https://developers.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.54s
  Action: navigate
          win1 --> https://bbc.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.30s
  Action: navigate
          win1 --> https://paypal.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.53s
  Action: navigate
          win1 --> https://opera.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.35s
  Action: navigate
          win1 --> https://feedburner.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.27s
  Action: navigate
          win1 --> https://facebook.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.07s
  Action: navigate
          win1 --> https://cnn.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.70s
  Action: navigate
          win1 --> https://dropbox.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.26s
  Action: navigate
          win1 --> https://whatsapp.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.68s
  Action: navigate
          win1 --> https://usatoday.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.65s
  Action: navigate
          win1 --> https://slideshare.net/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.52s
  Action: navigate
          win1 --> https://es.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.67s
  Action: navigate
          win1 --> https://google.co.uk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.51s
  Action: navigate
          win1 --> https://msn.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.57s
  Action: navigate
          win1 --> https://google.co.jp/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.49s
  Action: navigate
          win1 --> https://amazon.co.jp/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.05s
  Action: navigate
          win1 --> https://line.me/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 10.11s
  Action: navigate
          win1 --> https://nih.gov/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.12s
  Action: navigate
          win1 --> https://mail.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.22s
  Action: navigate
          win1 --> https://theguardian.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.16s
  Action: navigate
          win1 --> https://w3.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.79s
  Action: navigate
          win1 --> https://news.yahoo.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.46s
  Action: navigate
          win1 --> https://gstatic.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.28s
  Action: navigate
          win1 --> https://photos.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.76s
  Action: navigate
          win1 --> https://europa.eu/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.25s
  Action: navigate
          win1 --> https://pt.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.93s
  Action: navigate
          win1 --> https://nytimes.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.84s
  Action: navigate
          win1 --> https://fr.wikipedia.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.50s
  Action: navigate
          win1 --> https://uol.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 5.50s
  Action: navigate
          win1 --> https://amazon.de/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.60s
  Action: navigate
          win1 --> https://cnet.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.63s
  Action: navigate
          win1 --> https://myspace.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.86s
  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: 3.32s
  Action: navigate
          win1 --> https://scribd.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.32s
  Action: navigate
          win1 --> https://policies.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.59s
  Action: navigate
          win1 --> https://addthis.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.65s
  Action: navigate
          win1 --> https://bloomberg.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 12.21s
  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.21s
  Action: navigate
          win1 --> https://picasaweb.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.29s
  Action: navigate
          win1 --> https://aol.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.51s
  Action: navigate
          win1 --> https://playstation.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.53s
  Action: navigate
          win1 --> https://booking.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 19.26s
  Action: navigate
          win1 --> https://apache.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.29s
  Action: navigate
          win1 --> https://oracle.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.61s
  Action: navigate
          win1 --> https://code.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.44s
  Action: navigate
          win1 --> https://engadget.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 6.86s
  Action: navigate
          win1 --> https://rt.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 7.52s
  Action: navigate
          win1 --> https://bing.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.80s
  Action: navigate
          win1 --> https://www.un.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.78s
  Action: navigate
          win1 --> https://fb.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 3.00s
  Action: navigate
          win1 --> https://yadi.sk/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.81s
  Action: navigate
          win1 --> https://change.org/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.51s
  Action: navigate
          win1 --> https://terra.com.br/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 20.33s
  Action: navigate
          win1 --> https://aliexpress.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 4.55s
  Action: navigate
          win1 --> https://goo.gl/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.79s
  Action: navigate
          win1 --> https://ft.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.12s
  Action: navigate
          win1 --> https://buydomains.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 0.19s
  Action: navigate
          win1 --> https://wired.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 2.71s
  Action: navigate
          win1 --> https://tools.google.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 1.40s
  Action: navigate
          win1 --> https://wikia.com/
  Action: block
  Action: stop
  Action: plot-check
  Action: timer-restart
          timer1 restarted at: 8.54s
  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
(0.251295) [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.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at [anon] (https://www.google.com/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at eval (https://www.google.com/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:123) preventsyield
(6.079213) [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:24)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:44)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:47)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:47)
    at eval (https://www.blogger.com/about/js/main.min.js?v=1476060773:47) preventsyield
(9.814685) [WARN netsurf] desktop/browser_window.c:4606 browser_window_console_log: AT: Adobe Target content delivery is disabled. Update your DOCTYPE to support Standards mode.
(11.041067) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.apple.com/v/home/ca/built/scripts/head.built.js:1) strict
    at r (https://www.apple.com/v/home/ca/built/scripts/head.built.js:1) tailcall
    at [anon] (https://www.apple.com/v/home/ca/built/scripts/head.built.js:1) strict
    at r (https://www.apple.com/v/home/ca/built/scripts/head.built.js:1)
    at t (https://www.apple.com/v/home/ca/built/scripts/head.built.js:1)
    at eval (https://www.apple.com/v/home/ca/built/scripts/head.built.js:1) preventsyield
(12.165937) [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.319428) [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.23.0/scripts/ac-analytics.js:180) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(14.343978) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.apple.com/autopush/us/fam-gallery/fam-gallery.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(15.364846) [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
(16.416474) [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
(17.477982) [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/ca/built/scripts/main.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(18.686005) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'includes' of [object Array])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) strict preventsyield
    at forEach () native strict preventsyield
    at [anon] (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) strict
    at [anon] (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/7.0.0/scripts/autofilms.built.js:1) strict
    [...]
(22.865580) [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
(24.171894) [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://apis.google.com/js/platform.js:16)
    at [anon] (https://apis.google.com/js/platform.js:2)
    at [anon] (https://apis.google.com/js/platform.js:20)
    at eval (https://apis.google.com/js/platform.js:116) preventsyield
(25.254453) [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/60983134-widgets.js:32)
    at v (https://www.blogger.com/static/v1/widgets/60983134-widgets.js:14)
    at [anon] (https://www.blogger.com/static/v1/widgets/60983134-widgets.js:34)
    at eval (https://www.blogger.com/static/v1/widgets/60983134-widgets.js:279) preventsyield
(25.255491) [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
(25.345892) [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.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:320) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:320) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:320)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:743) preventsyield
(29.532106) [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
(31.506436) [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.9wXD121iqsY.es5.O/am=R7eZYPT0GUxiDviPvi7eAg/d=1/excm=_b,_tp,appshomeview/ed=1/dg=0/wt=2/ujg=1/rs=AB1caFXFYA_Dzs_FPJOXSH4f_OaQkESWpQ/m=_b,_tp:1) strict preventsyield
(61.326972) [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
(62.484440) [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/f9877e4e/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:78)
    at [anon] (https://www.youtube.com/s/desktop/f9877e4e/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:79)
    at [anon] (https://www.youtube.com/s/desktop/f9877e4e/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:92)
    at eval (https://www.youtube.com/s/desktop/f9877e4e/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:126) preventsyield
(63.550510) [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/f9877e4e/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/f9877e4e/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:330) preventsyield
(68.647926) [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/f9877e4e/jsbin/www-tampering.vflset/www-tampering.js:31) strict
    at t (https://www.youtube.com/s/desktop/f9877e4e/jsbin/www-tampering.vflset/www-tampering.js:4) strict
    at [anon] (https://www.youtube.com/s/desktop/f9877e4e/jsbin/www-tampering.vflset/www-tampering.js:40) strict
    at eval (https://www.youtube.com/s/desktop/f9877e4e/jsbin/www-tampering.vflset/www-tampering.js:79) preventsyield
(69.680091) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at r (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:11)
    at zb (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:27)
    at od (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:82)
    at [anon] (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:82)
    at eval (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:88) preventsyield
(71.857590) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 7128)
    at [anon] (https://www.youtube.com/s/_/ytmainappweb/_/js/k=ytmainappweb.kevlar_base.en_US.qYY37AAkTZA.es5.O/d=0/rs=AGKMywHk3PsYLF49wZ6-kHhOmiU7h6WnAg:7128) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(75.083562) [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.b49d941e3374.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/site.b49d941e3374.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/site.b49d941e3374.js:1)
    at eval (https://www.mozilla.org/media/js/site.b49d941e3374.js:1) preventsyield
(76.294755) [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.b5b7c885f8fa.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/gtm-snippet.b5b7c885f8fa.js:1) strict
    at eval (https://www.mozilla.org/media/js/gtm-snippet.b5b7c885f8fa.js:1) preventsyield
(77.336051) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://www.mozilla.org/media/js/sentry.7aa66b7d133e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(78.344067) [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.7cb1e204ce21.js:2)
    at eval (https://www.mozilla.org/media/js/lib.7cb1e204ce21.js:2) preventsyield
(79.347869) [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
(79.956141) [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/data.ee2463765166.js:1) strict
    at n (https://www.mozilla.org/media/js/data.ee2463765166.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/data.ee2463765166.js:1) strict
    at eval (https://www.mozilla.org/media/js/data.ee2463765166.js:1) preventsyield
(81.013699) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'Cookies' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.mozilla.org/media/js/m24-ui.40c3cfef04e5.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/m24-ui.40c3cfef04e5.js:1) strict
    at n (https://www.mozilla.org/media/js/m24-ui.40c3cfef04e5.js:1)
    at [anon] (https://www.mozilla.org/media/js/m24-ui.40c3cfef04e5.js:1)
    at eval (https://www.mozilla.org/media/js/m24-ui.40c3cfef04e5.js:1) preventsyield
(83.032116) [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/glean.ff7106b49b39.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(84.043127) [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.b732acc1ea47.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.b732acc1ea47.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.b732acc1ea47.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.b732acc1ea47.js:1)
    at eval (https://www.mozilla.org/media/js/consent-banner.b732acc1ea47.js:1) preventsyield
(88.151669) [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?:78) preventsyield
(88.176002) [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?:178) preventsyield
(88.185293) [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
(88.987934) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid regexp flags (line 1545)
    at [anon] (?inline script?:1545) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91595) internal
(88.988708) [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
(88.988978) [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
(88.989092) [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
(88.989299) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'A' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:4)
    at l3a (?inline script?:2)
    at a0 (?inline script?:1) construct
    at [anon] (?inline script?:5)
    at [anon] (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(88.989669) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 't' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(88.989735) [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
(88.990028) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 't' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(88.990658) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 't' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(88.990711) [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
(88.991019) [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
(88.991057) [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
(88.992554) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Ty' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(89.005041) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 't' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:7) preventsyield
(89.005674) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'A' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at RI (?inline script?:13) construct
    at EX (?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
(89.005863) [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
(89.007744) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 't' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:4) preventsyield
(89.007851) [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
(89.008113) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'A' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at bAa (?inline script?:1) construct
    at [anon] (?inline script?:7)
    at eval (?inline script?:1) preventsyield
(89.008163) [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
(89.008544) [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
(89.008579) [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
(89.008632) [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
(89.008661) [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
(89.008695) [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
(90.146464) [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.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:305) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:305) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:305)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:730) preventsyield
(94.571492) [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
(94.593214) [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?:50) strict
    at eval (?inline script?:50) preventsyield
(97.214522) [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
(97.235968) [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?:50) strict
    at eval (?inline script?:50) preventsyield
(99.491546) [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
(99.512973) [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?:50) strict
    at eval (?inline script?:50) preventsyield
(100.364360) [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.googletagmanager.com/gtm.js?id=GTM-P24PF4B:273) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:273) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:273)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:652) preventsyield
(100.682687) [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-module/block-library/navigation/view.min.js?ver=7b370e821516feba4955-20240308:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(100.868305) [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-202507.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(101.487501) [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=1728938063:25) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(101.487596) [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=f70e0af5cebcea62a448:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(101.487635) [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
(104.312936) [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
(105.670248) [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/a40s5xb65u0vc1ztx8u4s1u0s:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(105.670350) [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/c2hrypcg7syy07wkk901c88q3:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(106.022592) [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
(108.072896) [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
(108.139390) [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://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1) preventsyield
(108.144942) [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] (https://static.elfsight.com/platform/platform.js:8)
    at [anon] (https://static.elfsight.com/platform/platform.js:8)
    at [anon] (https://static.elfsight.com/platform/platform.js:8)
    at [anon] (https://static.elfsight.com/platform/platform.js:8) construct
    at i (https://static.elfsight.com/platform/platform.js:8)
    at [anon] (https://static.elfsight.com/platform/platform.js:8)
    at t (https://static.elfsight.com/platform/platform.js:8) tailcall
    at eval (https://static.elfsight.com/platform/platform.js:16) preventsyield
(108.145025) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 4)
    at [anon] (https://transcend-cdn.com/cm/31e97cbf-355c-4f0d-8bad-9cd945121508/airgap.js:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.152435) [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-b1621cf55d77cf7c.js:1) strict
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/webpack-b1621cf55d77cf7c.js:1) preventsyield
(108.200059) [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-444d616c16c63c0f.js:1) strict preventsyield
(108.200765) [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-c77684f2cf21856f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.243698) [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/pages/_app-6a529602eeee2b4b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.258756) [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/30e1f94b-135fb86176d0e51b.js:1) preventsyield
(108.259294) [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/57058-062b324e79fb741d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259346) [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/4553-926e110ab7fd45fe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259378) [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/51393-748afee27547f127.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259427) [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/34379-c2564a5de19360cc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259482) [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/31873-fccdbeac5b22d6c1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259519) [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/24478-626ddebbe7cdd91f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259566) [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/9347-463cdb280f51e8be.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259608) [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/33574-4fb2cf866de5a583.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259642) [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/62623-39c0efdd393693a0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259691) [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/39544-8171a421213c0740.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259729) [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/15925-86aa09d3fe658f2b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259776) [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/83982-a2246026eaa4d047.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.259889) [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-8831e19d5b35d2ba.js:1) preventsyield
(108.260221) [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/Wa12LMgpwMvcuICTncqYZ/_buildManifest.js:1) preventsyield
(108.260282) [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/Wa12LMgpwMvcuICTncqYZ/_ssgManifest.js:1) preventsyield
(111.322835) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://github.githubassets.com/assets/global-banner-disable-f988792be49f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(111.406396) [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-376e55f7d3ae.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(111.406435) [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-9da652f58479.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(111.406460) [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_arianotify-polyfill_ariaNotify-polyfill_js-node_modules_github_mi-3abb8f-d7e6bc799724.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(111.406485) [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_failbot_failbot_ts-25697e0f4c47.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406507) [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-04ca94cb6e8a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406529) [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_index_mjs-0dbb79f97f8f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406550) [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-f690fd9ae3d5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406571) [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-f6da4b3fa34c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406592) [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_-8e9f78-a74b4e0a8a6b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406611) [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-78748950cb0c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(111.406633) [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-b5f1d7-a1760ffda83d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406653) [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_markdown-toolbar-element_dist_index_js-ceef33f593fa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406675) [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-c44a69-f0c8a795d1fd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406695) [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-6dd1e7101b16.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406714) [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-d018d1dc6e26.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406735) [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-2906d7-2a07a295af40.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406756) [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-be8cb88f481b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406776) [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_morphdom_dist_morphdom-e-7c534c-a4a1922eb55f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406796) [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-e3cbe28f1638.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406817) [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-6cf3320416b8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406838) [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-e3180fe3bcb3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406858) [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_session-resume_-947061-205cd97df772.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406878) [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_updatable-content_updatable-content_ts-439f48470426.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406898) [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_sso_ts-ui_packages-900dde-87ff5f64f4e2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406918) [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-5316a27f9573.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406941) [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-87a4ae-08b5f2b3e7b4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406961) [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-42e06545c1fa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.406980) [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-9be2fca0d5cd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407000) [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-f6223d90c7ba.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407051) [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-c05ae0218448.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407087) [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-bae876-4b7fc9352994.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407108) [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-essentials-d320d97a805f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407129) [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/primer-react-8e38c0ecf8b7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407148) [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-core-da22f6067605.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407167) [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-f09868a8643f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407187) [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/octicons-react-611691cca2f6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407208) [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_emotion_is-prop-valid_dist_emotion-is-prop-valid_esm_js-node_modules_emo-62da9f-2df2f32ec596.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407230) [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_stacktrace-parser_dist_s-e7dcdd-f7cc96ebae76.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407250) [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_three_build_three_module_js-e0c7a2724803.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407276) [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-brand_lib_index_js-262ae809c299.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407298) [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_live-region-element_dist_esm_index_js-node_modules_zod_lib_index_mjs-9d4ee2e79fdf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407317) [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_three_examples_jsm_loaders_GLTFLoader_js-c0d84dec2b73.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407337) [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_contentful_rich-text-react-renderer_dist_rich-text-react-renderer_es5_js-56ca09-2f94dd100dbe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407357) [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_contentful_rich-text-html-renderer_dist_rich-text-html-renderer_es5_js-b83fdb5d31e7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407376) [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_aria-live_aria-live_ts-ui_packages_promise-with-resolvers-polyfill_promise-with-r-014121-0d70b6348d6b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407396) [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_paths_index_ts-263d90a213dc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407415) [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_microsoft-analytics_microsoft-analytics_ts-e1d8fb441972.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407436) [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_document-metadata_document-metadata_ts-ui_packages_swp-core_schemas_contentful_co-d0c821-0a5796de9387.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407456) [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_swp-core_schemas_contentful_contentTypes_featuredBento_ts-ui_packages_swp-core_sc-155ce0-9a38f66d24a4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407476) [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_swp-core_schemas_contentful_contentTypes_form_ts-ui_packages_swp-core_schemas_con-0df440-d26041d0f515.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407495) [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/landing-pages-3510d0fdf63c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407515) [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_oddbird_popover-polyfill_dist_popover-fn_js-55fea94174bf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407536) [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_ui-commands_ui-commands_ts-cac0bdae7f85.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407556) [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-e4b5e8a24b18.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407580) [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-73b675cf164a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.407599) [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-fc22c41247ca.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(112.593017) [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?:50) strict
    at eval (?inline script?:50) preventsyield
(112.995044) [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
(113.041078) [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/f9877e4e/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/f9877e4e/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:330) preventsyield
(113.133760) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at r (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:11)
    at zb (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:27)
    at od (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:82)
    at [anon] (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:82)
    at eval (https://www.youtube.com/s/desktop/f9877e4e/jsbin/spf.vflset/spf.js:88) preventsyield
(113.450070) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 7128)
    at [anon] (https://www.youtube.com/s/_/ytmainappweb/_/js/k=ytmainappweb.kevlar_base.en_US.qYY37AAkTZA.es5.O/d=0/rs=AGKMywHk3PsYLF49wZ6-kHhOmiU7h6WnAg:7128) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(113.786442) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://creativecommons.org/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.27.0:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(114.845083) [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
(114.986488) [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.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:312) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:312) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:312)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:735) preventsyield
(116.479440) [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?:50) strict
    at eval (?inline script?:50) preventsyield
(117.257128) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 6)
    at [anon] (?inline script?:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(117.257233) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 6)
    at [anon] (?inline script?:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(117.257429) [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
(117.955717) [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.577f3db4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(118.057061) [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.70fe70ac.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.157484) [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.086dbe1f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.257868) [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.785823df.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.358948) [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.9f6f4600.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.459515) [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.590e845d.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.559974) [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/draggable.d59c2db3.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.670042) [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/core_spa.80d0a63a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.770844) [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/core_spa.8f3d51b1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(118.871631) [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.a047c2f5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(118.972514) [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.b28327c2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(119.073043) [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.28905bb3.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(119.096912) [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.57095c7c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(119.576299) [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/aeeed15b.6dcc97af.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(119.676811) [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/726f95c7.03b9d869.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(119.776846) [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/e4ae56f9.4596059b.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(119.878105) [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.af989ab3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(119.978545) [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.49f68895.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(120.080514) [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.973c7b0d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(120.111278) [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
(120.372208) [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/search_top_anonymous.524dfd88.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(121.385102) [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.eed400f2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(121.636267) [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.885676ee.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(122.648786) [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.0c58cd43.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(123.651203) [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.5b13e71b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(124.664156) [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.8d7a60b3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(125.675869) [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.927328c5.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(126.637502) [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.6d0d2242.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(127.650207) [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/45624723.70665e28.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(128.664722) [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.5d09eb88.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(129.680564) [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/7390e7a3.039920a3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(130.375030) [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.98cc0218.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(131.388807) [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.edec7efc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(131.388999) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 8)
    at [anon] (?inline script?:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(131.389225) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 6)
    at [anon] (?inline script?:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(140.285688) [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:24)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:44)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:47)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:47)
    at eval (https://www.blogger.com/about/js/main.min.js?v=1476060773:47) preventsyield
(144.571087) [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.a4ef9b3b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(145.627031) [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/9865.1496d74a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(146.709749) [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.b131a5e5.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(147.711890) [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.5bef8967.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(148.714166) [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.ff22a7a5.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(149.746811) [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.11ed0297.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(149.746992) [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
(149.747524) [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
(150.564876) [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
(150.594453) [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
(150.598896) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 8)
    at [anon] (?inline script?:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(150.922906) [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
(150.923230) [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
(150.923415) [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
(150.923502) [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
(150.924462) [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
(150.928891) [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
(150.929767) [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
(150.930919) [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
(151.208171) [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
(151.479851) [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
    [...]
(151.480457) [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
(151.768470) [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.194.js:1) strict construct
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at eval (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) preventsyield
(151.815418) [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/vzm/cs_1.6.6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(151.835645) [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
(152.838922) [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
(152.842724) [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.21.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) preventsyield
(152.844692) [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/7.0.0/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(152.893016) [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)
    [...]
(152.896709) [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.46ec7cd52ee9f5c1236b0dea5072690a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(152.897058) [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.2.36.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(152.905008) [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.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) preventsyield
(152.908051) [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
(152.914846) [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.2.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) preventsyield
(152.915698) [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
(152.916612) [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
(152.918084) [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
(152.920764) [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.9.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) preventsyield
(152.924295) [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
(152.926477) [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
(152.928921) [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
(152.929929) [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
(152.936299) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) preventsyield
(152.937918) [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
(152.938842) [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
(152.941519) [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
(152.943128) [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
(152.944711) [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
(152.947360) [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
(152.949633) [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
(152.951056) [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
(152.956291) [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
(152.957816) [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
(152.959545) [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
(152.959640) [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/258df45.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(152.960812) [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
(152.973026) [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
    [...]
(159.246124) [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
(161.110710) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://www.istockphoto.com/landing/assets/polyfill.b2a029e1ebd6fab0ee54.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(161.139615) [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
(161.139691) [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
(162.553868) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://www.istockphoto.com/landing/assets/application.4a6719bf7baea194c23e.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(162.554131) [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.istockphoto.com/components/global-nav/static/remoteEntry.js?2601412:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(162.554564) [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/376.0de2bbf1cbd498307f7f.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.555896) [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.1309ac14ac4a85067f61.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.557605) [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.b269b7fc2686da374c82.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.560813) [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.84586d13c5ccfd668cd2.js:1) preventsyield
(162.561038) [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/1500.8e2c3bc8cae396b74d1a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(162.561122) [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/5491.cce578fc1172568d9d24.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(162.561450) [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/2066.279711e8f8dd529a55f7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.561616) [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.d5fe1f2432eed7db0137.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(162.561715) [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.8d8ae997906f536f60a2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.566141) [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.4e0143b184b28415f3d8.js:1) preventsyield
(162.567630) [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/landing/assets/theme-istock-js.9514cfdfae43486b6639.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.568031) [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.11916ae7dbd8763eceaf.js:1) strict preventsyield
(162.568150) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://www.istockphoto.com/landing/assets/6477.ff58bac0350cc2bd91d8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(162.568232) [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/landing/assets/app-components-istock-UnlimitedGenHero-UnlimitedGenHero-tsx.81be9af1995a9c9521f1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.568439) [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.istockphoto.com/components/search-bar/static/remoteEntry.js?2604534:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(162.568517) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 2)
    at [anon] (https://www.istockphoto.com/components/search-bar/static/7985.6acf5897dc486584e91e.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(162.569593) [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/991.7ed34792381a27bb9a5b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.569765) [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/2580.be36c79fb31ea4e2057f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(162.569915) [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.29d3f940c63c541d1a87.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.571328) [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.1076bee5ab96b7a67d88.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.572528) [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.5a2b222e20e1f237839f.js:1) preventsyield
(162.572805) [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.istockphoto.com/components/global-nav/static/remoteEntry.js?2601412:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(162.573231) [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/376.0de2bbf1cbd498307f7f.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.574606) [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.454c52695f9ebfa818f1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.576261) [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.b269b7fc2686da374c82.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(162.579509) [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.84586d13c5ccfd668cd2.js:1) preventsyield
(162.579734) [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/1500.8e2c3bc8cae396b74d1a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(162.579940) [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.026d793be87fc279c70a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(162.580106) [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.cba3146ae637c140cd3a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(163.956684) [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
(165.054746) [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.d1a2c28dbbbbb5be9d7e.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.054972) [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.ffe83d6e642a13e9d57c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.055034) [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.1207281cc9d041eb33b6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.055402) [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.6e6d831eb2e490c5f615.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.055458) [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.fc86f5806603c3af2542.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.055515) [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.16b876b1cbc55bd66127.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.055566) [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.7da7d15963fc5711fc42.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.055853) [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.42a598cea0dc60e77859.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.055943) [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-global-navigation.634016b6b96fefc18cf3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.056035) [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-navigation.30f00189ce95dacffd51.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.056092) [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.602a8aa9d1a09d8a70c0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.056335) [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.6ba51c351d97d038e515.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.056497) [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.e72ee17e2cc9088d7d9d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.056545) [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.74a295fd0e3ed3e0b388.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.056791) [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.0b1ec217b19758c167b8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.057066) [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.7e5c16e3c341d2e99cb9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.057138) [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-uas-button.fcbffe53f32d253b7f72.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.057433) [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.30f02f8d1780766f3a09.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.057506) [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.43f12882574aaecfe723.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.057814) [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.c3f157d0e154133affed.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.057865) [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.775001f67f8c36c137c3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.057924) [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-uas-modal.b8f3e0c58b968c902f93.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(165.058275) [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.bfb2007165d588ba0620.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.058367) [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.75db2f3fc669dece70ea.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.058637) [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-index-promo.44cab49abe61ac0c38a7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.058903) [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.398280a3dca24d9a5124.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.058998) [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.8180ca23dd1ccea96d3c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059085) [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.4407a22b326bb249708e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059137) [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-with-ranking.b7ecb25bd5c81acd7e1e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059235) [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.bd6fba0af176889dbffb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059303) [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.cb7454d6c491ac3e1b9e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059411) [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.304ce4096f0eec0d99c0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059493) [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.eb2bbb84f5829fac17d1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(165.059560) [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.a67f47dc066224254a10.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059666) [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.86a210d1b7b4b8388a38.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.059928) [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-rich-text.f3d9439ed5f54a196704.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.060008) [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-media-player.448199fbf76ca5367b46.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(165.060065) [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-modal.15abc0748378ac75b351.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.060303) [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-portrait-video-experience.f7edc1a4b128c147cf7f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.060400) [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.33add190f0dd9c1c94d1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.060846) [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.0ce42ad0deb0260a456a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.061096) [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.6a851d26bac8b9d1f910.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.061256) [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.ac64cd0a09e38552e033.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.061550) [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.9f8e1278e6eca4903bb8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.061783) [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.ba96e35959b041eccd5f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(165.235078) [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.cfda634a4d02130160f5.legacy.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(165.745303) [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.42aca91e99d531d41e82.legacy.js:1) preventsyield
(165.754615) [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.080b6524eb69671f05ea.legacy.js:1) strict
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.080b6524eb69671f05ea.legacy.js:1) strict
    at eval (https://static.files.bbci.co.uk/core/bundle-pwa.080b6524eb69671f05ea.legacy.js:1) preventsyield
(169.109289) [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
(169.145538) [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?:21)
    at [anon] (?inline script?:21)
    at [anon] (?inline script?:10)
    at [anon] (?inline script?:10)
    at eval (?inline script?:2) preventsyield
(169.436799) [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?:21)
    at eval (?inline script?:1) preventsyield
(169.463591) [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
(169.503687) [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/61ZS63EQSsL.js?AUIClients/AmazonUIjQuery:126)
    at [anon] (https://m.media-amazon.com/images/I/61ZS63EQSsL.js?AUIClients/AmazonUIjQuery:128)
    at [anon] (https://m.media-amazon.com/images/I/61ZS63EQSsL.js?AUIClients/AmazonUIjQuery:131)
    at [anon] (https://m.media-amazon.com/images/I/61ZS63EQSsL.js?AUIClients/AmazonUIjQuery:203)
    at [anon] (?inline script?:23)
    at [anon] (https://m.media-amazon.com/images/I/61ZS63EQSsL.js?AUIClients/AmazonUIjQuery:22)
    at eval (https://m.media-amazon.com/images/I/61ZS63EQSsL.js?AUIClients/AmazonUIjQuery:203) preventsyield
(169.640985) [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/31YI0nnbQAL.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at y (https://images-na.ssl-images-amazon.com/images/I/31YI0nnbQAL.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/31YI0nnbQAL.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
(171.809786) [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
(171.810724) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__tcfapiLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at t (?inline script?:1) strict
    at [anon] (?inline script?:1) strict
    at [anon] (?inline script?:1) strict
    at eval (?inline script?:1) strict preventsyield
(171.810894) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 21)
    at [anon] (?inline script?:21) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(171.811141) [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
(173.065525) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 7)
    at [anon] (https://geo.dailymotion.com/player/xtv3w.js?GK_PV5_INFOPACK_ENABLED_ONSITE=1:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(174.084660) [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-user-ssr/prod/app.3cc6da103de21d073ce1.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(174.144654) [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 e (https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js:1) strict construct
    at [anon] (https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js:1) strict
    at o (https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js:1)
    at [anon] (https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js:1) strict
    at o (https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js:1)
    at [anon] (https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js:1)
    at eval (https://consent.dailymotion.com/unified/wrapperMessagingWithoutDetection.js:1) preventsyield
(175.486472) [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
(176.645410) [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.es/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at [anon] (https://www.google.es/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at eval (https://www.google.es/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:123) preventsyield
(179.083026) [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
(180.207901) [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.br/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at [anon] (https://www.google.com.br/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at eval (https://www.google.com.br/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:123) preventsyield
(181.857741) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 14)
    at [anon] (?inline script?:14) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(181.858213) [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.013514) [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-addcf60755236d178c50.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(184.046179) [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-2b129a3a90a365d8006a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(184.046283) [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
(187.118862) [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
(188.340006) [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/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:632)
    at [anon] (https://www.gstatic.com/recaptcha/releases/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:543)
    at [anon] (https://www.gstatic.com/recaptcha/releases/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:633)
    at eval (https://www.gstatic.com/recaptcha/releases/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:1133) preventsyield
(189.426580) [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
(189.432072) [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
(189.798361) [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_121932.js:10) preventsyield
(190.893569) [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.googletagmanager.com/gtm.js?id=GTM-53LP4T:298) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:298) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:298)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:694) preventsyield
(190.894137) [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
(190.896569) [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
(190.897317) [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
(191.064845) [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.googletagmanager.com/gtag/js?id=UA-829541-1:227) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:227) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:227)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:591) preventsyield
(191.932694) [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
(196.202434) [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.wikimedia.org/portal/wikimedia.org/assets/js/index-ccf1d3d7c2.js:1)
    at eval (https://www.wikimedia.org/portal/wikimedia.org/assets/js/index-ccf1d3d7c2.js:1) preventsyield
(198.639316) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 40)
    at [anon] (?inline script?:40) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.668686) [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://ot.www.cloudflare.com/public/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://ot.www.cloudflare.com/public/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict
    at h (https://ot.www.cloudflare.com/public/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://ot.www.cloudflare.com/public/vendor/onetrust/scripttemplates/otSDKStub.js:1) strict
    at eval (https://ot.www.cloudflare.com/public/vendor/onetrust/scripttemplates/otSDKStub.js:1) preventsyield
(200.687838) [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://challenges.cloudflare.com/turnstile/v0/b/324d0dcf743c/api.js:1) strict
    at eval (https://challenges.cloudflare.com/turnstile/v0/b/324d0dcf743c/api.js:1) strict preventsyield
(200.739421) [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-122aa751f03550a3ee26.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(200.774738) [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-957a522640f43541ca6a.js:2) preventsyield
(200.776133) [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-58d5c235cebbbe34854a.js:1) strict
    at [anon] (https://www.cloudflare.com/webpack-runtime-58d5c235cebbbe34854a.js:1) strict
    at eval (https://www.cloudflare.com/webpack-runtime-58d5c235cebbbe34854a.js:1) preventsyield
(200.778316) [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
(203.406263) [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
(204.570237) [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.de/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at [anon] (https://www.google.de/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:122)
    at eval (https://www.google.de/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:123) preventsyield
(207.864395) [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
(207.865591) [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
(207.865700) [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
(207.872381) [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?:44)
    at [anon] (?inline script?:44)
    at Z (?inline script?:55)
    at [anon] (?inline script?:58)
    at eval (?inline script?:58) preventsyield
(207.872581) [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
(208.050798) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://m.media-amazon.com/images/S/sash/vrsrbr7EGtBN$ry.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(208.082167) [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
(209.108380) [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://m.media-amazon.com/images/S/sash/l9o5h4eshDL2UJo.js:15)
    at c (https://m.media-amazon.com/images/S/sash/l9o5h4eshDL2UJo.js:1)
    at r (https://m.media-amazon.com/images/S/sash/l9o5h4eshDL2UJo.js:1)
    at eval (https://m.media-amazon.com/images/S/sash/l9o5h4eshDL2UJo.js:17) preventsyield
(209.109006) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ad_utils' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:14) preventsyield
(209.109462) [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
(209.109656) [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
(209.109874) [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
(209.112199) [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
(209.112372) [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
(209.112477) [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
(209.112955) [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
(209.113085) [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
(209.113285) [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
(209.113396) [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
(209.113954) [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
(209.114135) [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
(209.178494) [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
(209.182653) [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
(209.182787) [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
(209.198497) [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
(210.116785) [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-78c92fac7aa8fdd8.js:1)
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js:1) preventsyield
(210.118101) [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-1dac6ba1153ca42b.js:1) strict
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/webpack-1dac6ba1153ca42b.js:1) preventsyield
(210.162591) [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-a3e0a528d633d461.js:1) strict preventsyield
(210.163178) [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/main-3f8a7d33111840c1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.166266) [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-f9b6c2d637d9cdb2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.183470) [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/a553ee3c-101056b2d40c4f34.js:1) preventsyield
(210.183742) [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-ac83d3290b9b3eaf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.204552) [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/9324-a3afe658e66cd7ca.js:1) preventsyield
(210.204909) [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/4653-efa8321262cc0f16.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.227579) [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/6865-7d43884405a30e41.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.245546) [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/9291-c23eaddc9645c064.js:1) preventsyield
(210.252448) [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/1361-2cfe9881ba94cba7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254226) [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-4fb784f7e217eac2.js:1) preventsyield
(210.254621) [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/4308-bd38a8d366d0812a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254670) [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/2683-53af8d0a6bcb41e4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254701) [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/252-91e89ed06b10832e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254735) [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/5194-7fd502fc3a1500b6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254768) [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/1119-ff6cbb6a89bdecd5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254803) [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/3236-42af4241d0d4923d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254848) [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/7786-cdbe4b1a1a2657e7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254909) [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/899-57ac154e9daec960.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254939) [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/5980-bbb9ab00f79a94a7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254972) [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/6072-9b43b203fb6a74ea.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.254995) [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/9555-c3ab644e2f7ef810.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.255017) [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/5777-bf68350812c12c60.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.255061) [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/index-68d8b7c957d18217.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(210.259545) [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/O21YUl6szSECPeWNzXSa-/_buildManifest.js:1) preventsyield
(210.259593) [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/O21YUl6szSECPeWNzXSa-/_ssgManifest.js:1) preventsyield
(212.328692) [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
(212.337694) [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
(213.054438) [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/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:632)
    at [anon] (https://www.gstatic.com/recaptcha/releases/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:543)
    at [anon] (https://www.gstatic.com/recaptcha/releases/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:633)
    at eval (https://www.gstatic.com/recaptcha/releases/IyZ984yGrXrBd6ihLOYGwy9X/recaptcha__en.js:1133) preventsyield
(217.523091) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 99)
    at [anon] (https://static.hugedomains.com/js/hdv3-js/script.js?aa=2022-10-32:99) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(218.546487) [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:527)
    at eval (https://static.hugedomains.com/js/hdv3-js/common.js:554) preventsyield
(218.664393) [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:520) preventsyield
(218.833464) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 8)
    at [anon] (https://www.hugedomains.com/rjs/hdv3-rjs/hd-js.cfm?aa=2022-10-32:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(218.837233) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'document' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at c (?inline script?:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(218.983782) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'location' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (?inline script?:242) preventsyield
(218.985502) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'switchers' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (?inline script?:52) preventsyield
(218.985784) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'counter' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(218.986024) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(218.987298) [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
(219.036148) [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?:81)
    at [anon] (?inline script?:124)
    at [anon] (?inline script?:124)
    at [anon] (?inline script?:123)
    at Ra (?inline script?:73) construct
    at [anon] (?inline script?:129)
    at eval (?inline script?:139) preventsyield
(219.362432) [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 Fc (http://top-fwz1.mail.ru/js/code.js:10)
    at H (http://top-fwz1.mail.ru/js/code.js:7)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:79)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:88)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:92)
    at eval (http://top-fwz1.mail.ru/js/code.js:94) preventsyield
(220.893656) [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
(222.045183) [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
(222.045322) [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
(222.047435) [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
(222.048213) [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
(222.048693) [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
(222.049137) [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
(222.050970) [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
(222.051597) [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?:4) preventsyield
(222.071597) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(222.071779) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(222.071862) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: undefined not callable66
in block "" at line: 
file: 
(222.071942) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: undefined not callable106
in block "" at line: 
file: 
(222.072085) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(222.072383) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(222.072593) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(222.072668) [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
(222.082278) [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
(222.082437) [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
(222.084926) [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
(222.085334) [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
(222.085889) [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
(222.087722) [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
(222.088161) [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
(222.092181) [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
(222.092542) [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
(222.092977) [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
(222.093471) [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
(222.093685) [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
(222.094005) [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
(222.094154) [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
(222.096709) [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
(222.097082) [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
(222.097211) [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
(222.219378) [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
(222.219552) [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
(222.220055) [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
(222.227553) [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
(222.227648) [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
(222.228164) [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
(222.407652) [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
(222.408285) [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
(222.408697) [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
(222.546659) [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
(222.546803) [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
(222.546932) [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
(222.547303) [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
(222.548179) [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
(229.016562) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 35)
    at [anon] (https://www.gstatic.com/devrel-devsite/prod/v38a693baeb774512feb42f10aac8f755d8791ed41119b5be7a531f8e16f8279f/developers/js/app_loader.js:35) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(234.138407) [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
(235.401889) [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.bbc.com/bbcx/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1)
    at eval (https://www.bbc.com/bbcx/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1) preventsyield
(235.410433) [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/4621041136/s/bbcx_prod.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(235.497519) [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://cdn.tinypass.com/api/tinypass.min.js:1) strict
    at [anon] (https://cdn.tinypass.com/api/tinypass.min.js:1) strict
    at eval (https://cdn.tinypass.com/api/tinypass.min.js:1) strict preventsyield
(235.599682) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://gn-web-assets.api.bbc.com/ngas/latest/dotcom-bootstrap.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(235.623179) [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.bbc.com/bbcx/_next/static/chunks/webpack-a3d0ba61973d6772.js:1) strict
    at eval (https://www.bbc.com/bbcx/_next/static/chunks/webpack-a3d0ba61973d6772.js:1) preventsyield
(235.656309) [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.bbc.com/bbcx/_next/static/chunks/framework-98e6f5bc52a2e411.js:1) strict preventsyield
(235.657392) [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.bbc.com/bbcx/_next/static/chunks/main-3838744298e667de.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(235.671947) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 18)
    at [anon] (https://www.bbc.com/bbcx/_next/static/chunks/pages/_app-588b29062b083a4b.js:18) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(235.691037) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 5)
    at [anon] (https://www.bbc.com/bbcx/_next/static/chunks/987-06e74253d3d6fdb0.js:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(235.691189) [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.bbc.com/bbcx/_next/static/chunks/925-a6c6f8e63e201254.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(235.691264) [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.bbc.com/bbcx/_next/static/chunks/pages/%5B%5B...slug%5D%5D-09e4ebbe43edf2ff.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(235.691344) [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.bbc.com/bbcx/_next/static/VTqrLqTBWF-zFOf-PG-Dw/_buildManifest.js:1) preventsyield
(235.691376) [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.bbc.com/bbcx/_next/static/VTqrLqTBWF-zFOf-PG-Dw/_ssgManifest.js:1) preventsyield
(238.000461) [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/m202502120101/pubads_impl.js:33) preventsyield
(239.564261) [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
(239.564393) [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
(242.127904) [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/core-fd0b028e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(242.129398) [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
(242.129527) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 7)
    at [anon] (?inline script?:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(242.383569) [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-71b6bfd0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(242.389729) [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-71b6bfd0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(242.411535) [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
(242.722391) [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/datadog-b1cfe729.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(242.722490) [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
(242.727937) [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/3797fb6a873408b0/recaptchav3.js?_sessionID=MX0TsHUpGYgaRR7d_fXEjw1z1WcoBCwQ:1)
    at eval (https://www.paypal.com/auth/createchallenge/3797fb6a873408b0/recaptchav3.js?_sessionID=MX0TsHUpGYgaRR7d_fXEjw1z1WcoBCwQ:1) preventsyield
(245.511196) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 175)
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-PRBZ42F:175) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(247.032124) [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-production-opera-website.operacdn.com/staticfiles/surveyMonkey.3e90ff9b7e7e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(247.060312) [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-production-opera-website.operacdn.com/staticfiles/main.5a594e64a391.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(250.936203) [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
(251.030801) [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.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:329) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:329) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:329)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:768) preventsyield
(252.765350) [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://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at from (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(254.425358) [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/v4/yp/r/sRl2uPD5T-m.js:21) preventsyield
(254.430976) [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
(254.431121) [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
(254.435163) [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
(254.435283) [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
(254.436179) [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
(254.436518) [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
(254.436587) [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
(254.436759) [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
(254.436810) [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
(254.436869) [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
(254.439178) [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
(254.866792) [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
(254.867433) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(254.867587) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(254.893193) [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
(254.893580) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'UserConsent' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(255.275575) [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
(255.275740) [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
(255.323012) [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
(255.481898) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid range (line 18)
    at [anon] (?inline script?:18) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:88167) internal
(255.813697) [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
(258.506662) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'performance' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(258.529104) [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
(258.529279) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'performance' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:6) preventsyield
(258.939902) [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] (https://cfl.dropboxstatic.com/static/metaserver/static/js/alameda_bundle/alameda_bundle_ie_en-vflg5CTmt.js:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(258.948664) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:3) preventsyield
(258.948809) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.948960) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.949124) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.949260) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.949375) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.949513) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.949609) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.949735) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(258.949834) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(259.200042) [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
(259.200147) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'addRequireLoadCallback' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at eval (?inline script?:1) preventsyield
(267.220539) [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://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at from (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(268.362057) [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/v4/yp/r/sRl2uPD5T-m.js:21) preventsyield
(268.367710) [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
(268.367876) [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
(268.387182) [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
(268.387295) [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
(268.389828) [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
(268.390233) [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
(268.390328) [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
(268.390422) [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
(268.390469) [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
(268.390527) [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
(268.391053) [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
(271.757277) [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
(272.763649) [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
(275.079621) [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
(276.375541) [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/bundles/section.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(276.378501) [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
(276.389069) [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
(276.609350) [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:2490) 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:2655) strict construct
    at [anon] (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2957) strict
    at eval (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2964) preventsyield
(279.560459) [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
(279.560681) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 7)
    at [anon] (?inline script?:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(280.924548) [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
(280.924713) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 9)
    at [anon] (?inline script?:9) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(283.100963) [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://public.slidesharecdn.com/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at eval (https://public.slidesharecdn.com/_next/static/chunks/polyfills-42372ed130431b0a.js:1) preventsyield
(283.102898) [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-0599b13ea250d156.js:1) strict
    at eval (https://public.slidesharecdn.com/_next/static/chunks/webpack-0599b13ea250d156.js:1) preventsyield
(283.139503) [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-5a981bd1af7edc76.js:1) strict preventsyield
(283.140241) [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-9d633b45c44c4167.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(283.140974) [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-ef243d8e1f35d3a1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(283.146335) [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/5121-c12bfd4bed7c2139.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(283.146793) [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/5248-196fd2a9ea65a559.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(283.146882) [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-bd360138b4cde527.js:1) preventsyield
(283.147212) [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/0683986be321dcafc0d9ce17df5376037c6f37cd/_buildManifest.js:1) preventsyield
(283.147248) [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/0683986be321dcafc0d9ce17df5376037c6f37cd/_ssgManifest.js:1) preventsyield
(286.180903) [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
(287.459933) [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.google.co.uk/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:183) preventsyield
(289.704556) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: Error in adding TTJSStart marker
(290.705697) [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
(291.786425) [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/2.0/scripttemplates/otSDKStub.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(291.823528) [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.302dff0791ec01021361.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(291.823960) [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
(291.824066) [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
(291.824129) [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
(292.843946) [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.184d0dae84781ab4dc4a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(293.934227) [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.7406f12106a33d76ac95.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(294.995883) [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.98f3f33bfe8a00d5ef69.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(296.034567) [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.fe57905a49399f7563e2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(297.294733) [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
(298.521162) [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.google.co.jp/xjs/_/js/k=xjs.hp.en.g9QQE3TsDOQ.es5.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAIADAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEN8RAAiARQAAeAE/d=1/ed=1/dg=3/rs=ACT90oHDboWuf4L4MFOf22mjpwdXGxIqQg/m=sb_he,d:183) preventsyield
(300.426224) [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?:42)
    at [anon] (?inline script?:42)
    at Z (?inline script?:53)
    at [anon] (?inline script?:56)
    at eval (?inline script?:56) preventsyield
(300.879595) [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
(300.898222) [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
(300.898469) [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?:945)
    at [anon] (?inline script?:967)
    at [anon] (?inline script?:396)
    at assetLoadMapper (?inline script?:408)
    at load (?inline script?:414)
    at eval (?inline script?:2) preventsyield
(300.900033) [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?:928)
    at eval (?inline script?:1) preventsyield
(300.948896) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 173)
    at [anon] (?inline script?:173) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(300.999656) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(301.053724) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(301.150851) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(301.161912) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(301.210403) [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/31PvjKh9oXL.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at w (https://images-fe.ssl-images-amazon.com/images/I/31PvjKh9oXL.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/31PvjKh9oXL.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
(301.424681) [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/51na2k2njbL._RC|71jgMXqUgML.js,01GCq4sIUxL.js,01xxCCHTxPL.js,7141nHAySCL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21PMP-WgxTL.js,41lXbNNGwGL.js,51HrkAbbpLL.js,31XO9BO1OrL.js,11lw6J7z8iL.js,31+UifI0MIL.js,01VYGE8lGhL.js,01tDwkxEoCL.js_.js?AUIClients/NavDesktopUberAsset:886)
    at [anon] (?inline script?:23)
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/51na2k2njbL._RC|71jgMXqUgML.js,01GCq4sIUxL.js,01xxCCHTxPL.js,7141nHAySCL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21PMP-WgxTL.js,41lXbNNGwGL.js,51HrkAbbpLL.js,31XO9BO1OrL.js,11lw6J7z8iL.js,31+UifI0MIL.js,01VYGE8lGhL.js,01tDwkxEoCL.js_.js?AUIClients/NavDesktopUberAsset:886)
    at eval (https://images-fe.ssl-images-amazon.com/images/I/51na2k2njbL._RC|71jgMXqUgML.js,01GCq4sIUxL.js,01xxCCHTxPL.js,7141nHAySCL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21PMP-WgxTL.js,41lXbNNGwGL.js,51HrkAbbpLL.js,31XO9BO1OrL.js,11lw6J7z8iL.js,31+UifI0MIL.js,01VYGE8lGhL.js,01tDwkxEoCL.js_.js?AUIClients/NavDesktopUberAsset:886) preventsyield
(304.440374) [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.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:234) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:234) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:234)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:576) preventsyield
(312.235964) [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.googletagmanager.com/gtag/js?id=UA-49752572-1:227) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:227) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:227)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:577) preventsyield
(312.327449) [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://www.line.me/app.js:2) strict
    at [anon] (https://www.line.me/app.js:2) strict
    at [anon] (https://www.line.me/app.js:2) strict
    at c (https://www.line.me/webpack-runtime.js:1)
    at [anon] (https://www.line.me/app.js:2) strict
    at c (https://www.line.me/webpack-runtime.js:1)
    at [anon] (https://www.line.me/app.js:2) strict
    at c (https://www.line.me/webpack-runtime.js:1)
    at [anon] (https://www.line.me/app.js:2) strict
    at c (https://www.line.me/webpack-runtime.js:1)
    [...]
(314.185640) [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.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:236) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:236) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:236)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:628) preventsyield
(314.213332) [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:13) tailcall
    at eval (https://search.usa.gov/assets/sayt_loader.js:92) preventsyield
(314.360978) [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
    [...]
(314.396940) [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
(314.462860) [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)
    [...]
(314.510524) [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
(314.654348) [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://ucm-us.verint-cdn.com/files/sites/nih-gov/live/sdk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(314.704555) [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
(314.736925) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://script.crazyegg.com/pages/scripts/0011/2616.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(315.671867) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at [anon] (?inline script?:50) strict
    at eval (?inline script?:50) preventsyield
(316.369651) [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.1859a918f4c9877cb582.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(316.389662) [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.ac70f5102c7a26942f22.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(316.399680) [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] (?inline script?:12) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(316.424977) [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
(316.448745) [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
(317.042490) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1) strict
    at o (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1)
    at o (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1)
    at eval (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/set-7/v/1738663099792/app.js:1) preventsyield
(318.965489) [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
(318.965529) [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/commercial/47e59a6f2531251d895a/graun.standalone.commercial.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(318.965579) [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.1859a918f4c9877cb582.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(318.965599) [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.7fde4ed2025425570947.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(319.237336) [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
(319.248977) [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
(319.250376) [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
(319.250946) [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
(319.251840) [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
(319.252380) [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
(319.262629) [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
(319.268432) [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
(319.269013) [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
(338.567271) [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
(340.326017) [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
(340.421359) [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
(340.425220) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 8)
    at [anon] (?inline script?:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(340.714473) [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
(340.714795) [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
(340.714946) [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
(340.715017) [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
(340.715821) [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
(340.720283) [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
(340.721524) [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
(340.732084) [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
(341.916776) [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/analytics-ga.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(342.978240) [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
    [...]
(344.222904) [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.194.js:1) strict construct
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at eval (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) preventsyield
(344.232839) [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/vzm/cs_1.6.6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(345.267256) [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
(346.269516) [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
(346.273552) [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.21.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.21.js:1) preventsyield
(346.275695) [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/7.0.0/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.304688) [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)
    [...]
(346.307843) [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.46ec7cd52ee9f5c1236b0dea5072690a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.307900) [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.2.36.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.315045) [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.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-caas-1.36.6.js:1) preventsyield
(346.317855) [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
(346.324367) [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.2.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) preventsyield
(346.325273) [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
(346.326179) [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
(346.327631) [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
(346.330244) [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.9.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) preventsyield
(346.333552) [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
(346.335700) [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
(346.338212) [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
(346.339265) [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
(346.345560) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) preventsyield
(346.347187) [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
(346.348112) [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
(346.350794) [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
(346.352283) [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
(346.353844) [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
(346.356408) [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
(346.358679) [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
(346.360050) [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
(346.365205) [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
(346.366731) [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
(346.368455) [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
(346.368535) [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/258df45.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.369694) [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
(346.383320) [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
    [...]
(350.827046) [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?:25) preventsyield
(351.982859) [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:52) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:54) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:54) preventsyield
(353.075428) [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/assets/1QkR8wJ3.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(353.123849) [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/assets/CrKhShrf.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(354.125910) [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/assets/2VaIJpgm.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(355.127406) [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/assets/nqCLVqp-.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(356.146714) [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/assets/RscLpgNE.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(357.166715) [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.google.com/photos/assets/-9beSFxZ.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(358.168122) [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/assets/D6_Ry2TM.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(359.169992) [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/assets/y9VCCTgi.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.172170) [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/assets/I_Q1n6hc.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(361.174265) [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/assets/4XiMvRmo.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(362.174623) [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/assets/KrxeN1qm.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(363.113914) [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/assets/87Va4GD8.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(364.366195) [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/assets/KRN9KbQk.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(365.367362) [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/assets/PMMYpnn3.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(374.449335) [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_QulTpLCILVoYn8gIT76iTFeYEBBM97lAX91dCZJzwcM.js?scope=footer&delta=0&language=en&theme=ewcms_theme&include=eJxVy2sOgzAMA-ALsXGkKBSr65Q2KElh3H4PgdD-2f5kBW2YQlV8nK0vLPez37yyhSjPsEFB8UDFmLQu2tCCpEzGthP6pXgFrLGQr3nAlqqf8Mv8oT1K8n9L5N1W7Mdau0SR0nJnOY5PJ-HvkEENWaNwFG1vWyVMVw:12) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(374.508332) [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_YiVm-XBf42ftrBdHRIBbIn-eUkRntSnAotUncyROjbc.js?scope=footer&delta=2&language=en&theme=ewcms_theme&include=eJxVy2sOgzAMA-ALsXGkKBSr65Q2KElh3H4PgdD-2f5kBW2YQlV8nK0vLPez37yyhSjPsEFB8UDFmLQu2tCCpEzGthP6pXgFrLGQr3nAlqqf8Mv8oT1K8n9L5N1W7Mdau0SR0nJnOY5PJ-HvkEENWaNwFG1vWyVMVw:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(374.573113) [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_m2mv0iGh7W6TNITvbQEYgHQSQCtY7Ji9BU8T-qK0FPg.js?scope=footer&delta=4&language=en&theme=ewcms_theme&include=eJxVy2sOgzAMA-ALsXGkKBSr65Q2KElh3H4PgdD-2f5kBW2YQlV8nK0vLPez37yyhSjPsEFB8UDFmLQu2tCCpEzGthP6pXgFrLGQr3nAlqqf8Mv8oT1K8n9L5N1W7Mdau0SR0nJnOY5PJ-HvkEENWaNwFG1vWyVMVw:2) preventsyield
(375.650737) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://webtools.europa.eu/load.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(376.694525) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://ec.europa.eu/wel/surveys/wr_survey03/js/main.js?966414:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(381.545187) [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 Kn (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(381.569102) [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
(381.570572) [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
(381.571815) [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
(381.571959) [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:69548) internal
(381.579286) [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
(381.579602) [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
(381.606628) [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
(381.607662) [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
(381.608702) [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
(381.610628) [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
(381.611715) [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
(382.198773) [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
(383.865706) [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-d219039692ab55462dfb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(384.026646) [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-46a180c89880f356a4b3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(384.029748) [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-52485d8dc0954e9c3f22.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(384.140450) [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.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:340) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:340) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:340)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:896) preventsyield
(386.422875) [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
(386.663447) [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
(386.664608) [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
(387.537088) [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://me.jsuol.com.br/aud/uolhome.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(387.537827) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://tm.jsuol.com.br/modules/external/admanager/homeuol_ads.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(389.591727) [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://tm.jsuol.com.br/modules/external/Prebid.js:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(389.758258) [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
(389.758633) [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
(389.758671) [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
(389.935542) [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.6a6dcc651131d0f4d4dc.js:7) strict
    at [anon] (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets&asset=/vendors~9c5b28f6.6a6dcc651131d0f4d4dc.js:7) strict
    at u (?inline script?:2)
    at [anon] (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets&asset=/app~24120820.df66012ae6b3716d2ba1.js:1) strict
    at u (?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.6a6dcc651131d0f4d4dc.js:7) preventsyield
(390.791849) [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?:42)
    at [anon] (?inline script?:42)
    at Z (?inline script?:53)
    at [anon] (?inline script?:56)
    at eval (?inline script?:56) preventsyield
(391.181992) [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
(391.207295) [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
(391.207611) [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?:945)
    at [anon] (?inline script?:967)
    at [anon] (?inline script?:396)
    at assetLoadMapper (?inline script?:408)
    at load (?inline script?:414)
    at eval (?inline script?:2) preventsyield
(391.209371) [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?:928)
    at eval (?inline script?:1) preventsyield
(391.258071) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 177)
    at [anon] (?inline script?:177) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(391.278032) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(391.587970) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(391.588011) [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/m202502110101/pubads_impl.js:33) preventsyield
(391.603615) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(391.648056) [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.194.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.194.js:1) strict
    at getAtfWidgets (?inline script?:582) tailcall
    at [anon] (?inline script?:882)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(391.659030) [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
(391.919186) [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/31PvjKh9oXL.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at w (https://images-eu.ssl-images-amazon.com/images/I/31PvjKh9oXL.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/31PvjKh9oXL.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
(392.063075) [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/51zmCyOWOfL._RC|71s5kvJv4FL.js,01A8CUOyW-L.js,01H5uVosBFL.js,71029fm0ZKL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21Un7Tx1UGL.js,41lXbNNGwGL.js,51HrkAbbpLL.js,31pICZB5M9L.js,11lw6J7z8iL.js,31+UifI0MIL.js,01VYGE8lGhL.js,01tDwkxEoCL.js_.js?AUIClients/NavDesktopUberAsset:876)
    at [anon] (?inline script?:23)
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/51zmCyOWOfL._RC|71s5kvJv4FL.js,01A8CUOyW-L.js,01H5uVosBFL.js,71029fm0ZKL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21Un7Tx1UGL.js,41lXbNNGwGL.js,51HrkAbbpLL.js,31pICZB5M9L.js,11lw6J7z8iL.js,31+UifI0MIL.js,01VYGE8lGhL.js,01tDwkxEoCL.js_.js?AUIClients/NavDesktopUberAsset:876)
    at eval (https://images-eu.ssl-images-amazon.com/images/I/51zmCyOWOfL._RC|71s5kvJv4FL.js,01A8CUOyW-L.js,01H5uVosBFL.js,71029fm0ZKL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21Un7Tx1UGL.js,41lXbNNGwGL.js,51HrkAbbpLL.js,31pICZB5M9L.js,11lw6J7z8iL.js,31+UifI0MIL.js,01VYGE8lGhL.js,01tDwkxEoCL.js_.js?AUIClients/NavDesktopUberAsset:876) preventsyield
(392.469984) [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
(392.471453) [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
(392.471919) [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
(392.472653) [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
(392.474272) [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
(394.657901) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 10)
    at [anon] (https://www.cnet.com/irb/lib/dist/prod/bidbarrel-cnet.min.js:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(394.799662) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://c.aps.amazon-adsystem.com/apstag.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.799710) [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/ext/onetrust/scripttemplates/otSDKStub.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.916089) [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.googletagmanager.com/gtag/js?id=G-R820W8QX02:335) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-R820W8QX02:335) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-R820W8QX02:335)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-R820W8QX02:850) preventsyield
(394.922020) [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
(394.922125) [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.affilimatejs.com/:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(394.923192) [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.static.zdbb.net/eu/js/z0WVjCBSEeGLoxIxOQVEwQ.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.961464) [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/fdab5d2.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.972470) [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/ea986bb.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.975503) [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/477625c.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(394.981657) [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/d0040d5.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.984031) [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/f0e2188.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.987037) [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/1b1f68d.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.988654) [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/334a835.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(394.993907) [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/8419487.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.001312) [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/a668cdd.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.004953) [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/f60b6e6.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(395.010175) [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/3b56cb9.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.012846) [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/60346c2.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.018619) [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/7e0e8b9.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.020873) [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/bba5acb.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.022521) [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/0be3db7.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(395.024780) [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://www.cnet.com/a/neutron/909a720.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:74231) internal
(395.142091) [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/279473b.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(395.157585) [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/652c3e0.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.172860) [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/a391b0d.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.357329) [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/b6a4899.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(396.530614) [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/m202502110101/pubads_impl.js:33) preventsyield
(398.115427) [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
(398.180129) [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.cookielaw.org/scripttemplates/otSDKStub.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(398.774033) [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
(398.794212) [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
(398.845479) [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
(398.859724) [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
(408.931797) [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
(410.039880) [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
(410.228561) [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
(411.758148) [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.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:314) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:314) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:314)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:849) preventsyield
(411.758263) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 7)
    at [anon] (https://cdn.jsdelivr.net/npm/statsig-sidecar/dist/index.min.js?apikey=client-WIJd796Cwa4NdE0bYoaQFqBHKyK5Pj5Ct7uODQkwhKs:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(411.901092) [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://js.stripe.com/v3/:1) strict
    at e (https://js.stripe.com/v3/:1)
    at [anon] (https://js.stripe.com/v3/:1) strict
    at e (https://js.stripe.com/v3/:1)
    at [anon] (https://js.stripe.com/v3/:1) strict
    at e (https://js.stripe.com/v3/:1)
    at [anon] (https://js.stripe.com/v3/:1) strict
    at e (https://js.stripe.com/v3/:1)
    at [anon] (https://js.stripe.com/v3/:1) strict
    at e (https://js.stripe.com/v3/:1)
    [...]
(411.901149) [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/179.30089f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(411.901177) [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.e82b9f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(413.435678) [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?:78) preventsyield
(413.458830) [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?:14)
    at eval (?inline script?:178) preventsyield
(413.462762) [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
(413.798331) [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.uXs0scfM5xA.es5.O/am=GMxt7ff_BrcQgA/d=1/excm=_b,_tp,homeview/ed=1/dg=0/wt=2/ujg=1/rs=AOaEmlGjPyKhlkwIXgfabXRetDIHtLzh2g/m=_b,_tp:1) strict preventsyield
(446.638597) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: RangeError: execution timeout
    at [anon] (content/handlers/javascript/duktape/duktape.c:79219) internal
    at eval (https://captcha.px-cloud.net/PX8FCGYgk4/captcha.js?a=c&u=baaa7a5d-eae4-11ef-a4e6-e19c0a8598f7&v=&m=0&h=R0VU:2) preventsyield
(451.741753) [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
(452.144595) [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.2.60.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(452.145053) [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
(452.149564) [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
(452.157055) [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
(452.478490) [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.486f5ff1f00138c0.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.486f5ff1f00138c0.js:1) tailcall
    [...]
(453.539856) [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 n (https://scaredslip.com/static/js/b101206279_e6a3b666f395ba7a57c271628c.index.js:1) strict construct
    at n (https://scaredslip.com/static/js/b101206279_e6a3b666f395ba7a57c271628c.index.js:1) strict construct
    at [anon] (https://scaredslip.com/static/js/b101206279_e6a3b666f395ba7a57c271628c.index.js:1) strict
    at [anon] (https://scaredslip.com/static/js/b101206279_e6a3b666f395ba7a57c271628c.index.js:1) strict
    at r (https://scaredslip.com/static/js/b101206279_e6a3b666f395ba7a57c271628c.index.js:1)
    at [anon] (https://scaredslip.com/static/js/b101206279_e6a3b666f395ba7a57c271628c.index.js:1)
    at eval (https://scaredslip.com/static/js/b101206279_e6a3b666f395ba7a57c271628c.index.js:1) preventsyield
(454.554897) [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.a32263711081e717.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/polyfills.a32263711081e717.js:1) preventsyield
(455.576828) [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.5f7b3ae6d8cdbaa4.js:2) preventsyield
(456.584185) [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://s.aolcdn.com/caas-assets-production/assets/v1/utils.d0af14e380ea8f8b.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.d0af14e380ea8f8b.js:1)
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.d0af14e380ea8f8b.js:1) construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.d0af14e380ea8f8b.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.d0af14e380ea8f8b.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.d0af14e380ea8f8b.js:1) preventsyield
(456.655449) [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
(457.661728) [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
(458.671869) [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
(459.689585) [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
(460.695674) [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.9.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-rapid-1.10.9.js:1) preventsyield
(461.714143) [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.2.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.2.2.js:1) preventsyield
(462.717537) [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.3a99fe4aebc06dd2.js:1) strict
    at p (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.3a99fe4aebc06dd2.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.3a99fe4aebc06dd2.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.3a99fe4aebc06dd2.js:1) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.3a99fe4aebc06dd2.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/video_player_wafer.3a99fe4aebc06dd2.js:1) preventsyield
(463.727331) [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
(464.734071) [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
(465.740114) [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
(466.657275) [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
(468.654736) [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
(469.664440) [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
(469.683354) [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
(469.971424) [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_footer.9699066f2bc3cdad.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/aol_footer.9699066f2bc3cdad.js:1) preventsyield
(470.114993) [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.f2dc35187337c805.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/notification_banner.f2dc35187337c805.js:1) preventsyield
(470.261671) [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.9a1fb06fb382c77a.js:1) strict
    at y (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.9a1fb06fb382c77a.js:1) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.9a1fb06fb382c77a.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.9a1fb06fb382c77a.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.9a1fb06fb382c77a.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.9a1fb06fb382c77a.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.9a1fb06fb382c77a.js:1) preventsyield
(470.310489) [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.554a907675b0ce1c.js:1) strict
    at s (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.554a907675b0ce1c.js:1) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.554a907675b0ce1c.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.554a907675b0ce1c.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.554a907675b0ce1c.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.554a907675b0ce1c.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/taboola.554a907675b0ce1c.js:1) preventsyield
(470.427200) [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.657b220446a16f42.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/dl.657b220446a16f42.js:2) preventsyield
(470.452459) [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.5bef364bef50f684.js:1) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.5bef364bef50f684.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.5bef364bef50f684.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.5bef364bef50f684.js:1) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.5bef364bef50f684.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.5bef364bef50f684.js:1) preventsyield
(470.719103) [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.cb439c6b354bcc7b.js:1) strict
    at o (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.cb439c6b354bcc7b.js:1) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.cb439c6b354bcc7b.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.cb439c6b354bcc7b.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.cb439c6b354bcc7b.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.cb439c6b354bcc7b.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/recipe_search.cb439c6b354bcc7b.js:1) preventsyield
(470.734498) [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?:1) preventsyield
(470.905495) [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.675cc5912121744a.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/yahoo_sports_scores.675cc5912121744a.js:2) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/yahoo_sports_scores.675cc5912121744a.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/yahoo_sports_scores.675cc5912121744a.js:2) preventsyield
(471.037407) [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.bad1515cc68706d4.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.bad1515cc68706d4.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.bad1515cc68706d4.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.bad1515cc68706d4.js:1) preventsyield
(471.054377) [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.0b67dd24e2793f92.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.0b67dd24e2793f92.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.0b67dd24e2793f92.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/finance_banner.0b67dd24e2793f92.js:1) preventsyield
(471.066455) [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.6e46195a06c655e8.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/y_finance_markets.6e46195a06c655e8.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/y_finance_markets.6e46195a06c655e8.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/y_finance_markets.6e46195a06c655e8.js:1) preventsyield
(471.088579) [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.7d2ca6f87314c348.js:1) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.7d2ca6f87314c348.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.7d2ca6f87314c348.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.7d2ca6f87314c348.js:1) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.7d2ca6f87314c348.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/trivia_games.7d2ca6f87314c348.js:1) preventsyield
(471.317894) [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.ab755010d320b7494eb1d6d01042a406.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.prelaunch.min.ab755010d320b7494eb1d6d01042a406.js:6) preventsyield
(471.321097) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'getCookie' 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.1b3189b26e1537c1.js:2) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.1b3189b26e1537c1.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.1b3189b26e1537c1.js:2) preventsyield
(471.465414) [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.4c388d2ba42273e9.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.4c388d2ba42273e9.js:2) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.4c388d2ba42273e9.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.4c388d2ba42273e9.js:2) preventsyield
(471.522725) [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
(471.523422) [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
(471.523463) [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
(471.696132) [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.48b638d59ff94854fafe187293bad3f3.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.preload.min.48b638d59ff94854fafe187293bad3f3.js:10) preventsyield
(471.726048) [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
(471.781592) [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/news.2a661c355bd925d4.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.2a661c355bd925d4.js:2)
    [...]
(471.803576) [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.a323f326488e3ae5.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/ad_blocker.a323f326488e3ae5.js:2) preventsyield
(471.868781) [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.095132f2d8fead88.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/aol_header.095132f2d8fead88.js:2) preventsyield
(471.869228) [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
(471.869403) [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
(473.450150) [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.427c55afbeb84af7953f7d06683493bc.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:1) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.427c55afbeb84af7953f7d06683493bc.js:1)
    [...]
(473.450573) [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
(474.526664) [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/content/dam/global_pdc/en/year9/home/static/js/main.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(474.526838) [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?:1) preventsyield
(474.526946) [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
(475.531033) [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.243bbd466f7c169eff3162d39e1be2b4.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(475.611438) [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.4d74d72f97b2fbd06164.js:28) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(475.884516) [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.a2bc8141ff4b3cccbd213ba3fe7eb84f.js:9) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.designkit.min.a2bc8141ff4b3cccbd213ba3fe7eb84f.js:14) preventsyield
(475.885174) [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.2477391758ba20517ea29b82d8431ea0.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.homepage.min.2477391758ba20517ea29b82d8431ea0.js:6) preventsyield
(475.887074) [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.e4ed243a97255aef95d52f70c3195952.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.accordions.min.e4ed243a97255aef95d52f70c3195952.js:6) preventsyield
(475.888391) [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.9dfa3cf31e68ccfc1c05c9b778bcad32.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.banners.min.9dfa3cf31e68ccfc1c05c9b778bcad32.js:6) preventsyield
(475.889749) [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.3e95ba2a5747105df1f77fe30af390c4.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.game-grid.min.3e95ba2a5747105df1f77fe30af390c4.js:6) preventsyield
(475.890829) [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 n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.aem.core.min.abdfd4d787b2263d620c2eae8a5c2ee4.js:6) strict
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.aem.core.min.abdfd4d787b2263d620c2eae8a5c2ee4.js:6) strict
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.aem.core.min.abdfd4d787b2263d620c2eae8a5c2ee4.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.aem.core.min.abdfd4d787b2263d620c2eae8a5c2ee4.js:6) preventsyield
(475.892071) [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.b4adfc754234c0a3a2f7411597a8f450.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.tabs.min.b4adfc754234c0a3a2f7411597a8f450.js:6) preventsyield
(476.524621) [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
(482.192915) [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
(483.289238) [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://cf.bstatic.com/libs/privacy-consent/releases/2.1.64/customer/cookie-banner.min.js:1)
    at eval (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.64/customer/cookie-banner.min.js:1) preventsyield
(483.290395) [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
(484.269041) [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
(487.511807) [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/9b954b09fd7bb9946ce8b4b51649dcbdbb822a63.js:24) strict
    at [anon] (https://cf.bstatic.com/static/js/main_cloudfront_sd/9b954b09fd7bb9946ce8b4b51649dcbdbb822a63.js:24) strict
    at eval (https://cf.bstatic.com/static/js/main_cloudfront_sd/9b954b09fd7bb9946ce8b4b51649dcbdbb822a63.js:24) preventsyield
(487.519552) [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/9b954b09fd7bb9946ce8b4b51649dcbdbb822a63.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/9b954b09fd7bb9946ce8b4b51649dcbdbb822a63.js:4)
    [...]
(487.742133) [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/f1c8c212c0149249fef02a562a6669d167bc56bc.js:7) preventsyield
(488.622643) [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/9963238809b76f65709e03061d4f7aa7a55f9116.js:1)
    at r (https://cf.bstatic.com/static/js/index_cloudfront_sd/9963238809b76f65709e03061d4f7aa7a55f9116.js:1) preventsyield
(493.839004) [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)
    [...]
(493.908626) [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
(495.617543) [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
(495.756278) [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/remoteEntry.9d1c2e5b.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756328) [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/b9a82cb8.b6cb4432.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756353) [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/cf2b0303.82426894.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756375) [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/81da5f32.c9a1118a.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756396) [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/dc32f6b7.755a0500.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756412) [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/remoteEntry.beedbe6a.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756428) [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/remoteEntry.073a8498.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756452) [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/18cad957.7be507a1.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756473) [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/8067d7e4.33f6bb11.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756489) [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/remoteEntry.11b850c0.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756510) [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/09fb2abd.65a9febf.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756525) [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/remoteEntry.3961dfd5.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756547) [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/da3d7717.5ba5397b.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756567) [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/ebf8c3e3.fe641b24.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756589) [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/3c29a897.102c26f3.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756610) [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/remoteEntry.f739b58b.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756632) [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.de7f12f8.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756647) [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/remoteEntry.2d8a7d3e.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756669) [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/27bbaa9c.8b72ff1e.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756683) [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/remoteEntry.b87cd2fb.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756704) [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/7e8161ba.19a6aa6f.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756719) [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/remoteEntry.db477c45.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756738) [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/ddf740c7.cdd2d3be.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756753) [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/remoteEntry.edd37f33.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756769) [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/remoteEntry.6917f40a.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756790) [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/31e40d2f.121fcc22.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756805) [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/remoteEntry.cd1959a3.client.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756819) [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/client.cd422f95.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(495.756840) [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/4a89d2db.92ae2ee0.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756864) [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/0a098284.e848f476.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756885) [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/97a643cd.9c1e7d4b.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.756906) [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/5638344d.c3cbae57.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757156) [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.c0d867ee.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757183) [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.59e35c60.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757203) [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/9214bfa8.dedab3d7.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757222) [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/f41dcaf5.cbd24a1b.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757244) [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/6b631c3f.ae1f31ec.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757264) [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/63bff8e9.92d79f49.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757284) [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.b8c1e0f4.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757304) [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.9def7230.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757324) [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.4ce11061.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757347) [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/5b1239aa.c5aa61a9.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757367) [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/2c6b580e.f8d15476.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757389) [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/95a17449.b83d3688.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757409) [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.9c6a7f4a.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757429) [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.cff9e7ee.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757448) [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/f624ebdb.ef67c435.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757468) [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/ce4afa91.ed717715.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(495.757487) [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.6fcd0586.chunk.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(497.746874) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 4)
    at [anon] (https://www.apachecon.com/event-images/snippet.js:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(498.014546) [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
(498.014679) [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
(498.047047) [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/m202502110101/pubads_impl.js:33) preventsyield
(498.647978) [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
(499.670419) [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
(499.678160) [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
(505.105714) [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
(505.126513) [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
(505.467407) [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 [anon] (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
(505.468457) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 8)
    at [anon] (?inline script?:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(505.470942) [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
(505.471367) [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
(505.474330) [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
(505.485719) [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
(505.487800) [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
(505.487967) [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
(505.809516) [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
    [...]
(506.819258) [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://s.yimg.com/kw/engadget/mod/jsc/engad-nav.ca9f3d4a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(507.826832) [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/kw/engadget/mod/jsc/engad-footer.e41706b1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(508.616754) [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/vzm/cs_1.6.6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(508.617529) [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
(508.619568) [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
(508.667489) [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)
    [...]
(508.667573) [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/du/benji/benji-2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(508.669816) [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
(508.676797) [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
(508.679986) [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
(508.681707) [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
(508.689332) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'elementInView' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-scrollview-2.23.3.js:1) preventsyield
(508.691148) [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
(508.692981) [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
(512.339884) [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
(512.339990) [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
(512.981589) [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://abt.s3.yandex.net/expjs/latest/exp.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(513.387474) [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
(513.627287) [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)
    [...]
(513.627564) [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
(513.627882) [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
(514.531769) [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.googletagmanager.com/gtag/js?id=G-07ZGQT7GK0:403) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-07ZGQT7GK0:403) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-07ZGQT7GK0:403)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-07ZGQT7GK0:964) preventsyield
(514.532151) [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
(514.532226) [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
(514.532253) [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
(514.546258) [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)
    [...]
(514.552576) [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
(514.552661) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 28)
    at [anon] (https://en.russiatoday.com/static/js/pushes/notification.js?v=5:28) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(515.716802) [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
(518.042090) [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.googletagmanager.com/gtag/js?id=G-BB8DNPB73F:344) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-BB8DNPB73F:344) construct
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-BB8DNPB73F:344)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-BB8DNPB73F:806) preventsyield
(518.042166) [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-202502131935.afe7d11013.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(520.492004) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '_G' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.bing.com:443/rp/ghm9-LmO45bkyojD4FWvJFLsleI.gz.js:1)
    at eval (https://www.bing.com:443/rp/ghm9-LmO45bkyojD4FWvJFLsleI.gz.js:1) preventsyield
(520.493613) [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
(520.640585) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '_ge' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(526.120799) [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://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at from (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-42372ed130431b0a.js:1)
    at [anon] (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(527.666575) [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/v4/yp/r/sRl2uPD5T-m.js:21) preventsyield
(527.671860) [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
(527.672046) [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
(527.676328) [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
(527.676448) [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
(527.677290) [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
(527.677648) [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
(527.677718) [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
(527.677889) [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
(527.677937) [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
(527.677992) [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
(527.680224) [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
(530.595693) [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://yastatic.net/s3/psf/ps-tuning/disk-public-landing.b94534d67f1eff4ee09a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(534.313618) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: legouser:TypeError: cannot read property 'length' of undefined
(534.313742) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 3)
    at [anon] (?inline script?:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(534.313787) [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
(538.128260) [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
(538.669482) [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://client.px-cloud.net/PXNsLC0Hv5/main.min.js:4) preventsyield
(540.004558) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/runtime.cdd6b0ac7204e7b9c1c6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004625) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/misc.e7201ba4b76fb7a70ae1.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004661) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/change/core.6f5816431ba9534a4d82.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004692) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/runtime.79be4ce25be7a06932a8.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004730) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/change/design-system.1fce447d5293b9878b9e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004764) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/config.d3972a3b9af1884f9cb0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004800) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/react.0dfc2d47a7a9b8d7c8db.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004829) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/change/config.dceff73a2166144d8c5b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004863) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/dnd.e9d1dac3a7998f31137c.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004893) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/maplibre.4da6fd71c7af019d2813.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004921) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/react-pdf-deps.cb85303d85990688b8fb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004949) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/react-aria.8c02e058dcd99a6b4aa8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.004978) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/html-parser.635af611421a28806a36.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.005010) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/change/tomato.0922890e9c0006c42a97.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.005037) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/design-system.3458a450810ea139b911.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.005066) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/vendors/tailwind.890fe372e26553b7c4b7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.005094) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/webapp-info.a2a4b7b02e4bcd857398.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.005125) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/shared.d186be4486a5c24e2c8a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.005152) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/main.71e49b333e9542789dda.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(540.005179) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/3850cb7.es2015/pages/homepage.67d72d8d8bf42c490fba.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(542.562095) [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
(543.257564) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 3)
    at [anon] (https://s1.trrsf.com/update-1739280909/fe/zaz-ui-t360/_js/transition.min.js:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(543.260649) [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
(543.261575) [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?:38) preventsyield
(543.614648) [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-1732730708/fe/zaz-cerebro/prd/scripts/zaz.min.js:1) strict
    at eval (https://s1.trrsf.com/update-1732730708/fe/zaz-cerebro/prd/scripts/zaz.min.js:1) preventsyield
(564.217104) [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
(564.935832) [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.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:6)
    at n (https://assets.aliexpress-media.com/g/ae-fe/global/0.0.3/index.js:1)
    [...]
(565.016886) [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.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1) strict
    at i (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1) strict
    at i (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1) strict
    at i (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1) strict
    at i (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1) strict
    at i (https://assets.aliexpress-media.com/g/ae-fe/cosmos/0.0.341/pc/index.js:1)
    [...]
(565.186652) [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 v (https://assets.alicdn.com/g/lzd_sec/LWSC-G/index.js:1)
    at C (https://assets.alicdn.com/g/lzd_sec/LWSC-G/index.js:1)
    at [anon] (https://assets.alicdn.com/g/lzd_sec/LWSC-G/index.js:1)
    at eval (https://assets.alicdn.com/g/lzd_sec/LWSC-G/index.js:1) preventsyield
(565.516087) [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.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:1)
    at i (https://assets.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:30) strict
    at i (https://assets.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:6)
    at i (https://assets.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:1)
    at [anon] (https://assets.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:1)
    at eval (https://assets.aliexpress-media.com/g/ae-fe/page-header-ui/0.0.51/js/index.js:30) preventsyield
(565.612864) [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.aliexpress-media.com/g/ae-dida/home-pc/0.0.98/index.js:21) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(566.791051) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 13)
    at [anon] (https://storage.googleapis.com/gweb-developer-goog-blog-cms-assets/site/20250213-150947/js/analytics.js:13) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(567.323175) [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 ya (https://www.youtube.com/s/player/e7567ecf/www-widgetapi.vflset/www-widgetapi.js:125) strict
    at [anon] (https://www.youtube.com/s/player/e7567ecf/www-widgetapi.vflset/www-widgetapi.js:220) strict
    at vb (https://www.youtube.com/s/player/e7567ecf/www-widgetapi.vflset/www-widgetapi.js:175) strict
    at [anon] (https://www.youtube.com/s/player/e7567ecf/www-widgetapi.vflset/www-widgetapi.js:221) strict
    at eval (https://www.youtube.com/s/player/e7567ecf/www-widgetapi.vflset/www-widgetapi.js:221) preventsyield
(567.608196) [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/site/20250213-150947/js/dgc_blog.js:15) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(567.656028) [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:52) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:54) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:54) preventsyield
(567.696863) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 17)
    at [anon] (https://storage.googleapis.com/gweb-developer-goog-blog-cms-assets/site/20250213-150947/js/blog_detail.js:17) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(568.253908) [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
(568.256907) [ERR  netsurf] desktop/browser_window.c:4609 browser_window_console_log: Bootstrap configuration error,SyntaxError: invalid json (at offset 1)
(568.256959) [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
(568.431476) [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
(568.655399) [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
(568.702508) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 245)
    at [anon] (https://www.ft.com/page-resources/:245) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(569.038732) [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/b/orchestrate/chl_page/v1?ray=911df3f57d3e93e9:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(569.428257) [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.cookielaw.org/scripttemplates/otSDKStub.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(569.428996) [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
(570.410296) [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.taboola.com/libtrc/condenast1-network/loader.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(570.980662) [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/qQQFemczR3phZmluC6u4YAq4n2PmMD-4JkXKqKD9V2T1oGIS0M8PluCQiQdwc2_dp4k2wFCpwMz49MLIOW_8JagIAOxVgTel7uZvKsSazbeubpdo5Zrw_Z0ttoy81fFO2UPdWvQdj4HBw:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(571.118567) [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
(571.136728) [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:81)
    at eval (https://apis.google.com/js/platform.js:116) preventsyield
(571.136769) [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
(571.144561) [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
    [...]
(571.144621) [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/8714.f687bbb7cb27890e4b6d.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144651) [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/7571.8876ae98b3332d92e0ce.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144681) [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/6225.d09d6e5376a5507e9d4e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144706) [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/7810.5bd4f0f2e25c78bf20c6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144729) [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/5047.032be9067cd159e24be3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144792) [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/1782.4cebaa33236b82ea44b0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(571.144815) [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/6602.291dd16b279b271b62ca.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144837) [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/8230.c1d58ef96669871e9474.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144859) [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/1206.ee0f9e208f793f8baa53.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(571.144876) [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.2595ca6b1e19051fdb20.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(571.144893) [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-a17afdb0cb0b5aac668311a8f030f278.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(572.137331) [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
(572.542200) [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/m202502110101/pubads_impl.js:33) preventsyield
(572.849152) [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:52) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:54) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:54) preventsyield
(572.950645) [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)
    [...]
(573.414445) [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
(573.827254) [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.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:318) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:318) construct
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:318)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:688) preventsyield
(574.144581) [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
(574.297993) [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
(574.361795) [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-1731441306/fe/zaz-3rd/videojs/video.min.js:13) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(578.356759) [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)
    [...]
(578.450192) [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=39192d15d92616da57123ce59d8ecc20:63)
    at [anon] (https://connect.facebook.net/en_US/sdk.js?hash=39192d15d92616da57123ce59d8ecc20:195) strict preventsyield
(578.607755) [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://imasdk.googleapis.com/js/sdkloader/ima3.js:58)
    at eval (https://imasdk.googleapis.com/js/sdkloader/ima3.js:776) preventsyield
(580.501792) [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
(582.269944) [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
(582.270830) [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
(582.665438) [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
(582.665558) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__private' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(582.710446) [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
(583.833848) [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
(584.835948) [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://ir.ebaystatic.com/rs/c/globalheaderweb/runtime.658fa8d4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(585.848034) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://ir.ebaystatic.com/rs/c/globalheaderweb/index_lcNW.195c0928.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(585.852452) [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
(586.862370) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://ir.ebaystatic.com/cr/v/c1/ebay-cookies/6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(587.876681) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'raptor' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at TaaSDynamic (https://ir.ebaystatic.com/cr/v/c01/250114RJPY3YUFWSOENEFH1J.js:1) construct
    at eval (https://ir.ebaystatic.com/cr/v/c01/250114RJPY3YUFWSOENEFH1J.js:1) preventsyield
(588.373228) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'push' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (https://ir.ebaystatic.com/cr/v/c01/2501165ATQKMM0KHMZXGPNY1.js:1) preventsyield
(588.489771) [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.e9fbc13c.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)[0x0000000000194044]
/lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7fd02445b050]
??:?(dom_html_collection_get_length)[0x000000000021854f]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/forms.c:142(html_forms_get_forms)[0x00000000000f7184]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/html.c:944(html_begin_conversion)[0x00000000000faa70]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/script.c:375(convert_script_sync_cb)[0x0000000000112618]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/hlcache.c:207(hlcache_content_callback)[0x000000000016007a]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/content.c:759(content_broadcast)[0x00000000000d1aa3]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/content.c:309(content_set_done)[0x00000000000d1c01]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/javascript/content.c:73(javascript_convert)[0x0000000000119721]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/content.c:84(content_convert)[0x00000000000d1d9d]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/llcache.c:3531(llcache_object_notify_users)[0x00000000001639a7]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/llcache.c:3691(llcache_catch_up_all_users)[0x0000000000163b30]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/frontends/monkey/schedule.c:167(monkey_schedule_run)[0x0000000000194795]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/frontends/monkey/main.c:292(monkey_run)[0x0000000000038478]
/lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fd02444624a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fd024446305]
??:?(_start)[0x00000000000419e1]

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