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.
17 lines
327 B
17 lines
327 B
12 years ago
|
/*
|
||
|
* Redeclare a global configurable accessor property, E5.1 change.
|
||
|
*
|
||
|
* XXX: currently no idea of how to test this: there are no built-in
|
||
|
* accessors like this and no way to declare one during declaration
|
||
|
* binding instantiation (which runs before any statements).
|
||
|
*/
|
||
|
|
||
|
/*---
|
||
|
{
|
||
|
"skip": true
|
||
|
}
|
||
|
---*/
|
||
|
|
||
|
/* FIXME */
|
||
|
|