Implementation of Number built-in object and partial implementation of Number.prototype built-in object.

Fixing [[Prototype]] and [[Class]] properties of Array and String built-in objects.
This commit is contained in:
Ruben Ayrapetyan
2014-10-16 13:23:33 +04:00
parent e25f1297ff
commit c231893b28
8 changed files with 781 additions and 9 deletions
+1
View File
@@ -19,6 +19,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <float.h>
/**
* Types