-
- Downloads
Bug 1318017: Call GetPrototypeFromConstructor for generator, async function,...
Bug 1318017: Call GetPrototypeFromConstructor for generator, async function, and Intl constructors. r=arai
Showing
- js/src/builtin/Intl.cpp 69 additions, 36 deletionsjs/src/builtin/Intl.cpp
- js/src/jsfun.cpp 39 additions, 11 deletionsjs/src/jsfun.cpp
- js/src/tests/Intl/Collator/construct-newtarget.js 79 additions, 0 deletionsjs/src/tests/Intl/Collator/construct-newtarget.js
- js/src/tests/Intl/DateTimeFormat/construct-newtarget.js 79 additions, 0 deletionsjs/src/tests/Intl/DateTimeFormat/construct-newtarget.js
- js/src/tests/Intl/NumberFormat/construct-newtarget.js 79 additions, 0 deletionsjs/src/tests/Intl/NumberFormat/construct-newtarget.js
- js/src/tests/ecma_2017/AsyncFunctions/construct-newtarget.js 79 additions, 0 deletionsjs/src/tests/ecma_2017/AsyncFunctions/construct-newtarget.js
- js/src/tests/ecma_2017/AsyncFunctions/subclass.js 31 additions, 0 deletionsjs/src/tests/ecma_2017/AsyncFunctions/subclass.js
- js/src/tests/ecma_6/Generators/construct-newtarget.js 79 additions, 0 deletionsjs/src/tests/ecma_6/Generators/construct-newtarget.js
- js/src/tests/ecma_6/Generators/subclass.js 33 additions, 0 deletionsjs/src/tests/ecma_6/Generators/subclass.js
- js/src/vm/AsyncFunction.cpp 13 additions, 6 deletionsjs/src/vm/AsyncFunction.cpp
- js/src/vm/AsyncFunction.h 3 additions, 0 deletionsjs/src/vm/AsyncFunction.h
Loading
Please register or sign in to comment