Commits
User selector
Commit History
Commits on Jul 23, 2021
[JSC] Call custom accessors / values with their holder's global object
Show description for b2f5baecommitted
Commits on Mar 12, 2018
Make a NativeFunction into a class to support pointer profiling.
Show description for a2a1348committed
Mark Lam
Commits on Jan 4, 2018
Replace hard-coded paths in shebangs with #!/usr/bin/env
Show description for 0efc415authored andcommitted
Commits on Sep 25, 2017
Make Attribute an enum class
Show description for bc73896committed
Commits on Jul 27, 2017
Hoist DOM binding attribute getter prologue into JavaScriptCore taking advantage of DOMJIT / CheckSubClass
Show description for 7a144b2committed
Commits on Jan 27, 2017
Extend create_hash_table to specify Intrinsic
Show description for 5ac27bacommitted
Commits on Oct 19, 2016
create_hash_table: allow empty tables
Show description for 8b7788ccommitted
Commits on May 4, 2016
Speed up JSGlobalObject initialization by making some properties lazy
Show description for 78795cfcommitted
Filip PizloUnreviewed, rolling out r200383 and r200406.
Show description for 8171f5ecommitted
Commits on May 3, 2016
Speed up JSGlobalObject initialization by making some properties lazy
Show description for fb29946committed
Filip Pizlo
Commits on Apr 30, 2016
Make RegExp.prototype.test spec compliant.
Show description for e12c464committed
Mark Lam
Commits on Dec 10, 2015
Source/JavaScriptCore/create_hash_table shouldn't be too verbose
Show description for 9534706committed
Commits on Nov 10, 2015
Remove create_hash_table options and simplify build system
Show description for 69483eacommittedcreate_hash_table should know whether a function is JSBuiltin or not.
Show description for 8d3cb4ecommitted
Commits on Oct 24, 2015
Teach create_hash_table to omit builtins macros when generating tables for native-only objects
Show description for a3b5ff0committed
Commits on Oct 22, 2015
Restructure generate-js-bindings script to be modular and testable
Show description for b65056ecommitted
Commits on Aug 31, 2015
NodeFilter.SHOW_ALL has wrong value on 32-bit
Show description for 0a1648dcommitted
Commits on Aug 22, 2015
[JSC] Static hash tables should be 100% compile-time constant.
Show description for 9791e9ccommitted
Andreas Kling
Commits on Jun 9, 2015
Introduce getter definition into static hash tables and use it for getters in RegExp.prototype.
Show description for dbb1570committed
Commits on Jul 30, 2014
Static hash tables no longer need to be coupled with a VM.
Show description for ce9f08ecommitted
Andreas Kling
Commits on Mar 14, 2014
Reduce memory use for static property maps
Show description for be884a8committed
Gavin Barraclough
Commits on Mar 12, 2014
Unreviewed, rolling out r165482.
Show description for 51e7ba0authored andcommittedReduce memory use for static property maps
Show description for b35b5c2committed
Gavin Barraclough
Commits on Feb 12, 2014
Make it possible to implement JS builtins in JS
Show description for fa5f5a3committed
Commits on Feb 1, 2014
2014-01-31 Oliver Hunt <oliver@apple.com>
Show description for 83f5306committed
Commits on Jan 31, 2014
Make it possible to implement JS builtins in JS
Show description for 826dfd1committed
Commits on Jan 25, 2014
Put functions need to take a base object and a this value, and perform type checks on |this|
Show description for b4a37d8committedGeneric JSObject::put should handle static properties in the classinfo hierarchy
Show description for 29de763committedUnreviewed, rolling out r162713.
Show description for a7249fdcommitted
Commits on Jan 24, 2014
Generic JSObject::put should handle static properties in the classinfo hierarchy
Show description for 1e19b13committed
Commits on Sep 17, 2013
Pack create_hash_table tables better.
Show description for a07231bcommitted
Andreas Kling
Commits on Jul 25, 2013
fourthTier: The Math object should not be polymorphic
Show description for 9544307committed
Commits on Apr 26, 2013
Add support for Math.imul
Show description for 12b3f5acommitted
Commits on Mar 18, 2013
DFG string conversions and allocations should be inlined
Show description for c2c7341committed
Filip Pizlo
Commits on Mar 18, 2012
Strength reduction, RegExp.exec -> RegExp.test
Show description for 777c5d1committed
Gavin Barraclough