Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhuNimmo committed May 13, 2024
1 parent ef5dc58 commit 475e000
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cast/js/src/main/resources/prologue.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ Object.prototype = Object$proto$__WALA__;
/* Function properties, see spec 15.3 */
/************************************************************************/

//Function = function Function() {};

Function$proto$__WALA__ = {

constructor: Function,
Expand Down Expand Up @@ -600,8 +598,6 @@ local_string.prototype = String$proto$__WALA__;
/* Number properties, see spec 15.7 */
/************************************************************************/

//Number = function Number() {};

local_number.__proto__ = Function.prototype;

Number$proto$__WALA__ = {
Expand Down

0 comments on commit 475e000

Please sign in to comment.