Open Bug 708119 Opened 13 years ago Updated 2 years ago

Extending JS Object results in error

Categories

(Firefox :: General, defect)

8 Branch
x86
Windows XP
defect

Tracking

()

UNCONFIRMED

People

(Reporter: federico_raz, Unassigned)

Details

Attachments

(1 file)

10.48 KB, application/octet-stream
Details
Attached file quite simple library
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111104165243

Steps to reproduce:

I extended Object via JavaScript (this is allowed in ECMAScript and is supported by ALL browsers):

Object.prototype.xxx = function ()
{
	return 1;
};


Actual results:

If I insert that code in any script which is perfectly working, I get an error.


Expected results:

Because www() is not invoked, scripts should at least work as if it wasn't there.
Please provide a public URL or reduced test case that exhibits this issue.
Summary: object → Extending JS Object results in error
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: