FailedConsole Output

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


STDERR:
(0.000000) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:1) preventsyield
(1.230440) [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.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:138)
    at [anon] (https://www.google.com/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:138)
    at eval (https://www.google.com/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:139) preventsyield
(7.310976) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at N (https://www.blogger.com/about/js/main.min.js?v=1476060773:23)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:43)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at eval (https://www.blogger.com/about/js/main.min.js?v=1476060773:46) preventsyield
(9.871539) [WARN netsurf] desktop/browser_window.c:4616 browser_window_console_log: AT: Adobe Target content delivery is disabled. Update your DOCTYPE to support Standards mode.
(11.151323) [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/br/built/scripts/head.built.js:1) strict
    at r (https://www.apple.com/v/home/br/built/scripts/head.built.js:1) tailcall
    at [anon] (https://www.apple.com/v/home/br/built/scripts/head.built.js:1) strict
    at r (https://www.apple.com/v/home/br/built/scripts/head.built.js:1)
    at t (https://www.apple.com/v/home/br/built/scripts/head.built.js:1)
    at eval (https://www.apple.com/v/home/br/built/scripts/head.built.js:1) preventsyield
(12.202606) [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.325481) [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.21.0/scripts/ac-analytics.js:180) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(14.356231) [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.374252) [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.407576) [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.430582) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://www.apple.com/v/home/br/built/scripts/main.built.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(18.606680) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'includes' of [object Array])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict preventsyield
    at forEach () native strict preventsyield
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    at r (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) tailcall
    at [anon] (https://www.apple.com/ac/ac-films/6.10.0/scripts/autofilms.built.js:1) strict
    [...]
(21.489852) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:5) preventsyield
(22.807635) [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
(23.892658) [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/4140855455-widgets.js:26)
    at w (https://www.blogger.com/static/v1/widgets/4140855455-widgets.js:14)
    at [anon] (https://www.blogger.com/static/v1/widgets/4140855455-widgets.js:28)
    at eval (https://www.blogger.com/static/v1/widgets/4140855455-widgets.js:279) preventsyield
(23.893742) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier '_WidgetManager' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(23.975519) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:395)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-DY1T9T89QG:681) preventsyield
(29.355350) [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
(32.023291) [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.NcBtRwlHzss.es5.O/am=R7eZwOj6KBg0B_hHHhezAAE/d=1/excm=_b,_tp,appshomeview/ed=1/dg=0/wt=2/ujg=1/rs=AB1caFWElFDWKaWH4BZPgliIiaPmGnJ9sg/m=_b,_tp:1) strict preventsyield
(56.248486) [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
(57.396944) [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/d5374444/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:78)
    at [anon] (https://www.youtube.com/s/desktop/d5374444/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:79)
    at [anon] (https://www.youtube.com/s/desktop/d5374444/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:92)
    at eval (https://www.youtube.com/s/desktop/d5374444/jsbin/web-animations-next-lite.min.vflset/web-animations-next-lite.min.js:126) preventsyield
(58.472437) [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/d5374444/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/d5374444/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:330) preventsyield
(63.034820) [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/d5374444/jsbin/www-tampering.vflset/www-tampering.js:31) strict
    at t (https://www.youtube.com/s/desktop/d5374444/jsbin/www-tampering.vflset/www-tampering.js:4) strict
    at [anon] (https://www.youtube.com/s/desktop/d5374444/jsbin/www-tampering.vflset/www-tampering.js:40) strict
    at eval (https://www.youtube.com/s/desktop/d5374444/jsbin/www-tampering.vflset/www-tampering.js:79) preventsyield
(64.064129) [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/d5374444/jsbin/spf.vflset/spf.js:11)
    at zb (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:27)
    at od (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:82)
    at [anon] (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:82)
    at eval (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:88) preventsyield
(68.158933) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: RangeError: const limit (line 16747)
    at [anon] (https://www.youtube.com/s/desktop/d5374444/jsbin/desktop_polymer_legacy_browsers.vflset/desktop_polymer_legacy_browsers.js:16747) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:71112) internal
(72.125102) [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.892d088d8364.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/site.892d088d8364.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/site.892d088d8364.js:1)
    at eval (https://www.mozilla.org/media/js/site.892d088d8364.js:1) preventsyield
(73.251124) [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
(74.367922) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.mozilla.org/media/js/sentry.38636b5b4056.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(75.382912) [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
(76.393378) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Mozilla' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.mozilla.org/media/js/ui.83e60a11766b.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/ui.83e60a11766b.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/ui.83e60a11766b.js:1)
    at eval (https://www.mozilla.org/media/js/ui.83e60a11766b.js:1) preventsyield
(77.397563) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Mozilla' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.mozilla.org/media/js/fxa.6cacc544775b.js:1) strict
    at eval (https://www.mozilla.org/media/js/fxa.6cacc544775b.js:1) preventsyield
(78.404755) [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.79f9e875d181.js:1) strict
    at n (https://www.mozilla.org/media/js/data.79f9e875d181.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/data.79f9e875d181.js:1) strict
    at eval (https://www.mozilla.org/media/js/data.79f9e875d181.js:1) preventsyield
(80.005637) [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.f0ce2425d2c8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(81.058668) [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.f74bb4c07d16.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.f74bb4c07d16.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.f74bb4c07d16.js:1) strict
    at [anon] (https://www.mozilla.org/media/js/consent-banner.f74bb4c07d16.js:1)
    at eval (https://www.mozilla.org/media/js/consent-banner.f74bb4c07d16.js:1) preventsyield
(85.071325) [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
(85.090713) [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?:172) preventsyield
(85.099541) [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
(85.527254) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid regexp flags (line 1449)
    at [anon] (?inline script?:1449) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91595) internal
(85.528489) [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
(85.528813) [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
(85.528958) [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
(85.529220) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'z' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:4)
    at H3a (?inline script?:2)
    at u0 (?inline script?:1) construct
    at [anon] (?inline script?:5)
    at [anon] (?inline script?:2)
    at eval (?inline script?:2) preventsyield
(85.529638) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'x' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(85.529715) [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
(85.530058) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'x' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:3) preventsyield
(85.530694) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'x' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(85.530754) [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
(85.531109) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ub' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:9) preventsyield
(85.531159) [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
(85.532893) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'x' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:2) preventsyield
(85.547948) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'x' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:6) preventsyield
(85.548730) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'z' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at ZI (?inline script?:18) construct
    at VX (?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
(85.548960) [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
(85.551181) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'x' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:4) preventsyield
(85.551314) [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
(85.551636) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'z' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at Xya (?inline script?:1) construct
    at [anon] (?inline script?:7)
    at eval (?inline script?:1) preventsyield
(85.551708) [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
(85.552149) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ub' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:6) preventsyield
(85.552197) [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
(85.552268) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ub' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (?inline script?:1) preventsyield
(85.552308) [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
(85.552356) [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
(86.001255) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:380)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-H30R9PNQFN:668) preventsyield
(89.470702) [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?:63) preventsyield
(89.481718) [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?:51) strict
    at eval (?inline script?:51) preventsyield
(91.580413) [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?:63) preventsyield
(91.594899) [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?:51) strict
    at eval (?inline script?:51) preventsyield
(93.332227) [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?:63) preventsyield
(93.653740) [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?:51) strict
    at eval (?inline script?:51) preventsyield
(94.284207) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:340)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P24PF4B:595) preventsyield
(94.867325) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://wordpress.org/wp-content/plugins/gutenberg/build/interactivity/navigation.min.js?ver=18.8.0-20240308:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(95.060653) [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-202438.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(95.525520) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 25)
    at [anon] (https://wordpress.org/wp-content/mu-plugins/pub-sync/blocks/global-header-footer/js/view.js?ver=1697687698:25) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(95.525631) [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
(95.525680) [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
(100.177093) [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
(101.525472) [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/544q6l9sb35q8ir4q4du87qhp:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(101.525576) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.licdn.com/aero-v1/sc/h/eh08muqvrde4h3hc6koyij5ti:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(101.871597) [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
(102.685979) [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
(102.716499) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js:1)
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js:1) preventsyield
(102.718780) [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-c993bb699bf2c775.js:1) strict
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/webpack-c993bb699bf2c775.js:1) preventsyield
(102.767540) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://f.vimeocdn.com/cms/_next/static/chunks/framework-520c19f70d84ebf7.js:1) strict preventsyield
(102.792926) [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-df77e7fa21fe9de9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(102.800560) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/pages/_app-29b969d8d63b2e0e.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(102.833957) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/4181-91b24450b7cd8085.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(102.834225) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/5003-ac1b5125f0d56b80.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(102.835785) [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/8885-7239a66f168db11d.js:1) strict preventsyield
(102.837589) [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/4050-397f667c1809cdc1.js:1) strict preventsyield
(102.845166) [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/645-c68bd79eb5d0a276.js:1) strict preventsyield
(102.878167) [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/7931-51485641bc3ef22f.js:1) preventsyield
(102.882214) [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/6289-5427790e8d53bb18.js:1) strict preventsyield
(102.886654) [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/6692-4880b3a5a09e6910.js:1) preventsyield
(102.891410) [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/600-f15142825367e5db.js:1) strict preventsyield
(102.893961) [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/5257-936b0cda36b6d8db.js:1) strict preventsyield
(102.895569) [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/5653-c35188ba2f2e83e3.js:1) strict preventsyield
(102.898957) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://f.vimeocdn.com/cms/_next/static/chunks/pages/lohp/desktop-213979351bcdfa86.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(102.899200) [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/kCVGK1GaNFBV4Jpq5l482/_buildManifest.js:1) preventsyield
(102.899251) [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/kCVGK1GaNFBV4Jpq5l482/_ssgManifest.js:1) preventsyield
(108.751048) [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-242e00797413.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(108.751128) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_dompurify_dist_purify_js-89a69c248502.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751166) [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-56729c905fe2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(108.751214) [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-247092-627b030d3acc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(108.751288) [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-924e60bca7d2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751323) [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
(108.751351) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-c9086a4fb62b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751378) [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-7b95699705bc.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751407) [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_anchored-position_js-node_modules_fzy_js_index-192fd2-a07608c791cf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751440) [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_details-d-ed9a97-841122a1e9d4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751467) [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-cd48220d74d5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(108.751523) [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-6e2e8e-7102faafa90b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751557) [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-f4b251-f7c3b6081b19.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751600) [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-d71043-6b38f49f5605.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751629) [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-278f98-ad96fe342507.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751656) [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-21e3d119b5be.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751683) [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-7564a4e2ca6c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751741) [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_catalyst_lib_index_js-node_modules_github_hydro-analytics-client_-7901e7-dc88587c14ed.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751771) [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_stack-68835d-a18220f1db8d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751798) [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-ce7225a304c5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751825) [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-f8a5485c982a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751852) [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-858e043fcf76.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751879) [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
(108.751906) [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-0e07cc183eed.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.751971) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_session-resume_dist_index_js-node_modules_primer_behaviors_dist_e-ac74c6-5e03381c44b5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752012) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_quote-selection_dist_index_js-node_modules_github_textarea-autosi-ded18a-1262bbe76ea3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752039) [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-a2009221d154.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752066) [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-ab87c1d6c5c8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752094) [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-112600808cf9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752122) [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-d0d0a6-e8165d062a74.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752148) [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-aeae6fcdf371.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752175) [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-6dbeefeab404.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752204) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-06ff531-bf7e5a3732fd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752231) [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-54f34167118d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752296) [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-18d0e3449229.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752324) [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-8eee071a1861.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752352) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/home-fa7c9cc8a53c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752423) [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-experiments-ac54aec8f764.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752470) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_github_webgl-globe_dist_js_main_js-7ace716f3606.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(108.752543) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/webgl-globe-b8ac95da6496.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752570) [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-7b7b5264f6c1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752598) [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_primer_octicons-react_di-5313f5-a26a7ae9b364.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752625) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_Button_js-efcf551d7ceb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752651) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TooltipV2_Tooltip_js-4d5019830e3c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752700) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_node_modules_primer_octicons-react_dist_index_esm_mjs-a5155473fc69.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752729) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionList_index_js-024af4771c08.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752757) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_KeybindingHint_KeybindingHint_js-node_modules_githu-3fe5e5-eb8be4bbb719.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752789) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_Dialog_js-node_modules_primer_react_lib-esm_-cb29f3-457f74a2921f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752817) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://github.githubassets.com/assets/ui_packages_react-core_create-browser-history_ts-ui_packages_safe-storage_safe-storage_ts-ui_-146db5-4ff26c6afe1c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752845) [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-314f4fff0916.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752879) [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-9a621ecbf672.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(108.752906) [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-f3ddee0032e4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(111.402541) [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?:51) strict
    at eval (?inline script?:51) preventsyield
(112.040522) [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
(112.110361) [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/d5374444/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:57)
    at eval (https://www.youtube.com/s/desktop/d5374444/jsbin/webcomponents-all-noPatch.vflset/webcomponents-all-noPatch.js:330) preventsyield
(112.206643) [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/d5374444/jsbin/spf.vflset/spf.js:11)
    at zb (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:27)
    at od (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:82)
    at [anon] (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:82)
    at eval (https://www.youtube.com/s/desktop/d5374444/jsbin/spf.vflset/spf.js:88) preventsyield
(112.913810) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: RangeError: const limit (line 16747)
    at [anon] (https://www.youtube.com/s/desktop/d5374444/jsbin/desktop_polymer_legacy_browsers.vflset/desktop_polymer_legacy_browsers.js:16747) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:71112) internal
(113.212490) [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
(113.623806) [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
(113.712581) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:387)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-J83GSCH0LS:673) preventsyield
(119.623753) [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?:51) strict
    at eval (?inline script?:51) preventsyield
(120.350493) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(122.288440) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/polyfills.isolated.414cdde7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(123.329229) [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/bootstrap.b6036ec9.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(124.342873) [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/bootstrap.b049c847.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(124.655955) [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.31c18f93.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(125.675957) [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.c175df77.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(126.695303) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/react.6a15a5cc.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(127.724640) [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.360c9b39.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(128.739564) [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.b95ff7c7.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(129.657537) [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/shopify.0360ab85.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(130.351187) [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/core_spa.aa0e5404.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(131.369655) [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.f51a5cb7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(132.387548) [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.83923346.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(133.411617) [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.ba31c3dd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.448512) [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.4068fe1c.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(134.658624) [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.f1672c02.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(139.660879) [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/9a6e4045.5db11b0b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(140.330922) [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/b84342bf.0f2fdda2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(140.386050) [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.183c0f31.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(140.463206) [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.bd9e80e6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(140.575866) [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.c979e8fe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(140.604473) [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
(140.645527) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/ui_components.2f079a77.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(140.661331) [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.c81f09c2.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(140.750033) [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.c6ab4d50.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(140.912764) [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.486343d8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.182717) [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.d23cf5e8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.256212) [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.670994a7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.275839) [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.64fec881.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.286730) [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.956e1d21.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.301329) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at N (https://www.blogger.com/about/js/main.min.js?v=1476060773:23)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:43)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at [anon] (https://www.blogger.com/about/js/main.min.js?v=1476060773:46)
    at eval (https://www.blogger.com/about/js/main.min.js?v=1476060773:46) preventsyield
(141.305416) [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.765345b8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.318002) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://st6-21.vk.com/dist/web/chunks/7f463667.1e4533f4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(141.332676) [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.6ad6c87e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.364662) [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/cf362884.087c6b9e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(141.376548) [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/3a42a761.a0fef100.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(141.389853) [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.1611b734.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.416113) [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.7e734a12.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(141.416259) [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
(141.416451) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: expected identifier (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:76629) internal
(145.468931) [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.a83a7f91.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(146.518233) [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
(147.615610) [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.557c9ca4.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(148.617592) [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.d9108df7.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(149.619179) [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
(150.360842) [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.a296f317.chunk.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(150.360994) [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
(150.361586) [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
(151.622446) [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.720749) [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
(151.723286) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 10)
    at [anon] (?inline script?:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(151.932431) [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
(151.932747) [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.932957) [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.933064) [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.934022) [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.938571) [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.939493) [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.940623) [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
(152.435708) [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
(152.436515) [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
(153.504128) [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
    [...]
(154.604001) [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.185.js:1) strict construct
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at eval (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) preventsyield
(154.612312) [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
(155.645871) [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
(156.648783) [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
(156.652483) [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.20.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) preventsyield
(156.654495) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://consent.cmp.oath.com/version/6.4.1/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(156.696876) [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)
    [...]
(156.700741) [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.fe9b7e76f465982f4c53fa4f1153ad7f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(156.701122) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.114.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(156.709502) [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
(156.712777) [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
(156.719786) [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.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) preventsyield
(156.720729) [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
(156.721713) [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
(156.723212) [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
(156.726015) [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
(156.729554) [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
(156.731731) [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
(156.733396) [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
(156.736052) [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
(156.737035) [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
(156.743286) [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
(156.745726) [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
(156.748389) [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
(156.749874) [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
(156.751518) [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
(156.752412) [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
(156.754691) [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
(156.756072) [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
(156.761251) [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
(156.762789) [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
(156.764535) [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
(156.764624) [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/bbe43f5.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(156.765796) [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
(156.778029) [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
    [...]
(162.768213) [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
(165.404817) [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
(165.404925) [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
(166.116379) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/search-bar/static/remoteEntry.js?1726560636:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.124684) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/remoteEntry.js?1726560636:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.129646) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/customer-notifications/static/remoteEntry.js?1726560636:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.130218) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/landing/assets/polyfill-05fd96c60759a543a758.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.134537) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://www.istockphoto.com/landing/assets/application-e6cc5517a5d6b51b09aa.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.134786) [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/9417-9f3764a52646315ae322.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.136117) [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-a5a9911e315d39ae17f7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.137878) [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-a17316e590b831474137.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.140946) [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-223b3f4aaf86030036fb.js:1) preventsyield
(166.141181) [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/1518-b3a72f27f6253859520a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.141273) [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/1935-cb2bc6bc4949f21f0a3b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(166.141476) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/7567-1a4b5ae1af491b6e6b1a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.141647) [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-bd11a80dded65758a2c7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(166.141740) [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-c5318d59aaf74ea328a9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.145802) [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-6d1d5c58d20ee09fd673.js:1) preventsyield
(166.147288) [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-5df9b42bce7652a08a62.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.147701) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunklanding' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.istockphoto.com/landing/assets/themes-istock-d7c5c0b1d16c86f8bd98.js:1) strict preventsyield
(166.147827) [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/2291-dd1a562beb405dad5d14.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(166.147915) [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/src-react-components-istock-AINewFeaturesHero-AINewFeaturesHero-tsx-ce56f085b560d8a32814.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.147996) [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/5781-df88162818f7f85b2320.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(166.149161) [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/2430-f17c7d54f22ffc7c328c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(166.149280) [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-2db401655c1539e29f69.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.150730) [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-e2394d314266bbfc715a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.151937) [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-1bf6957a3ee72efbb73e.js:1) preventsyield
(166.152161) [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/9417-9f3764a52646315ae322.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.153490) [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-c75039bb038815b74dab.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.155153) [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-a17316e590b831474137.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.157903) [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-223b3f4aaf86030036fb.js:1) preventsyield
(166.158111) [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/1518-b3a72f27f6253859520a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(166.158292) [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-02526ad6432a04a17580.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(166.158434) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/Flags-GBR-fb557de36d2c0e159e49.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(166.158564) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/icons-app_store_badges-en-us-cead7c9cedecc9624e8b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(166.158695) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 1)
    at [anon] (https://www.istockphoto.com/components/global-nav/static/icons-play_store_badges-en-us-81a12e355de2c7ebebbe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(167.596330) [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
(169.769764) [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.6b576d7a6b1a66b16a24.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.770165) [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.b32b5890c70fc6248fe5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.770300) [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.253ce4db91955f6cee66.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.770700) [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.1bb7696ee03e17d363b0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.770816) [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.58f6e5b9d7b4d27a481e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.770920) [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.0620e93481f1cd761060.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.771006) [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.454075bd17d478fe6a59.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.771273) [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.b533e12952c253614bc8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.771384) [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.19705130e01f7e381ee8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.771548) [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.509e8b0e3c9ea301fd97.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.771652) [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.0f97ef2fb4f67f5cd8ac.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.771835) [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.ad12c134816a48a366a4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.771988) [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.fcccb32c0648bb081856.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.772061) [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.e09e2b98da94ddb80ab4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.772582) [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.7123af65d92485f1cb75.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.773194) [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.ffe9037a81abf15f6b5b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.773383) [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.bb814d62e96f74757bde.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.773480) [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.bd4b5350db4710a02313.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.773794) [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.e958dd8664c7c5831e5f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.774558) [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.cbb69781a39b48c54fcf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.774816) [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.06dcc04ce9164c2ef2fe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.774932) [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.bfb80a91f451c405a8aa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.775050) [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.b8c9f7eef63ab8a4a370.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.775523) [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.c1fa0072c53d4e964c8a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.775761) [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.3386d322eefbbd5bea5a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.775916) [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.5ccb78c24b05b7f074f1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.776074) [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.cd55917a7100df2aff43.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.776242) [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.1034033cb12e3e1a49ac.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.776366) [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.b35c3c10890f9362de57.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.776544) [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.4519cef64a7baaf7b395.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.776694) [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.89487479bf4feeb563d9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(169.776802) [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.bd6282335422db7fce31.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.776985) [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.ce2d9f6a83b205915438.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.777161) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-vendor-date-fns.0b59cab5f0d70df00934.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.777300) [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-billboard-canvas.c328b62a1a353e274d99.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.777490) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-billboard.9a08e165c31323d81f3c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.777639) [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.75e1dbe8b006c4530948.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.778153) [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.38e2cfe20765a75bacd8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.778664) [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.a686da215b5d2081e9bb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.778748) [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.c8bd73298a1d7a4d9b8d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.779329) [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.0de8aa71b1267b363ee3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.779750) [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.4af8aa9b9ba55373d579.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(169.994130) [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.7bf73ac687855b4f406c.legacy.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(170.499564) [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.7f5178dbc3d4254bd515.legacy.js:1) preventsyield
(170.515420) [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.057dc66bbd7e791dd8d4.legacy.js:1) strict
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.057dc66bbd7e791dd8d4.legacy.js:1) strict
    at eval (https://static.files.bbci.co.uk/core/bundle-pwa.057dc66bbd7e791dd8d4.legacy.js:1) preventsyield
(173.971124) [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
(174.121702) [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
(174.121986) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:10)
    at [anon] (?inline script?:10)
    at eval (?inline script?:2) preventsyield
(174.123691) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:23)
    at eval (?inline script?:1) preventsyield
(174.567887) [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.185.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(174.621432) [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
(174.699210) [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
(174.716436) [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.185.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(174.900146) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at y (https://images-na.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:12)
    at heroBtf (?inline script?:5)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(175.004129) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|715rQp6LqfL.js,01QvReFeJyL.js,01phmzCOwJL.js,01eOvPdxG7L.js,71FU7cCAczL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31NSDarX4TL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&yjTDIXls:823)
    at [anon] (?inline script?:23)
    at [anon] (https://images-na.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|715rQp6LqfL.js,01QvReFeJyL.js,01phmzCOwJL.js,01eOvPdxG7L.js,71FU7cCAczL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31NSDarX4TL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&yjTDIXls:823)
    at eval (https://images-na.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|715rQp6LqfL.js,01QvReFeJyL.js,01phmzCOwJL.js,01eOvPdxG7L.js,71FU7cCAczL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31NSDarX4TL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&yjTDIXls:823) preventsyield
(175.307404) [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
(175.308195) [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
(175.308350) [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
(175.308601) [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
(175.556030) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 4)
    at [anon] (https://geo2.dailymotion.com/player/xtv3w.js?GK_PV5_INFOPACK_ENABLED_ONSITE=1:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(175.581389) [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.b834bdbdd6073b80ba69.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(175.612226) [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.905959) [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.142095) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.google.es/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203)
    at eval (https://www.google.es/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203) preventsyield
(176.538310) [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.759469) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.google.com.br/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203)
    at eval (https://www.google.com.br/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203) preventsyield
(177.019254) [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
(177.019954) [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
(177.179972) [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-dda208c69753a984f49c.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(177.220382) [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-2ff97d712c408e33eb5a.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(177.220451) [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
(178.480540) [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
(178.684979) [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/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:624)
    at [anon] (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:170)
    at [anon] (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:625)
    at eval (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:1113) preventsyield
(178.739485) [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
(178.743317) [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
(179.045580) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'jQuery' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://static.mediafire.com/js/master_121931.js:10) preventsyield
(179.147033) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:365)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-53LP4T:637) preventsyield
(179.147501) [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
(179.150022) [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
(179.150625) [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
(179.209793) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:294)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-829541-1:519) preventsyield
(179.422412) [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/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:624)
    at [anon] (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:170)
    at [anon] (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:625)
    at eval (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:1113) preventsyield
(179.634173) [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
(181.803555) [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
(182.500312) [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
(182.527636) [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-dbed2bd4a49949c196d2.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(182.568744) [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-4929c213a1dd5718cc03.js:1) preventsyield
(182.571278) [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-a3c2815ce775a7f50888.js:1) strict
    at [anon] (https://www.cloudflare.com/webpack-runtime-a3c2815ce775a7f50888.js:1) strict
    at eval (https://www.cloudflare.com/webpack-runtime-a3c2815ce775a7f50888.js:1) preventsyield
(182.573050) [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
(185.103259) [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
(186.337076) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.google.de/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203)
    at eval (https://www.google.de/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203) preventsyield
(189.771843) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(189.772951) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(189.773093) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(189.779705) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 2 (capture) requires a bool
    at [anon] (event_target.c:228) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:43)
    at [anon] (?inline script?:43)
    at Z (?inline script?:54)
    at [anon] (?inline script?:57)
    at eval (?inline script?:57) preventsyield
(189.779899) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(189.995128) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'match' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1) tailcall
    at [anon] (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1) tailcall
    at [anon] (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1) strict
    at l (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1)
    at r (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1)
    at eval (https://m.media-amazon.com/images/S/sash/lCrqXYG9ep9uEMG.js:1) preventsyield
(191.004260) [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
(191.630029) [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?:2) preventsyield
(191.630473) [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
(191.630668) [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
(191.630878) [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
(191.633185) [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
(191.633361) [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
(191.633471) [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
(191.633965) [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
(191.634109) [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
(191.634300) [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
(191.634414) [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
(191.635093) [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
(191.635281) [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
(191.706794) [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
(191.710377) [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
(191.710522) [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
(191.725363) [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
(192.554359) [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
(192.555470) [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-1bdfb9d64a34c586.js:1) strict
    at eval (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/webpack-1bdfb9d64a34c586.js:1) preventsyield
(192.603480) [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
(192.604196) [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-43856c4d9fe2998e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.604241) [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-dc5d45f2a549d4dd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.604272) [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
(192.629372) [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-0260113c73e967c7.js:1) preventsyield
(192.676475) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 23)
    at [anon] (https://dqpnq362acqdi.cloudfront.net/_next/static/chunks/7317-5c06232bad053404.js:23) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.684521) [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-af09006a754309fa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.686697) [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/3322-cb441c5c0fb4fd0f.js:1) preventsyield
(192.687161) [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-01ca6e8f8bbf4e9a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.687242) [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/5079-cdb6c91e6547ab53.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.695932) [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/3433-0f65c868b512e0a0.js:1) strict preventsyield
(192.696092) [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-8aacff3350b87319.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696138) [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/5230-2fc9935f74807278.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696195) [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/9437-804c83fd3979cf70.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696270) [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/8594-d3a3048b1de5bed6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696318) [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/5033-3383278dde9aa7e7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696354) [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-74dacd75cbcffba9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696401) [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/8624-9a9e8a92fa517260.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696445) [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/420-c304ee551f9ac6ee.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696473) [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-108fb0bef1d3b0b7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.696532) [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-d04264f75b1be621.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(192.700156) [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/p7MBvCOvtnpWwoKpVFYTk/_buildManifest.js:1) preventsyield
(192.700209) [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/p7MBvCOvtnpWwoKpVFYTk/_ssgManifest.js:1) preventsyield
(195.017068) [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://d3dtw1sz7pzl52.cloudfront.net/IMDbEmbeddableStaticDistProd/2024-09-05_18-45-19/announcement-widget/v1.1/static/js/main.4734dfd3.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(196.956495) [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
(196.968101) [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
(197.634657) [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/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:624)
    at [anon] (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:170)
    at [anon] (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:625)
    at eval (https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js:1113) preventsyield
(200.960454) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 7)
    at [anon] (https://static.hugedomains.com/js/hdv3-js/script.js?aa=2022-10-32:7) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(201.728975) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'ActiveXObject' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at hdcl (https://static.hugedomains.com/js/hdv3-js/common.js:57)
    at eval (https://static.hugedomains.com/js/hdv3-js/common.js:62) preventsyield
(201.833573) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'forEach' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.hugedomains.com/js/hdv3-js/hd-js.js?a=20220124b:23) preventsyield
(202.007124) [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
(202.012393) [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
(202.424454) [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
(202.426328) [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
(202.426639) [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
(202.426923) [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
(202.428455) [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
(202.481762) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: argument 0 (handle) requires a number
    at [anon] (window.c:967) internal
    at [anon] () native strict preventsyield
    at [anon] (?inline script?:82)
    at [anon] (?inline script?:125)
    at [anon] (?inline script?:125)
    at [anon] (?inline script?:124)
    at Ra (?inline script?:74) construct
    at [anon] (?inline script?:130)
    at eval (?inline script?:140) preventsyield
(202.934256) [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 Ec (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:78)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:86)
    at [anon] (http://top-fwz1.mail.ru/js/code.js:91)
    at eval (http://top-fwz1.mail.ru/js/code.js:92) preventsyield
(204.333928) [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
(204.345082) [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
(204.345215) [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
(204.347373) [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
(204.348152) [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
(204.348647) [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
(204.349098) [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
(204.351011) [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
(204.351711) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'extend' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:2)
    at eval (?inline script?:5) preventsyield
(204.372269) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(204.372458) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(204.372544) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: undefined not callable66
in block "" at line: 
file: 
(204.372635) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: undefined not callable106
in block "" at line: 
file: 
(204.372789) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'retina' of undefined
in block "" at line: 
file: 
(204.373170) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(204.373419) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: cannot read property 'switchers' of undefined
in block "" at line: 
file: 
(204.373506) [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
(204.383173) [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
(204.383319) [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
(204.385867) [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
(204.386339) [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
(204.386943) [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
(204.388800) [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
(204.389246) [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
(204.393131) [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
(204.393505) [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
(204.393924) [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
(204.394373) [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
(204.394576) [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
(204.394885) [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
(204.395025) [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
(204.397468) [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
(204.397857) [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
(204.397984) [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
(204.457086) [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
(204.457271) [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
(204.457704) [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
(204.464837) [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
(204.464931) [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
(204.465508) [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
(204.790431) [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
(204.790807) [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
(204.791060) [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
(204.892700) [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
(204.892846) [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
(204.892985) [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
(204.893381) [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
(204.894327) [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
(210.164028) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 33)
    at [anon] (https://www.gstatic.com/devrel-devsite/prod/veedbeaae685ee44a03112cb16b1d4bd8e26efe964d9c2b235745fe9600d13418/developers/js/app_loader.js:33) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(214.283745) [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
(215.197924) [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.6b576d7a6b1a66b16a24.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.198232) [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.b32b5890c70fc6248fe5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.198347) [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.253ce4db91955f6cee66.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.198750) [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.1bb7696ee03e17d363b0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.198877) [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.58f6e5b9d7b4d27a481e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.198979) [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.0620e93481f1cd761060.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.199065) [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.454075bd17d478fe6a59.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.199327) [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.b533e12952c253614bc8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.199433) [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.19705130e01f7e381ee8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.199594) [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.509e8b0e3c9ea301fd97.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.199696) [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.0f97ef2fb4f67f5cd8ac.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.199877) [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.ad12c134816a48a366a4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.200029) [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.fcccb32c0648bb081856.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.200097) [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.e09e2b98da94ddb80ab4.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.200616) [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.7123af65d92485f1cb75.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.201340) [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.ffe9037a81abf15f6b5b.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.201458) [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.bb814d62e96f74757bde.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.201536) [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.bd4b5350db4710a02313.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.201838) [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.e958dd8664c7c5831e5f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.202604) [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.cbb69781a39b48c54fcf.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.202838) [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.06dcc04ce9164c2ef2fe.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.202943) [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.bfb80a91f451c405a8aa.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.203045) [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.b8c9f7eef63ab8a4a370.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.203481) [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.c1fa0072c53d4e964c8a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.203699) [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.3386d322eefbbd5bea5a.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.203838) [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.5ccb78c24b05b7f074f1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.203982) [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.cd55917a7100df2aff43.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.204133) [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.1034033cb12e3e1a49ac.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.204245) [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.b35c3c10890f9362de57.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.204411) [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.4519cef64a7baaf7b395.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.204548) [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.89487479bf4feeb563d9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(215.204646) [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.bd6282335422db7fce31.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.204828) [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.ce2d9f6a83b205915438.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.204962) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-vendor-date-fns.0b59cab5f0d70df00934.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.205104) [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-billboard-canvas.c328b62a1a353e274d99.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.205280) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://static.files.bbci.co.uk/core/bundle-billboard.9a08e165c31323d81f3c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.205415) [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.75e1dbe8b006c4530948.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.205811) [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.38e2cfe20765a75bacd8.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.206301) [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.a686da215b5d2081e9bb.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.206384) [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.c8bd73298a1d7a4d9b8d.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.206914) [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.0de8aa71b1267b363ee3.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.207283) [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.4af8aa9b9ba55373d579.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(215.417807) [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.7bf73ac687855b4f406c.legacy.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(215.921265) [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.7f5178dbc3d4254bd515.legacy.js:1) preventsyield
(215.932197) [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.057dc66bbd7e791dd8d4.legacy.js:1) strict
    at [anon] (https://static.files.bbci.co.uk/core/bundle-pwa.057dc66bbd7e791dd8d4.legacy.js:1) strict
    at eval (https://static.files.bbci.co.uk/core/bundle-pwa.057dc66bbd7e791dd8d4.legacy.js:1) preventsyield
(220.673561) [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
(220.673670) [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
(221.133623) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.paypalobjects.com/ppcmsnodeweb/core/index-039a95b9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(221.134545) [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
(221.134660) [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
(221.314906) [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-ea34b593.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(221.320533) [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-ea34b593.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(221.391551) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'React' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://www.paypalobjects.com/marketing-resources/vendors/react-18_2_0-bundle.js:9) strict
    at eval (https://www.paypalobjects.com/marketing-resources/vendors/react-18_2_0-bundle.js:9) preventsyield
(221.740478) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'WeakMap' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.paypalobjects.com/marketing-resources/vendors/emotion-react-11_1_1-bundle.js:5) strict
    at [anon] (https://www.paypalobjects.com/marketing-resources/vendors/emotion-react-11_1_1-bundle.js:5)
    at eval (https://www.paypalobjects.com/marketing-resources/vendors/emotion-react-11_1_1-bundle.js:5) preventsyield
(221.751186) [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
(222.769383) [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
(222.772928) [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/21db1f509bd3a7a0/recaptchav3.js?_sessionID=tPpasW2toXhJc3d8gzx6EA_Ab_7vzOnx:1)
    at eval (https://www.paypal.com/auth/createchallenge/21db1f509bd3a7a0/recaptchav3.js?_sessionID=tPpasW2toXhJc3d8gzx6EA_Ab_7vzOnx:1) preventsyield
(226.446287) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 165)
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-PRBZ42F:165) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(227.874215) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (https://cdn-production-opera-website.operacdn.com/staticfiles/main.164be65f15b6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(230.678590) [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
(230.762250) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:404)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-M8TJF03PT7:707) preventsyield
(233.643237) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__DEV__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.xx.fbcdn.net/rsrc.php/v3/yv/r/ewcEmI82rwc.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(233.649158) [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
(233.649317) [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
(233.653928) [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
(233.654050) [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
(233.654483) [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
(233.654845) [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
(233.654968) [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
(233.655096) [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
(233.655140) [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
(233.655199) [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
(233.657205) [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
(234.045654) [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
(234.046577) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(234.046709) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: external-scripts: error generating adfuel preload,TypeError: cannot read property 'helpers' of undefined
(234.052713) [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
(234.052990) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'inUserConsentState' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(234.326448) [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
(234.326601) [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
(234.362517) [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
(234.510785) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid range (line 20)
    at [anon] (?inline script?:20) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:88167) internal
(234.877619) [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
(237.903194) [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
(237.904685) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(237.904841) [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
(238.349118) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://cfl.dropboxstatic.com/static/metaserver/static/js/alameda_bundle/alameda_bundle_ie_en-vflaxXZTY.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(238.359570) [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
(238.359743) [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
(238.359875) [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
(238.360002) [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
(238.360123) [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
(238.360241) [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
(238.360346) [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
(238.360450) [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
(238.360544) [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
(238.360641) [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
(238.360749) [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
(238.395610) [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
(238.395699) [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
(241.420817) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__DEV__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.whatsapp.net/rsrc.php/v3/yv/r/ewcEmI82rwc.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(241.425319) [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
(241.425469) [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
(241.443608) [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
(241.443697) [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
(241.445552) [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
(241.445802) [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
(241.445885) [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
(241.445967) [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
(241.446007) [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
(241.446064) [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
(241.446590) [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
(245.741498) [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
(245.749983) [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
(247.939466) [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
(249.083144) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: unterminated statement (line 1)
    at [anon] (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(249.086341) [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
(249.096737) [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
(249.316370) [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:2474) 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:2639) strict construct
    at [anon] (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2941) strict
    at eval (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/gallium.js:2948) preventsyield
(252.645676) [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
(252.646028) [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
(252.906704) [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
(252.906790) [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
(255.085760) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://public.slidesharecdn.com/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1)
    at eval (https://public.slidesharecdn.com/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1) preventsyield
(255.087561) [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-e848cd94b5d63fb1.js:1) strict
    at eval (https://public.slidesharecdn.com/_next/static/chunks/webpack-e848cd94b5d63fb1.js:1) preventsyield
(255.123867) [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-cad9c4c2ff65dafc.js:1) strict preventsyield
(255.124434) [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-d306bf3d0469f5b6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(255.125164) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 8)
    at [anon] (https://public.slidesharecdn.com/_next/static/chunks/pages/_app-bfc46cf79609a561.js:8) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(255.125670) [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/index-63404ad388080f72.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(255.125960) [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/1017f22e6eaec072ffd1f2e5ffb78d3b5840549b/_buildManifest.js:1) preventsyield
(255.125997) [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/1017f22e6eaec072ffd1f2e5ffb78d3b5840549b/_ssgManifest.js:1) preventsyield
(261.146450) [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
(261.884751) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.google.co.uk/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203)
    at eval (https://www.google.co.uk/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203) preventsyield
(265.503138) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: Error in adding TTJSStart marker
(265.508088) [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
(267.619308) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.msn.com/staticsb/statics/latest/oneTrust/1.9/scripttemplates/otSDKStub.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(268.631950) [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.9fca8ead5b25c9e61efd.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(268.632721) [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
(268.632901) [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
(268.633010) [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
(269.660450) [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.ae2034387eb3f33c4b62.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(270.729969) [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.8828f949f422a83252ed.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(271.764390) [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.08af035ca71f6fbced69.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(272.130929) [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.71cb2e36b2afa92ae200.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(273.648683) [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
(274.880765) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.google.co.jp/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203)
    at eval (https://www.google.co.jp/xjs/_/js/k=xjs.hp.en.wefH3-8lxOY.O/am=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAMAcAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAIAD8R0BgABYBACAFw/d=1/ed=1/dg=3/rs=ACT90oFn0PjmBlny7bLI43sWK-iIv6jWuA/m=sb_he,d:203) preventsyield
(277.930666) [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
(278.458373) [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
(278.458685) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:10)
    at [anon] (?inline script?:10)
    at eval (?inline script?:2) preventsyield
(278.460310) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:23)
    at eval (?inline script?:1) preventsyield
(278.532752) [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
(278.580622) [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
(278.820068) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at y (https://images-fe.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:12)
    at heroBtf (?inline script?:5)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(278.931970) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71pWR0btzEL.js,01GCq4sIUxL.js,01UpfDrdeYL.js,01eOvPdxG7L.js,71LmM+gec6L.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&tgAiVKjN:818)
    at [anon] (?inline script?:23)
    at [anon] (https://images-fe.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71pWR0btzEL.js,01GCq4sIUxL.js,01UpfDrdeYL.js,01eOvPdxG7L.js,71LmM+gec6L.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&tgAiVKjN:818)
    at eval (https://images-fe.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|71pWR0btzEL.js,01GCq4sIUxL.js,01UpfDrdeYL.js,01eOvPdxG7L.js,71LmM+gec6L.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&tgAiVKjN:818) preventsyield
(282.147676) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:301)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-T3SK6H7:517) preventsyield
(287.256433) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:294)
    at eval (https://www.googletagmanager.com/gtag/js?id=UA-49752572-1:519) preventsyield
(287.353031) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'state' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://line.me/app.js:2) strict
    at [anon] (https://line.me/app.js:2) strict
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    at [anon] (https://line.me/app.js:2) strict
    at c (https://line.me/webpack-runtime.js:1)
    [...]
(288.602084) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:295)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5CBCNW2:561) preventsyield
(289.046927) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'length' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://search.usa.gov/assets/sayt_loader.js:5) tailcall
    at eval (https://search.usa.gov/assets/sayt_loader.js:5) preventsyield
(289.256953) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'offsetTop' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:1052)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://code.jquery.com/jquery-migrate-1.4.1.min.js:2)
    at [anon] (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:471) construct
    at [anon] (https://code.jquery.com/jquery-2.2.4.min.js:2)
    at [anon] (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:1055)
    at eval (https://www.nih.gov/sites/default/files/js/js_9sGTPBGcOGZjLiSLGrYEnuUf8VdvLmL_DEZNNNbnHXk.js:1080) preventsyield
    [...]
(289.310308) [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
(289.393756) [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)
    [...]
(289.445506) [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
(289.562738) [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
(290.400667) [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
(290.415138) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'getAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://gateway.foresee.com/sites/nih-gov/production/gateway.min.js:7)
    at [anon] (https://gateway.foresee.com/sites/nih-gov/production/gateway.min.js:7)
    at eval (https://gateway.foresee.com/sites/nih-gov/production/gateway.min.js:7) preventsyield
(291.884506) [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.185.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at [anon] (?inline script?:51) strict
    at eval (?inline script?:51) preventsyield
(292.533924) [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.314ec15f8b5b0ac527f1.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(292.564653) [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.a2acbeba618b1f515b17.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(292.576907) [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
(292.607879) [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
(292.629872) [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
(293.279868) [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/default/v/1725614479333/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/default/v/1725614479333/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/default/v/1725614479333/app.js:1) strict
    at o (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/default/v/1725614479333/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/default/v/1725614479333/app.js:1)
    at o (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/default/v/1725614479333/app.js:1)
    at [anon] (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/default/v/1725614479333/app.js:1)
    at eval (https://interactive.guim.co.uk/atoms/thrashers/2022/05/multi-newsletter-1/default/v/1725614479333/app.js:1) preventsyield
(295.116927) [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
(295.116970) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://assets.guim.co.uk/javascripts/commercial/f9d5e759c185d3214bf6/graun.standalone.commercial.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(295.117023) [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.314ec15f8b5b0ac527f1.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(295.117045) [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.f54bab271e3d946275cf.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(295.371881) [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
(295.383771) [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
(295.385140) [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
(295.385699) [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
(295.386626) [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
(295.387172) [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
(295.397545) [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
(295.403304) [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
(295.403854) [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
(295.796836) [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
(296.405156) [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
(296.579655) [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
(296.586273) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 10)
    at [anon] (?inline script?:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(296.909997) [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
(296.910229) [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
(296.910422) [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
(296.910509) [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
(296.911534) [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
(296.916174) [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
(296.917285) [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
(296.918431) [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
(296.936935) [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
(297.120584) [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
(297.198127) [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
    [...]
(297.292608) [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.185.js:1) strict construct
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at eval (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) preventsyield
(297.315560) [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
(297.337366) [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
(297.368106) [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
(297.370813) [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.20.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) strict
    at e (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-loader-2.7.20.js:1) preventsyield
(297.372252) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://consent.cmp.oath.com/version/6.4.1/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(297.402754) [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)
    [...]
(297.405631) [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.fe9b7e76f465982f4c53fa4f1153ad7f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(297.405686) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.114.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(297.412235) [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
(297.414735) [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
(297.420575) [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.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1)
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) strict
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) strict
    at t (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) tailcall
    at [anon] (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1)
    at eval (https://s.yimg.com/aaq/wf/wf-video-3.2.1.js:1) preventsyield
(297.421363) [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
(297.422206) [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
(297.423476) [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
(297.425918) [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
(297.429101) [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
(297.431148) [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
(297.432709) [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
(297.435277) [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
(297.436263) [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
(297.442406) [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
(297.444790) [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
(297.447420) [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
(297.448945) [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
(297.450533) [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
(297.451437) [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
(297.453675) [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
(297.455055) [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
(297.457595) [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
(297.462677) [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
(297.464162) [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
(297.465880) [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
(297.465964) [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/bbe43f5.caas-news_web.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(297.467078) [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
(297.479112) [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
    [...]
(306.437205) [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
(306.590748) [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:50) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:52) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:52) preventsyield
(307.554797) [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
(307.554880) [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
(307.554917) [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
(307.554954) [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
(307.555014) [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/vrN7-ZFB.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(307.555065) [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.google.com/photos/assets/UmRLVP0Q.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(307.555218) [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
(307.555334) [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
(307.555365) [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/k6LUST7y.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(307.555389) [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
(307.555413) [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
(307.555436) [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/fVmQqX1_.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(307.555458) [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/x8xzbJtR.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(307.555483) [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/sigRH9fx.min.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(307.555588) [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
(311.881418) [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_7BnurM_FXi5VYKxwyoda8S5HRbh9rIyZcCpUJuFA7Xc.js?scope=footer&delta=0&language=en&theme=ewcms_theme&include=eJxti1sOwjAMBC9U6JEsNzXByIkj22nJ7QHxEhJ_uzO7SrDTEqri82q9oRzf_eAFLURxJZuUIM5UaE5amlaqAcKLoQ2gPvnwoDIv6PRd0jXIKgr4lr-0GdeYaE_FX-TEJCt81py0_vhnxrsbwcn_uBhNs2E7j1-ZwLtt9KalS7BwzR3l9bw4CD5AJqiUNRiDtd4AUH5vOw:12) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(311.980504) [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_fjO3MNymhmVMR5RRaot_IZV71krgTUpcW34eSYffwHA.js?scope=footer&delta=2&language=en&theme=ewcms_theme&include=eJxti1sOwjAMBC9U6JEsNzXByIkj22nJ7QHxEhJ_uzO7SrDTEqri82q9oRzf_eAFLURxJZuUIM5UaE5amlaqAcKLoQ2gPvnwoDIv6PRd0jXIKgr4lr-0GdeYaE_FX-TEJCt81py0_vhnxrsbwcn_uBhNs2E7j1-ZwLtt9KalS7BwzR3l9bw4CD5AJqiUNRiDtd4AUH5vOw:4) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(312.021183) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'jQuery' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://european-union.europa.eu/sites/default/files/js/js_ITCzdPnHpbtlUwzjd9xe06fiX__zhdrvKU7nalbXHC8.js?scope=footer&delta=4&language=en&theme=ewcms_theme&include=eJxti1sOwjAMBC9U6JEsNzXByIkj22nJ7QHxEhJ_uzO7SrDTEqri82q9oRzf_eAFLURxJZuUIM5UaE5amlaqAcKLoQ2gPvnwoDIv6PRd0jXIKgr4lr-0GdeYaE_FX-TEJCt81py0_vhnxrsbwcn_uBhNs2E7j1-ZwLtt9KalS7BwzR3l9bw4CD5AJqiUNRiDtd4AUH5vOw:2) preventsyield
(312.300911) [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
(313.340382) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 830)
    at [anon] (https://ec.europa.eu/wel/surveys/wr_survey03/js/main.js?959200:830) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(318.297650) [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 ei (?inline script?:1)
    at eval (?inline script?:1) preventsyield
(318.401764) [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
(318.402668) [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
(318.403485) [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
(318.403585) [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
(318.407563) [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
(318.428872) [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
(318.429737) [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
(318.981842) [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
(321.429704) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://www.nytimes.com/vi-assets/static-assets/vendor-2988a9e82642680fd3f1.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(321.621975) [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-5e66f2ad966aebc37bb7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(321.626788) [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-366cfdd1dfcbae1f7bc9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(321.748257) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:403)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-P528B3&gtm_auth=tfAzqo1rYDLgYhmTnSjPqw&gtm_preview=env-130&gtm_cookies_win=x:812) preventsyield
(321.748796) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__launchpadLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at a (https://launchpad-wrapper.privacymanager.io/9fab0bf6-df63-42ca-acc5-caf4de668f40/launchpad-liveramp.js:1)
    at [anon] (https://launchpad-wrapper.privacymanager.io/9fab0bf6-df63-42ca-acc5-caf4de668f40/launchpad-liveramp.js:1)
    at eval (https://launchpad-wrapper.privacymanager.io/9fab0bf6-df63-42ca-acc5-caf4de668f40/launchpad-liveramp.js:1) preventsyield
(325.727326) [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
(325.850844) [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
(325.851910) [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
(327.064795) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 2)
    at [anon] (https://script.hotjar.com/modules.6e8cbd39caed17f0d1c0.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(327.165114) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1:411)
    at eval (https://www.googletagmanager.com/gtag/js?id=G-BS4Q6LCGB1:731) preventsyield
(328.918255) [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
(330.460849) [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
(330.461195) [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
(330.461242) [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
(330.604829) [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.cbe1715ecb0a13df6a3a.js:7) strict
    at [anon] (https://h.jsuol.com.br/assets/?loadComponent=Media&contentType=js&scope=assets&asset=/vendors~9c5b28f6.cbe1715ecb0a13df6a3a.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.d687902c0eb5071dff75.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.cbe1715ecb0a13df6a3a.js:7) preventsyield
(331.899532) [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/m202409130501/pubads_impl.js:33) preventsyield
(344.157210) [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
(344.483269) [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
(344.506104) [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
(344.506336) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:10)
    at [anon] (?inline script?:10)
    at eval (?inline script?:2) preventsyield
(344.507626) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 0 of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (?inline script?:23)
    at eval (?inline script?:1) preventsyield
(344.553029) [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
(344.575604) [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.185.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(344.810291) [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.185.js:1) strict
    at [anon] (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at slice (https://s.yimg.com/cx/hp-viewer/desktop_1.11.185.js:1) strict
    at b (?inline script?:15) tailcall
    at [anon] (?inline script?:21)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(344.857803) [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
(344.987826) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:8)
    at y (https://images-eu.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:9)
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/31IkFoRynML.js?AUIClients/AmazonGatewayHerotatorJS:12)
    at heroBtf (?inline script?:5)
    at n (?inline script?:21)
    at [anon] (?inline script?:23)
    at [anon] (?inline script?:24) preventsyield
(345.096047) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|715rQp6LqfL.js,01A8CUOyW-L.js,01DrNTYt+RL.js,01eOvPdxG7L.js,71jMn32b1jL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&11fidZp0:823)
    at [anon] (?inline script?:23)
    at [anon] (https://images-eu.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|715rQp6LqfL.js,01A8CUOyW-L.js,01DrNTYt+RL.js,01eOvPdxG7L.js,71jMn32b1jL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&11fidZp0:823)
    at eval (https://images-eu.ssl-images-amazon.com/images/I/411x8BHUrFL._RC|715rQp6LqfL.js,01A8CUOyW-L.js,01DrNTYt+RL.js,01eOvPdxG7L.js,71jMn32b1jL.js,41jBieyCvYL.js,01wXnKULArL.js,01+pnQJuQ0L.js,21S7jO9Y-sL.js,41IkWp2Oe7L.js,51Wf+1TXw2L.js,31J-NEfNY0L.js,11lEMI5MhIL.js,31+UifI0MIL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&11fidZp0:823) preventsyield
(345.501491) [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
(345.502830) [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
(345.503202) [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
(345.505198) [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
(346.522156) [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://at.adtech.redventures.io/lib/dist/prod/bidbarrel-cnet-rv.min.js:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(346.668841) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at t (https://c.amazon-adsystem.com/aax2/apstag.js:2) strict construct
    at t (https://c.amazon-adsystem.com/aax2/apstag.js:2) strict construct
    at [anon] (https://c.amazon-adsystem.com/aax2/apstag.js:2) strict
    at eval (https://c.amazon-adsystem.com/aax2/apstag.js:2) preventsyield
(346.673034) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict
    at h (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) strict
    at eval (https://www.cnet.com/ext/onetrust/scripttemplates/otSDKStub.js:1) preventsyield
(346.678752) [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
(346.702548) [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/bc7336a.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.712027) [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/5c66499.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.723173) [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/6511214.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(346.731914) [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/106b075.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.733393) [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/c9d0af3.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(346.735801) [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/a8a8b73.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.737156) [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/dc977aa.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.740545) [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/aa3ea06.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.746430) [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/20bd77c.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.750392) [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/7d45000.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(346.754818) [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/17a0faa.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.758945) [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/49d62a9.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.760129) [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/f93c8cf.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.761983) [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/5b58552.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.764556) [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/23a6491.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(346.768137) [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/bd757b4.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(346.868591) [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/d35ce0d.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(346.881892) [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/5799890.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(346.895241) [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/1124640.modern.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(347.045159) [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/add7dfe.modern.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(347.963539) [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
(348.012743) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at h (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at eval (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) preventsyield
(348.844403) [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/m202409130501/pubads_impl.js:33) preventsyield
(349.180482) [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
(349.217356) [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
(349.260045) [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
(349.293883) [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
(351.184295) [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
(351.308069) [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
(351.457393) [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
(351.838921) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:377)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-KXQQWDG:769) preventsyield
(351.839010) [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/34.417696.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(351.839040) [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.3035f7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(352.651701) [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.6mvm8Zxu3c8.es5.O/am=oGA27f_vC2YBEg/d=1/excm=_b,_tp,homeview/ed=1/dg=0/wt=2/ujg=1/rs=AOaEmlGm9f6W6toWKJfivEPJGdzvBvM2RA/m=_b,_tp:1) strict preventsyield
(353.488655) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 13)
    at [anon] (?inline script?:13) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(353.489415) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 2)
    at [anon] (?inline script?:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(356.224326) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.bloomberg.com/8FCGYgk4/captcha/captcha.js?a=c&m=0:2) preventsyield
(356.260153) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 188)
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-MNTH5N:188) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(357.459756) [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
(357.811350) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.116.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(357.811868) [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
(357.815661) [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
(357.822611) [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
(357.846944) [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
(358.137909) [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.37b6c2896260a283.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1)
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/wafer-core.37b6c2896260a283.js:1) tailcall
    [...]
(358.171369) [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
(358.193665) [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
(358.233700) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'CAAS_AOLCOM' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.dc8b92253d1c8834.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/utils.dc8b92253d1c8834.js:1) preventsyield
(358.279823) [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
(358.284796) [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
(358.290577) [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
(358.310263) [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
(358.321119) [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
(358.340069) [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
(358.359616) [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
(358.362436) [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
(358.382205) [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
(358.384072) [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
(358.389781) [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
(358.396727) [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
(358.398728) [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
(358.434199) [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
(358.481080) [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.212a676682eae662.js:1) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.212a676682eae662.js:1) strict tailcall
    at e (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.212a676682eae662.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.212a676682eae662.js:1) strict tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.212a676682eae662.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/special_event.212a676682eae662.js:1) preventsyield
(358.502941) [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
(358.527581) [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.a48d3a59ca7f0315.js:1) strict
    at m (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.a48d3a59ca7f0315.js:1) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.a48d3a59ca7f0315.js:1) strict construct
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.a48d3a59ca7f0315.js:1) strict
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.a48d3a59ca7f0315.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.a48d3a59ca7f0315.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/gam.a48d3a59ca7f0315.js:1) preventsyield
(358.568104) [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
(358.628542) [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.3aa77b28c9477a38.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/dl.3aa77b28c9477a38.js:2) preventsyield
(358.661780) [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
(358.689638) [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
(358.732748) [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.d0afcc15abc2df95.js:1)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.d0afcc15abc2df95.js:1) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.d0afcc15abc2df95.js:1)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/stream.d0afcc15abc2df95.js:1) preventsyield
(358.765981) [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
(358.781511) [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
(358.798602) [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
(358.830359) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol wellknown '?Symbol.iterator?'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.1b3189b26e1537c1.js:2) strict
    at n (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.1b3189b26e1537c1.js:2) strict tailcall
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.1b3189b26e1537c1.js:2) strict construct
    at t (https://s.aolcdn.com/caas-assets-production/assets/v1/newsletter_signup.1b3189b26e1537c1.js:2) strict construct
    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
(358.954904) [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.9728adca315bcc16.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.9728adca315bcc16.js:2) tailcall
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.9728adca315bcc16.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/weather.9728adca315bcc16.js:2) preventsyield
(359.065233) [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.8059c5c8f75ed709.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2)
    at [anon] (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2) strict
    at r (https://s.aolcdn.com/caas-assets-production/assets/v1/news.8059c5c8f75ed709.js:2)
    [...]
(359.098597) [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
(359.149861) [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.5ade8ebe9fa2151d.js:2)
    at eval (https://s.aolcdn.com/caas-assets-production/assets/v1/aol_header.5ade8ebe9fa2151d.js:2) preventsyield
(359.150544) [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
(359.150794) [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
(359.177620) [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)
    [...]
(359.178714) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://consent.cmp.oath.com/version/6.4.1/cmp.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(360.495430) [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
(360.924773) [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.d7329bb28a0a9092a8be022c7e49168e.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.prelaunch.min.d7329bb28a0a9092a8be022c7e49168e.js:6) preventsyield
(361.135883) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 5)
    at [anon] (https://assets.adobedtm.com/3dc13bcabc29/e1d3c7e41fac/launch-c1f03f5b4bc6.min.js:5) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(361.136382) [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
(361.136422) [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
(361.471486) [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.35a4163366f914080998d13d247dace0.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.preload.min.35a4163366f914080998d13d247dace0.js:10) preventsyield
(361.501173) [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
(362.041080) [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.c6809a5de6d4a80d1bea812a9e962570.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:8) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:1)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:1) strict
    at n (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/clientlibs-jetstream.c6809a5de6d4a80d1bea812a9e962570.js:1)
    [...]
(362.041882) [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
(362.175541) [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
(362.175651) [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
(362.175716) [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
(362.281202) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 6)
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.vendor.min.9d575e40b47d6eb3bca7a7f99a1a5bb5.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(362.376274) [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.d2fd5e4859022cb28269.js:28) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(362.615677) [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.a7e55f0b47e8f595e91908f53671adc1.js:9) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.designkit.min.a7e55f0b47e8f595e91908f53671adc1.js:14) preventsyield
(362.616265) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.homepage.min.e17a71ecafde02df0e91ee13e22ccd8f.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.homepage.min.e17a71ecafde02df0e91ee13e22ccd8f.js:6) preventsyield
(362.617945) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.accordions.min.9b0d44e4f388f28f96843131d202ba4f.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.accordions.min.9b0d44e4f388f28f96843131d202ba4f.js:6) preventsyield
(362.619054) [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.e8b0742d0eb1fe24be0554894bb3f205.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.banners.min.e8b0742d0eb1fe24be0554894bb3f205.js:6) preventsyield
(362.620210) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: undefined not callable (property 'matchMedia' of [object Object])
    at [anon] (content/handlers/javascript/duktape/duktape.c:69014) internal
    at [anon] (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.game-grid.min.b1ee6a82bdccf902048b950492224c86.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.game-grid.min.b1ee6a82bdccf902048b950492224c86.js:6) preventsyield
(362.621309) [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.781a4e7674de72bd9f7e3a0824044fbf.js:6) strict
    at eval (https://www.playstation.com/etc.clientlibs/global_pdc/clientlibs/auto-clientlibs/pdc.tabs.min.781a4e7674de72bd9f7e3a0824044fbf.js:6) preventsyield
(362.622126) [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.playstation.com/.well-known/sbsd?v=5e5ccb01-d031-bbac-170c-81e071700217:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(362.882119) [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
(372.648799) [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
(373.761484) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'XMLHttpRequest' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at L (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at U (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at [anon] (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at [anon] (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1)
    at eval (https://cf.bstatic.com/libs/privacy-consent/releases/2.1.55/customer/cookie-banner.min.js:1) preventsyield
(373.763035) [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
(375.821903) [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
(378.030397) [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/6b2a18c90c1054307ecd0e18d1a82b4186c19a45.js:24) strict
    at [anon] (https://cf.bstatic.com/static/js/main_cloudfront_sd/6b2a18c90c1054307ecd0e18d1a82b4186c19a45.js:24) strict
    at eval (https://cf.bstatic.com/static/js/main_cloudfront_sd/6b2a18c90c1054307ecd0e18d1a82b4186c19a45.js:24) preventsyield
(378.039296) [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/6b2a18c90c1054307ecd0e18d1a82b4186c19a45.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/6b2a18c90c1054307ecd0e18d1a82b4186c19a45.js:4)
    [...]
(379.150764) [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
(379.152920) [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/379d5866060ea6952453692060b314036995716b.js:1)
    at r (https://cf.bstatic.com/static/js/index_cloudfront_sd/379d5866060ea6952453692060b314036995716b.js:1) preventsyield
(384.793903) [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)
    [...]
(384.810263) [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
(389.812842) [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
(389.812982) [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
(391.417103) [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
(392.476354) [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
(392.495552) [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
(395.676710) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 35)
    at [anon] (https://tms.oracle.com/main/prod/utag.sync.js:35) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(395.678547) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid token (line 1)
    at [anon] (?inline script?:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(395.681885) [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
(397.028053) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: unexpected type
    at [anon] (content/handlers/javascript/duktape/duktape.c:22666) internal
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1)
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js:1) preventsyield
(397.034536) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/935.0da19d66b57ead4c.js:1) preventsyield
(397.036019) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/801.bdfa782e92db0b7e.js:1) strict preventsyield
(397.036781) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/730.1e799e97c20f735d.js:1) strict preventsyield
(397.037602) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/928.a3751fd28a9452d0.js:1) strict preventsyield
(397.039450) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/296.90d055a874ecdca5.js:1) strict preventsyield
(397.043973) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/73.b3bc4d0bdb05472a.js:1) preventsyield
(397.045002) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/webpack-5e4aebed0045e22d.js:1) strict
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/webpack-5e4aebed0045e22d.js:1) preventsyield
(397.078731) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/framework-0c7baedefba6b077.js:1) strict preventsyield
(397.110972) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/main-88c4de7067dd255b.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(397.132947) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 6)
    at [anon] (https://www.oracle.com/product-navigator/_next/static/chunks/pages/_app-2a418569017a310f.js:6) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(397.173809) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/208-6089455fa874d255.js:1) preventsyield
(397.198208) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'webpackChunk_N_E' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/chunks/pages/product-navigator/%5B%5B...slug%5D%5D-3a60adc947f981f5.js:1) preventsyield
(397.199372) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property '__BUILD_MANIFEST' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/3.15.0/_buildManifest.js:1) preventsyield
(397.199418) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Set' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://www.oracle.com/product-navigator/_next/static/3.15.0/_ssgManifest.js:1) preventsyield
(397.206570) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'pushState' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://www.oracle.com/us/assets/metrics/ora_storyhub.js:23) preventsyield
(397.207532) [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.oracle.com/_j6ISlNXt/7G1/eUn/b0sIdRM9r8AQ/pJaOhQO5mi/S1s1AQ/Ozt/1FQJ8SyEB?v=9e577791-c210-c6dc-4d84-122f7eab0217:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:87532) internal
(401.142360) [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
(401.161817) [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
(402.469447) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/tp/f/gam-custom-host.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(402.805379) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__uspapiLocator' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at e (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at n (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2) strict
    at [anon] (https://consent.cmp.oath.com/cmpStub.min.js:2)
    at eval (https://consent.cmp.oath.com/cmpStub.min.js:2) preventsyield
(402.807646) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: invalid object literal (line 10)
    at [anon] (?inline script?:10) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72377) internal
(402.813676) [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
(402.814597) [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
(402.821591) [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
(402.828120) [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
(402.828260) [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
(402.842770) [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
(402.846825) [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
(402.847124) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'mark' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (?inline script?:2) preventsyield
(403.079442) [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
    [...]
(403.088387) [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
(403.100255) [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
(403.106221) [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.5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(403.227461) [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
(403.229484) [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
(403.271287) [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)
    [...]
(403.271371) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://s.yimg.com/aaq/benji/benji-2.1.119.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(403.273712) [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
(403.504884) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'loadOathPlayerChunk' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://yep.video.yahoo.com/oath/js/1/oath-player.js:4)
    at [anon] (https://yep.video.yahoo.com/oath/js/1/oath-player.js:4)
    at eval (https://yep.video.yahoo.com/oath/js/1/oath-player.js:4) preventsyield
(403.506283) [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
(403.508538) [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
(403.509864) [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
(403.516150) [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
(403.517778) [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
(403.519384) [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
(403.522659) [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
(403.525161) [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
(407.900474) [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://check.ddos-guard.net/check.js:1)
    at eval (https://check.ddos-guard.net/check.js:1) preventsyield
(407.949910) [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 [anon] (https://rt.com/.well-known/ddos-guard/js-challenge/view.js:1) strict
    at [anon] (https://rt.com/.well-known/ddos-guard/js-challenge/view.js:1) strict
    at eval (https://rt.com/.well-known/ddos-guard/js-challenge/view.js:1) preventsyield
(407.977194) [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://rt.com/.well-known/ddos-guard/js-challenge/index.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:91140) internal
(412.849135) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot write property 'scrollRestoration' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:61562) internal
    at [anon] (https://www.bing.com:443/rp/5WG_kDsbFabhsuv_6NwDoh2LdnI.gz.js:1)
    at eval (https://www.bing.com:443/rp/5WG_kDsbFabhsuv_6NwDoh2LdnI.gz.js:1) preventsyield
(412.862169) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property [Symbol hidden '??NETSURF_DUKTAPE_PRIVATE'] of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] () native strict preventsyield
    at eval (?inline script?:2) preventsyield
(413.888662) [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?:2) preventsyield
(413.899938) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (?inline script?:2)
    at [anon] (?inline script?:2) preventsyield
(420.836269) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property '__DEV__' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at eval (https://static.xx.fbcdn.net/rsrc.php/v3/yv/r/ewcEmI82rwc.js?_nc_x=Ij3Wp8lg5Kz:21) preventsyield
(420.842361) [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
(420.842533) [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
(420.847309) [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
(420.847436) [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
(420.847894) [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
(420.848277) [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
(420.848403) [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
(420.848527) [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
(420.848583) [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
(420.848650) [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
(420.850721) [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
(425.074567) [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.en.1081c90092ab3f07b6ec.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(426.139255) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: legouser:TypeError: cannot read property 'length' of undefined
(432.887664) [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
(434.577574) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/runtime.71663e757045f61d561e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(434.577806) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/change/design-system.fb8946a9ab75f692348f.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.577956) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/change/core.7dba511a79e830787ef7.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.578102) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/misc.8ed46f9f4862ed84a2ae.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.578239) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/runtime.06d8a86f9d6aa8779875.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.578373) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/config.5b789404d904295e5c79.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.578508) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/react.df21e858f8b118025a60.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.578639) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/change/config.6406bcfb0e1900e7b641.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.582139) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 2)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/html-parser.b7c97fc738828af4819c.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.582341) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/vendors/design-system.8aedb4123a5224cb13e9.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.582491) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/webapp-info.036087b7c254a2030f9c.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.582630) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/shared.21a5b4ff95074507ceae.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.582765) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/main.5a3dfacd6825f963e204.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(434.582899) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 1)
    at [anon] (https://assets.change.org/corgi/assets/js/c4ab508.es2015/pages/homepage.fbdfb88d592ef0e1fe37.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(437.377200) [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
(438.894644) [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-1725976688/fe/zaz-ui-t360/_js/transition.min.js:3) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(438.896798) [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?:37) preventsyield
(439.158478) [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-1724362657/fe/zaz-cerebro/prd/scripts/zaz.min.js:1) strict
    at eval (https://s1.trrsf.com/update-1724362657/fe/zaz-cerebro/prd/scripts/zaz.min.js:1) preventsyield
(440.139870) [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-1723751320/fe/zaz-3rd/videojs/video.min.js:13) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(440.447005) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://imasdk.googleapis.com/js/sdkloader/ima3.js:76)
    at [anon] (https://imasdk.googleapis.com/js/sdkloader/ima3.js:76)
    at eval (https://imasdk.googleapis.com/js/sdkloader/ima3.js:755) preventsyield
(441.482685) [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
(441.641346) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-T4ZBMQJ5&l=dataLayer:308)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-T4ZBMQJ5&l=dataLayer:549) preventsyield
(441.712607) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'pbjsChunk' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://s1.trrsf.com/update-1723751315/fe/zaz-3rd/prebid/prebid.js:12)
    at [anon] (https://s1.trrsf.com/update-1723751315/fe/zaz-3rd/prebid/prebid.js:12)
    at [anon] (https://s1.trrsf.com/update-1723751315/fe/zaz-3rd/prebid/prebid.js:12)
    at eval (https://s1.trrsf.com/update-1723751315/fe/zaz-3rd/prebid/prebid.js:40) preventsyield
(443.116690) [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/m202409130501/pubads_impl.js:33) preventsyield
(446.468167) [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
(447.149890) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: Error: Bad constructor
    at [anon] (content/handlers/javascript/duktape/dukky.c:523) internal
    at [anon] () native strict construct preventsyield
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6) strict
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:6)
    at n (https://assets.alicdn.com/g/ae-fe/global/0.0.3/index.js:1)
    [...]
(447.198557) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Promise' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1) strict
    at i (https://assets.alicdn.com/g/ae-fe/cosmos/0.0.308/pc/index.js:1)
    [...]
(447.359832) [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://assets.alicdn.com/g/??/AWSC/AWSC/awsc.js,/sd/baxia-entry/baxiaCommon.js,secdev/entry/index.js:1) strict
    at [anon] (https://assets.alicdn.com/g/??/AWSC/AWSC/awsc.js,/sd/baxia-entry/baxiaCommon.js,secdev/entry/index.js:1) strict
    at [anon] (https://assets.alicdn.com/g/??/AWSC/AWSC/awsc.js,/sd/baxia-entry/baxiaCommon.js,secdev/entry/index.js:1) strict
    at eval (https://assets.alicdn.com/g/??/AWSC/AWSC/awsc.js,/sd/baxia-entry/baxiaCommon.js,secdev/entry/index.js:1) preventsyield
(448.357662) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'screen' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://g.alicdn.com/secdev/sufei_data/3.9.14/index.js:1) preventsyield
(448.486595) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'addEventListener' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://aeis.alicdn.com/AWSC/et/1.81.8/et_n.js:10)
    at eval (https://aeis.alicdn.com/AWSC/et/1.81.8/et_n.js:10) preventsyield
(449.272196) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'React' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:1)
    at i (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:30) strict
    at i (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:6)
    at i (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:1)
    at [anon] (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:1)
    at eval (https://assets.alicdn.com/g/ae-fe/page-header-ui/0.0.37/js/index.js:30) preventsyield
(449.386035) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: parse error (line 21)
    at [anon] (https://assets.alicdn.com/g/ae-dida/home-pc/0.0.75/index.js:21) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(451.145348) [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 Ca (https://www.youtube.com/s/player/3c3d6e4f/www-widgetapi.vflset/www-widgetapi.js:128) strict
    at [anon] (https://www.youtube.com/s/player/3c3d6e4f/www-widgetapi.vflset/www-widgetapi.js:232) strict
    at Db (https://www.youtube.com/s/player/3c3d6e4f/www-widgetapi.vflset/www-widgetapi.js:188) strict
    at [anon] (https://www.youtube.com/s/player/3c3d6e4f/www-widgetapi.vflset/www-widgetapi.js:233) strict
    at eval (https://www.youtube.com/s/player/3c3d6e4f/www-widgetapi.vflset/www-widgetapi.js:233) preventsyield
(451.215738) [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/b1424af1-6654-4bd9-b413-ec04f1ed71b6/js/dgc_blog.js:15) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(451.260174) [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:50) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:52) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:52) preventsyield
(451.300261) [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/b1424af1-6654-4bd9-b413-ec04f1ed71b6/js/blog_detail.js:17) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(451.679644) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: SyntaxError: empty expression not allowed (line 25)
    at [anon] (?inline script?:25) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(451.679951) [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
(451.685177) [ERR  netsurf] desktop/browser_window.c:4619 browser_window_console_log: Bootstrap configuration error,SyntaxError: invalid json (at offset 1)
(451.685256) [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
(451.745619) [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
(454.105393) [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
(454.222271) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68:409)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68:805) preventsyield
(456.665211) [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=8c47a5ff4e9735b9:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(457.057244) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: TypeError: cannot read property 'hasAttribute' of undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:60536) internal
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at h (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict construct
    at [anon] (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) strict
    at eval (https://cdn.cookielaw.org/scripttemplates/otSDKStub.js:1) preventsyield
(457.058102) [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
(458.293473) [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://cdn.taboola.com/libtrc/condenast1-network/loader.js:1) strict
    at [anon] (https://cdn.taboola.com/libtrc/condenast1-network/loader.js:1)
    at eval (https://cdn.taboola.com/libtrc/condenast1-network/loader.js:1) preventsyield
(460.197095) [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
(460.215418) [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
(460.215454) [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
(460.224319) [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
    [...]
(460.351437) [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/3404.a8585b5b0e2be9faedbd.js:2) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(460.351498) [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/6292.5e4f8ec1186a2c31c48e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(460.351537) [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.2c0c0816dc8d5442dc7e.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(460.351808) [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/1990.5ae2278af091390d88df.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(460.351919) [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/4196.87a517c89ebd8f84cee6.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:75863) internal
(460.351963) [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/7035.4ddb466a040012704287.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(460.351996) [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.0c8eba9dda77a4a11db5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(460.352027) [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.d07df12a91c1cd167f85.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:72834) internal
(460.352050) [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.6f0ca4c28eadaf5d4175.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(460.352072) [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-6a1ccb182f51e87239c3f6016dd9b1c0.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:73991) internal
(461.538276) [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/m202409130501/pubads_impl.js:33) preventsyield
(463.852865) [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
(464.557116) [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:50) strict
    at [anon] (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:52) strict
    at eval (https://www.gstatic.com/glue/cookienotificationbar/cookienotificationbar.min.js:52) preventsyield
(464.652458) [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)
    [...]
(464.917299) [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
(465.289237) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Map' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at [anon] (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:377)
    at eval (https://www.googletagmanager.com/gtm.js?id=GTM-5LPWXZP:611) preventsyield
(465.374086) [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
(465.622569) [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
(465.821669) [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)
    [...]
(465.939045) [WARN jserrors] content/handlers/javascript/duktape/dukky.c:861 dukky_dump_error: Uncaught error in JS: ReferenceError: identifier 'Image' undefined
    at [anon] (content/handlers/javascript/duktape/duktape.c:85191) internal
    at eval (https://connect.facebook.net/en_US/sdk.js?hash=e8ec787abfdfac8353834d2664932c81:229) preventsyield
(465.957720) [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=e8ec787abfdfac8353834d2664932c81:63)
    at [anon] (https://connect.facebook.net/en_US/sdk.js?hash=e8ec787abfdfac8353834d2664932c81:225) strict preventsyield
(467.074171) [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
(467.074926) [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
(467.403180) [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
(467.948987) [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
(468.039867) [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/5.js:1) internal
    at [anon] (content/handlers/javascript/duktape/duktape.c:69548) internal
(468.133968) [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/nh24082119176031f8a0afcb42d.js:1) construct
    at eval (https://ir.ebaystatic.com/cr/v/c01/nh24082119176031f8a0afcb42d.js:1) preventsyield
(468.236687) [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/ubt24070236dd1e675d8f4e7497.js:1) preventsyield
(468.338928) [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.a4296d5e.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)[0x0000000000193e44]
/lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7fa08eb7c050]
??:?(dom_html_collection_get_length)[0x000000000021830f]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/forms.c:142(html_forms_get_forms)[0x00000000000f70e4]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/html.c:944(html_begin_conversion)[0x00000000000fa9d0]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/handlers/html/script.c:375(convert_script_sync_cb)[0x0000000000112498]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/hlcache.c:207(hlcache_content_callback)[0x000000000015fefa]
/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)[0x00000000001195a1]
/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)[0x0000000000163827]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/content/llcache.c:3691(llcache_catch_up_all_users)[0x00000000001639b0]
/var/lib/jenkins/workspace/test-long-internet/netsurf-all/netsurf/frontends/monkey/schedule.c:167(monkey_schedule_run)[0x0000000000194595]
/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)[0x7fa08eb6724a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fa08eb67305]
??:?(_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