Closed
      
        Bug 590775
      
      
        Opened 15 years ago
          Closed 14 years ago
      
        
    
  
Assertion with Reflect.parse("default xml namespace=x") 
    Categories
(Core :: JavaScript Engine, defect)
Tracking
()
        RESOLVED
        FIXED
        
    
  
People
(Reporter: jruderman, Assigned: dherman)
References
Details
(Keywords: assertion, testcase, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
| 2.91 KB,
          patch         | cdleary
:
              
              review+ | Details | Diff | Splinter Review | 
Reflect.parse("default xml namespace=x")   
Assertion failure: pn->pn_arity == PN_UNARY && ((js::TokenKind)(pn->pn_u.unary.kid)->pn_type) == TOK_STRING, at ../jsreflect.cpp:1764
| Assignee | ||
| Comment 2•15 years ago
           | ||
Also updated the docs at
    https://developer.mozilla.org/en/SpiderMonkey/Parser_API
Dave
| Assignee | ||
| Updated•15 years ago
           | 
        Attachment #469848 -
        Flags: review?(cdleary)
|   | ||
| Comment 3•15 years ago
           | ||
Comment on attachment 469848 [details] [diff] [review]
default xml namespace takes an expression, not just a string literal
Straightforward.
        Attachment #469848 -
        Flags: review?(cdleary) → review+
| Assignee | ||
| Comment 4•15 years ago
           | ||
Whiteboard: fixed-in-tracemonkey
|   | ||
| Comment 5•14 years ago
           | ||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•