mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
858 B
26 lines
858 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: add a (non-standard) __proto__ or perhaps Duktape.proto() to write internal prototype
|
|
desc: |-
|
|
This is relied on by some code and is relatively easy to add.
|
|
|
|
The downside is that it'll then be possible to create prototype loops from
|
|
user code quite easily, which was previously not possible.
|
|
type: :task
|
|
component: duk
|
|
release: v0.11
|
|
reporter: Sami Vaarala <sami.vaarala@iki.fi>
|
|
status: :closed
|
|
disposition: :fixed
|
|
creation_time: 2014-03-28 10:18:18.219957 Z
|
|
references: []
|
|
|
|
id: 45f6e156dac61871846a707e6a56935670a83294
|
|
log_events:
|
|
- - 2014-03-28 10:18:18.539733 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2014-04-29 09:59:45.095327 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- closed with disposition fixed
|
|
- Implemented with ES6 semantics which e.g. prevent prototype loops.
|
|
|