mirror of
https://github.com/evilhero/mylar
synced 2024-12-22 15:52:47 +00:00
18 lines
342 B
Text
18 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...
|