File: deferred_async_test_dom.html

package info (click to toggle)
aseba-plugin-blockly 20180211%2Bgit-2
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 64,472 kB
  • sloc: xml: 7,976; python: 2,314; sh: 261; lisp: 24; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<!--
  Copyright 2013 The Closure Library Authors. All Rights Reserved.
-->
<script>
  // Required for the test. Sadly we cannot set the uncompiled/compiled defines since the actual
  // _test.html file will evaluate this after goog.async.Deferred has already been loaded, and thus
  // the default value of LONG_STACK_TRACES set. And doing this in the _test.js causes a compile
  // error. This statement will be evaulated before the tests run, however, so it is still safe to
  // put here.
  goog.async.Deferred.LONG_STACK_TRACES = true;
</script>