Closed Bug 21836 Opened 25 years ago Closed 25 years ago

f.apply(2, 2) crashes

Categories

(Core :: JavaScript Engine, defect, P3)

x86
Windows NT
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: rogerl, Assigned: rogerl)

Details

(Keywords: crash, Whiteboard: [JS15])

function f() {}
f.apply(2,2);

boom.
Status: NEW → ASSIGNED
testcase ecma_2/FunctionObjects/apply-001-n.js added to test suite.
Severity: normal → critical
Whiteboard: [JS15]
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed - check for non-object arg type.
Adding crash keyword
Keywords: crash
You need to log in before you can comment on or make changes to this bug.