R=mvstanton@chromium.org
Review URL: https://codereview.chromium.org/
1304363012
Cr-Commit-Position: refs/heads/master@{#30507}
-// Convert the receiver to a number - forward to ToNumber.
-function TO_NUMBER() {
- return %to_number_fun(this);
-}
-
-
-// Convert the receiver to a string - forward to ToString.
-function TO_STRING() {
- return %to_string_fun(this);
-}
-
-
/* -------------------------------------
- - - C o n v e r s i o n s - - -
-------------------------------------
/* -------------------------------------
- - - C o n v e r s i o n s - - -
-------------------------------------