<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>4042</bug_id>
          
          <creation_ts>2005-07-18 10:39:31 -0700</creation_ts>
          <short_desc>this.constructor doesn&apos;t point to anonymous functions</short_desc>
          <delta_ts>2005-09-27 12:41:47 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>3537</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Paul Sowden">paul</reporter>
          <assigned_to name="Maciej Stachowiak">mjs</assigned_to>
          <cc>vicki</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>14812</commentid>
    <comment_count>0</comment_count>
    <who name="Paul Sowden">paul</who>
    <bug_when>2005-07-18 10:39:31 -0700</bug_when>
    <thetext>The following code doesn&apos;t work as expected:


var myObj1 = function () {
	alert(this.constructor);
};

var obj = new myObj1();</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20673</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2005-09-27 12:41:47 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 3537 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>