Partially implementing ToNumber operation.
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user