aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects
AgeCommit message (Expand)Author
2021-11-04Optimize ecma_op_function_call (#4817)Robert Fancsik
2021-11-02Fix typos in the documentation and related files (#4809)Zsolt Borbély
2021-11-02Optimize typed array access (#4806)Zoltan Herczeg
2021-10-28Add allocate/free callbacks to ArrayBuffers (#4801)Zoltan Herczeg
2021-10-28Implement CreateAsyncFromSyncIterator (#4802)Robert Fancsik
2021-10-27Remove block result (#4799)Robert Fancsik
2021-10-20Add Atomics support (#4721)Gergo Csizi
2021-10-20Force value conversion in case of TypedArray filter method (#4794)Péter Gál
2021-10-20Correctly convert data in case of TypedArray slice (#4796)Péter Gál
2021-10-20Avoid buffer-overflow in Array.slice when using fast arrays (#4797)Péter Gál
2021-10-01Date.prototype.setTime should invalidate local TZA cache (#4786)Csaba Osztrogonác
2021-09-23Add property key filters for built-in functions (#4776)Zoltan Herczeg
2021-09-17Fix built-in types (#4772)Zoltan Herczeg
2021-09-15Implement import.meta object (#4766)Zoltan Herczeg
2021-09-13Remove built-in flag from object type (#4763)Zoltan Herczeg
2021-09-13Fix property enumeration order of built-in properties (#4761)Zoltan Herczeg
2021-08-31Implement function.toString operation (#4752)Zoltan Herczeg
2021-08-30Remove redundant checks from builtin-dispatchers (#4741)batizdaniel
2021-08-17Improve parse_identifier (#4691)batizdaniel
2021-08-11Support parsing of scripts / functions stored in string values (#4728)Zoltan Herczeg
2021-08-10Add guards for SharedArrayBuffer (#4723)Gergo Csizi
2021-08-10Implement {Array, %TypedArray%, String}.prototype.at method (#4681)batizdaniel
2021-08-03Add custom dispatcher to error-prototype (#4692)Virag Orkenyi
2021-08-03Support string iterator for strings longer than 64K (#4727)Zoltan Herczeg
2021-08-02Merge Promise Guard with ESNEXT (#4725)Tóth Béla
2021-07-23Add SharedArrayBuffer support (#4689)Gergo Csizi
2021-07-20Add custom dispatcher to builtin-json. (#4679)Virag Orkenyi
2021-07-20Add custom dispatcher to array-iterator-prototype (#4693)Virag Orkenyi
2021-07-20Add custom dispatcher to map-iterator-prototype (#4694)Virag Orkenyi
2021-07-20Add custom dispatcher to async-iterator-prototype (#4714)Virag Orkenyi
2021-07-20Add custom dispatcher to builtin-string-iterator-prototype (#4715)Virag Orkenyi
2021-07-20Add custom dispatcher to builtin-iterator-prototype (#4716)Virag Orkenyi
2021-07-20Add custom dispatcher to set-iterator-prototype (#4717)Virag Orkenyi
2021-07-12Merge Map and Set Guards with Container (#4709)Tóth Béla
2021-06-24Add custom dispatcher to builtin_string (#4661)Virag Orkenyi
2021-06-24Fix implicit conversion error (#4684)batizdaniel
2021-06-24Add custom dispatcher to builtin_weakref_prototype. (#4686)Virag Orkenyi
2021-06-24Add custom dispatcher to builtin-proxy (#4687)Virag Orkenyi
2021-06-10Object.assign should copy undefined values (#4688)Zoltan Herczeg
2021-04-27Update TypedArray internals methods (#4653)kisbg
2021-04-19Continue replacing duplicate ecma definitions (#4644)Tóth Béla
2021-04-13Support native modules (#4649)Zoltan Herczeg
2021-04-13Update TypedArray Builtin function (#4633)kisbg
2021-04-12Create namespace with references for modules (#4646)Zoltan Herczeg
2021-04-08Remove class id storing for class objects (#4645)Zoltan Herczeg
2021-04-07Add constant error messages (#4640)kisbg
2021-04-06Remove pseudo array object type from the project (#4643)Zoltan Herczeg
2021-03-31Replace duplicate ecma definitions (#4637)Tóth Béla
2021-03-22Implement Promise.any and AggregateError Object (#4623)kisbg
2021-03-11Remove unnecessary ecma_deref_ecma_string in regExpStringIterator (#4625)kisbg