mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
11 years ago
8 changed files with 127 additions and 4 deletions
@ -0,0 +1,18 @@ |
|||
--- !ditz.rubyforge.org,2008-03-06/issue |
|||
title: execution timeout into duk cmdline, add it to ecma262 test too |
|||
desc: "" |
|||
type: :task |
|||
component: duk |
|||
release: v0.9 |
|||
reporter: sva <sami.vaarala@iki.fi> |
|||
status: :unstarted |
|||
disposition: |
|||
creation_time: 2014-01-17 20:22:54.809246 Z |
|||
references: [] |
|||
|
|||
id: 28dc02a2c229c9687f011b47b57e8916d92dc66b |
|||
log_events: |
|||
- - 2014-01-17 20:22:54.977146 Z |
|||
- sva <sami.vaarala@iki.fi> |
|||
- created |
|||
- "" |
@ -0,0 +1,18 @@ |
|||
--- !ditz.rubyforge.org,2008-03-06/issue |
|||
title: ecma262 test result summary |
|||
desc: "" |
|||
type: :task |
|||
component: duk |
|||
release: v0.9 |
|||
reporter: sva <sami.vaarala@iki.fi> |
|||
status: :unstarted |
|||
disposition: |
|||
creation_time: 2014-01-17 20:26:02.863927 Z |
|||
references: [] |
|||
|
|||
id: 43ac31846896102276580ae8e43d2b04af3057da |
|||
log_events: |
|||
- - 2014-01-17 20:26:03.016718 Z |
|||
- sva <sami.vaarala@iki.fi> |
|||
- created |
|||
- "" |
@ -0,0 +1,33 @@ |
|||
--- !ditz.rubyforge.org,2008-03-06/issue |
|||
title: global code 'this' binding is undefined when global code is strict |
|||
desc: |- |
|||
Currently the caller is expected to provide the proper binding, and the |
|||
call handling then coerces the 'this' binding is it would for a function. |
|||
|
|||
In the non-strict case this yields the correct result even if the caller |
|||
misbehaves and provides a null/undefined as the this binding (perhaps the |
|||
calling code uses duk_call() instead of duk_call_method(), for instance, |
|||
like duk_cmdline.c used to do). |
|||
|
|||
In the strict case the 'undefined' value stands and causes various problems. |
|||
There is no problem if the caller uses duk_call_method() and pushes the |
|||
global object as the 'this' binding, and this is actually as designed. |
|||
|
|||
But perhaps this is unnecessarily brittle, and global/eval code should get |
|||
their 'this' binding disregarding the 'this' binding provided on the |
|||
value stack? |
|||
type: :task |
|||
component: duk |
|||
release: v0.9 |
|||
reporter: sva <sami.vaarala@iki.fi> |
|||
status: :unstarted |
|||
disposition: |
|||
creation_time: 2014-01-18 00:44:39.705752 Z |
|||
references: [] |
|||
|
|||
id: 65b8a608c526e37b4fd27b3e0255b462c568c450 |
|||
log_events: |
|||
- - 2014-01-18 00:44:40.513830 Z |
|||
- sva <sami.vaarala@iki.fi> |
|||
- created |
|||
- "" |
@ -0,0 +1,18 @@ |
|||
--- !ditz.rubyforge.org,2008-03-06/issue |
|||
title: runtests prologue should not break a "use strict" in the test case |
|||
desc: "" |
|||
type: :bugfix |
|||
component: duk |
|||
release: v0.9 |
|||
reporter: sva <sami.vaarala@iki.fi> |
|||
status: :unstarted |
|||
disposition: |
|||
creation_time: 2014-01-17 23:33:27.554424 Z |
|||
references: [] |
|||
|
|||
id: bf104e484a708544e37082142640d9ccd6a291e7 |
|||
log_events: |
|||
- - 2014-01-17 23:33:27.730450 Z |
|||
- sva <sami.vaarala@iki.fi> |
|||
- created |
|||
- "" |
@ -0,0 +1,18 @@ |
|||
--- !ditz.rubyforge.org,2008-03-06/issue |
|||
title: lineNumber (and fileName) of SyntaxErrors should probably reflect the source being compiled |
|||
desc: "" |
|||
type: :task |
|||
component: duk |
|||
release: v0.9 |
|||
reporter: sva <sami.vaarala@iki.fi> |
|||
status: :unstarted |
|||
disposition: |
|||
creation_time: 2014-01-17 22:01:49.236704 Z |
|||
references: [] |
|||
|
|||
id: e71a3351ef6d2fe0455e3f0befb87d5260443135 |
|||
log_events: |
|||
- - 2014-01-17 22:01:49.404640 Z |
|||
- sva <sami.vaarala@iki.fi> |
|||
- created |
|||
- "" |
Loading…
Reference in new issue