Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 494668

Summary: decodeCodePoint is not a function
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2016-05-26 12:54:23 EDT
While testing some hovering in HTML files I noticed that file nav hovers were not working. Testing in the debugger revealed there is a bug in the tokenizer code on line 586:

this._emitPartial(decodeCodePoint(parsed));

decodeCodePoint is an object, not a function.

This exception causes the parse to fail, and all the tools that rely on the HTML AST to fail.