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.
24 lines
763 B
24 lines
763 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: reimplement RegExp "source" property as an accessor
|
|
desc: |-
|
|
The RegExp source could be appended to the RegExp bytecode to reduce
|
|
memory churn - RegExp bytecodes and sources are rarely very large, so
|
|
this wouldn't create large memory allocations.
|
|
|
|
This would reduce the RegExp instance property count by one, and make
|
|
RegExp.prototype.compile() polyfill easier to implement.
|
|
type: :feature
|
|
component: duk
|
|
release:
|
|
reporter: Sami Vaarala <sami.vaarala@iki.fi>
|
|
status: :unstarted
|
|
disposition:
|
|
creation_time: 2014-09-08 09:02:56.770414 Z
|
|
references: []
|
|
|
|
id: f8396fbcc36db4610fec5ad5a7d7a8f471d084a4
|
|
log_events:
|
|
- - 2014-09-08 09:02:57.010412 Z
|
|
- Sami Vaarala <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
|