Commit af1b9521 authored by bmeurer's avatar bmeurer Committed by Commit bot

[runtime] Remove unused TO_NUMBER and TO_STRING functions.

R=mvstanton@chromium.org

Review URL: https://codereview.chromium.org/1304363012

Cr-Commit-Position: refs/heads/master@{#30507}
parent e0241e42
......@@ -605,18 +605,6 @@ function STACK_OVERFLOW(length) {
}
// 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 - - -
-------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment