Marko Lahma
|
284411b25a
Support let and const (#722)
|
5 years ago |
Marko Lahma
|
6dc9d457ef
Implement some missing Object functionality (#713)
|
5 years ago |
Marko Lahma
|
5dbdb5967c
Use JsValue for property access (#701)
|
5 years ago |
Marko Lahma
|
2289f9ca31
Enable Symbol and RegExp tests and fix issues (#693)
|
5 years ago |
Marko Lahma
|
f89886063e
Reflect & Proxy (#681)
|
5 years ago |
Marko Lahma
|
5e0b3bb917
Improve engine creation performance (#625)
|
6 years ago |
Marko Lahma
|
1f8d87a4ce
ES6 Number APIs (#574)
|
6 years ago |
Marko Lahma
|
e0701ca211
ES6 Math functions (#569)
|
6 years ago |
Marko Lahma
|
6353bb42f7
ES6 Map, Set and initial Iterators (#541)
|
7 years ago |
Marko Lahma
|
021c01a615
Add some missing new Math methods in ECMAScript 6 (#539)
|
7 years ago |
Marko Lahma
|
c6881dc92c
#451 optimize object expressions and type conversions (#521)
|
7 years ago |
Marko Lahma
|
b3b282d249
#451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor
|
7 years ago |
Marko Lahma
|
f5f432951f
Introduce IPropertyDescriptor and specialized descriptors (#461)
|
7 years ago |
Sebastien Ros
|
bd0d1d742f
Adding Symbol object
|
8 years ago |
Sebastien Ros
|
ea8b55c6ca
Using local timezone and formats for `toLocale` functions
|
10 years ago |
Sebastien Ros
|
24a479c429
Removing TypeConverter JsValue direct conversions
|
11 years ago |
Sebastien Ros
|
1227c2992f
Implementing JsValue
|
11 years ago |
Sebastien Ros
|
d88dd9569b
Defining properties
|
12 years ago |
Sebastien Ros
|
01ae03bfdf
Splitting configuration in another step
|
12 years ago |
Sebastien Ros
|
c0c320e41c
Refactoring prototype chain construction
|
12 years ago |
Sebastien Ros
|
6fe243f4eb
Fixing primitive object function calls
|
12 years ago |
Sebastien Ros
|
f5319612ca
Implementing error objects and exceptions management
|
12 years ago |
Sebastien Ros
|
00c55e2006
Applying strict mode declarative
|
12 years ago |
Sebastien Ros
|
ce475f1e1c
Implementing Number properties
|
12 years ago |
Sebastien Ros
|
738abd2740
Changing the project type to a Portable Class Library
|
12 years ago |
Sebastien Ros
|
f84eb02ef9
Adding more Array, Number, String, Boolean objects
|
12 years ago |