HomeSort by relevance Sort by last modified time
    Searched refs:testThrow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/test/webkit/fast/js/kde/
exceptions.js 33 function testThrow()
122 testThrow();
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 84 function testThrow(thunk) {
100 testThrow(g);
104 testThrow(function*() { return yield* g(); });
109 testThrow(function() { return new g(); });