mirror of
https://github.com/evilhero/mylar
synced 2024-12-26 09:36:53 +00:00
19 lines
342 B
Text
19 lines
342 B
Text
|
# TODO
|
||
|
Check Object Constructor
|
||
|
Complete list prototype
|
||
|
Fix function bind...
|
||
|
Fix regexp compile ???
|
||
|
Check prototypes:
|
||
|
String: replace, split
|
||
|
fix recursion error in special case in to_dict and to_list
|
||
|
|
||
|
Array constructor
|
||
|
|
||
|
|
||
|
escape, URL... etc
|
||
|
|
||
|
Check primitive.to_object()
|
||
|
var obj = new Number(0); var x = new Array(obj); x
|
||
|
|
||
|
Smarter import...
|