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

Bug 460838

Summary: [assist] Update built-in indexes for es6 support
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED INVALID QA Contact:
Severity: enhancement    
Priority: P3    
Version: 8.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 460728    

Description Michael Rennie CLA 2015-02-25 13:01:42 EST
Consider the following example:

var s = new Set();
s.^assist here

I would expect to see all of the functions / properties from

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set

but I only get the default Object ones.

This happens for any new es6 global object (Map, WeakMap, etc, etc).
Comment 1 Michael Rennie CLA 2015-05-08 11:08:54 EDT
Tern handles our indexes now. Updating to newer version of Tern will fix this.

Closing invalid.