Partially implementing ToNumber operation.

This commit is contained in:
Ruben Ayrapetyan
2014-07-21 20:35:44 +04:00
parent 7a0612d441
commit 9b2b248728
5 changed files with 64 additions and 6 deletions
+1
View File
@@ -28,6 +28,7 @@
extern ecma_CompletionValue_t ecma_op_check_object_coercible( ecma_Value_t value);
extern ecma_CompletionValue_t ecma_op_to_primitive( ecma_Value_t value);
extern ecma_CompletionValue_t ecma_op_to_number( ecma_Value_t value);
extern ecma_CompletionValue_t ecma_op_to_object( ecma_Value_t value);
/**