git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Array Storage operations sometimes did not update the indexing mask correctly.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
JSObject.cpp
2018-01-04
keith_miller@apple.com
Array Storage operations sometimes did not update the...
blob
|
commitdiff
2017-12-16
keith_miller@apple.com
Indexing should only be computed when the new structure...
blob
|
commitdiff
|
diff to current
2017-12-14
keith_miller@apple.com
JSObjects should have a mask for loading indexed properties
blob
|
commitdiff
|
diff to current
2017-12-05
fpizlo@apple.com
GC constraint solving should be parallel
blob
|
commitdiff
|
diff to current
2017-12-01
sbarati@apple.com
Having a bad time needs to handle ArrayClass indexing...
blob
|
commitdiff
|
diff to current
2017-11-30
sbarati@apple.com
Remove pointer caging for double arrays
blob
|
commitdiff
|
diff to current
2017-11-08
sbarati@apple.com
Only cage double butterfly accesses
blob
|
commitdiff
|
diff to current
2017-11-03
keith_miller@apple.com
PutProperytSlot should inform the IC about the property...
blob
|
commitdiff
|
diff to current
2017-11-02
mark.lam@apple.com
Add support to throw OOM if MarkedArgumentBuffer may...
blob
|
commitdiff
|
diff to current
2017-10-20
sbarati@apple.com
Optimize accesses to how we get the direct prototype
blob
|
commitdiff
|
diff to current
2017-10-19
sbarati@apple.com
We should hard code the poly proto offset
blob
|
commitdiff
|
diff to current
2017-10-11
sbarati@apple.com
Prototype structure transition should be a deferred...
blob
|
commitdiff
|
diff to current
2017-10-08
fpizlo@apple.com
direct-construct-arity-mismatch.js can have GCs that...
blob
|
commitdiff
|
diff to current
2017-10-04
sbarati@apple.com
Implement polymorphic prototypes
blob
|
commitdiff
|
diff to current
2017-10-02
sbarati@apple.com
Unreviewed. Add missing exception check for the custom...
blob
|
commitdiff
|
diff to current
2017-09-25
achristensen@apple.com
Make Attribute an enum class
blob
|
commitdiff
|
diff to current
2017-09-11
mark.lam@apple.com
Fix all ExceptionScope verification failures in JavaScr...
blob
|
commitdiff
|
diff to current
2017-09-09
mark.lam@apple.com
Avoid duplicate computations of ExecState::vm().
blob
|
commitdiff
|
diff to current
2017-08-31
utatane.tea@gmail.com
[JSC] Use reifying system for "name" property of builti...
blob
|
commitdiff
|
diff to current
2017-08-30
ryanhaddad@apple.com
Unreviewed, rolling out r221327.
blob
|
commitdiff
|
diff to current
2017-08-30
utatane.tea@gmail.com
[JSC] Use reifying system for "name" property of builti...
blob
|
commitdiff
|
diff to current
2017-08-07
fpizlo@apple.com
Primitive auxiliaries and JSValue auxiliaries should...
blob
|
commitdiff
|
diff to current
2017-08-03
fpizlo@apple.com
All C++ accesses to JSObject::m_butterfly should do...
blob
|
commitdiff
|
diff to current
2017-07-27
utatane.tea@gmail.com
Hoist DOM binding attribute getter prologue into JavaSc...
blob
|
commitdiff
|
diff to current
2017-07-18
mark.lam@apple.com
Butterfly storage need not be initialized for indexing...
blob
|
commitdiff
|
diff to current
2017-07-13
sbarati@apple.com
Missing exception check in JSObject::hasInstance
blob
|
commitdiff
|
diff to current
2017-06-27
joepeck@webkit.org
Web Inspector: Crash generating object preview for...
blob
|
commitdiff
|
diff to current
2017-06-25
annulen@yandex.ru
Remove excessive headers from JavaScriptCore
blob
|
commitdiff
|
diff to current
2017-06-15
utatane.tea@gmail.com
[JSC] Implement Object.assign in C++
blob
|
commitdiff
|
diff to current
2017-06-07
mark.lam@apple.com
Contiguous storage butterfly length should not exceed...
blob
|
commitdiff
|
diff to current
2017-06-06
joepeck@webkit.org
Unreviewed rollout r217807. Caused a test to crash.
blob
|
commitdiff
|
diff to current
2017-06-05
commit-queue@webki...
Web Inspector: Improve ES6 Class instances in Heap...
blob
|
commitdiff
|
diff to current
2017-05-19
mark.lam@apple.com
Add missing exception check.
blob
|
commitdiff
|
diff to current
2017-05-19
utatane.tea@gmail.com
[JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass
blob
|
commitdiff
|
diff to current
2017-05-18
commit-queue@webki...
Unreviewed, rolling out r217031, r217032, and r217037.
blob
|
commitdiff
|
diff to current
2017-05-18
utatane.tea@gmail.com
[JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass
blob
|
commitdiff
|
diff to current
2017-05-08
mark.lam@apple.com
Introduce ExceptionScope::assertNoException() and relea...
blob
|
commitdiff
|
diff to current
2017-05-06
keith_miller@apple.com
Put does not properly consult the prototype chain
blob
|
commitdiff
|
diff to current
2017-05-05
sbarati@apple.com
putDirectIndex does not properly do defineOwnProperty
blob
|
commitdiff
|
diff to current
2017-04-24
commit-queue@webki...
test262: test262/test/language/computed-property-names...
blob
|
commitdiff
|
diff to current
2017-04-16
commit-queue@webki...
test262: test262/test/built-ins/isNaN/toprimitive-not...
blob
|
commitdiff
|
diff to current
2017-04-16
commit-queue@webki...
test262: test262/test/built-ins/Date/prototype/Symbol...
blob
|
commitdiff
|
diff to current
2017-04-01
gskachkov@gmail.com
Object with numerical keys with gaps gets filled by...
blob
|
commitdiff
|
diff to current
2017-03-18
cdumez@apple.com
Allow setting the prototype of cross-origin objects...
blob
|
commitdiff
|
diff to current
2017-03-09
fpizlo@apple.com
WTF should make it super easy to do ARM concurrency...
blob
|
commitdiff
|
diff to current
2017-02-22
mark.lam@apple.com
Add missing exception checks detected by running marath...
blob
|
commitdiff
|
diff to current
2017-01-27
keith_miller@apple.com
classInfo should take a VM so it is not materialized...
blob
|
commitdiff
|
diff to current
2017-01-13
sbarati@apple.com
Concurrent GC has a bug where we would detect a race...
blob
|
commitdiff
|
diff to current
2017-01-10
fpizlo@apple.com
JSArray has some object scanning races
blob
|
commitdiff
|
diff to current
2016-12-16
fpizlo@apple.com
Get rid of HeapRootVisitor and make SlotVisitor less...
blob
|
commitdiff
|
diff to current
2016-12-15
cdumez@apple.com
Harden JSObject::getOwnPropertyDescriptor()
blob
|
commitdiff
|
diff to current
2016-12-08
fpizlo@apple.com
PerformanceTests:
blob
|
commitdiff
|
diff to current
2016-12-06
mark.lam@apple.com
Introduce the concept of Immutable Prototype Exotic...
blob
|
commitdiff
|
diff to current
2016-11-27
utatane.tea@gmail.com
[WTF] Import std::optional reference implementation...
blob
|
commitdiff
|
diff to current
2016-11-15
fpizlo@apple.com
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS...
blob
|
commitdiff
|
diff to current
2016-11-15
fpizlo@apple.com
The GC should be optionally concurrent and disabled...
blob
|
commitdiff
|
diff to current
2016-11-04
mark.lam@apple.com
ClonedArguments need to also support haveABadTime mode.
blob
|
commitdiff
|
diff to current
2016-11-03
utatane.tea@gmail.com
[DOMJIT] Add DOMJIT::Signature
blob
|
commitdiff
|
diff to current
2016-10-28
ggaren@apple.com
One file per class for Executable.h/.cpp
blob
|
commitdiff
|
diff to current
2016-10-26
mark.lam@apple.com
Rename the reject() helper function to something more...
blob
|
commitdiff
|
diff to current
2016-10-17
mark.lam@apple.com
Use the reject() helper function for conditionally...
blob
|
commitdiff
|
diff to current
2016-10-10
mark.lam@apple.com
Rename the StrictModeReadonlyPropertyWriteError string...
blob
|
commitdiff
|
diff to current
2016-09-28
mark.lam@apple.com
createError() and JSObject::calculatedClassName() shoul...
blob
|
commitdiff
|
diff to current
2016-09-26
mark.lam@apple.com
Added RETURN_IF_EXCEPTION() macro and use it for except...
blob
|
commitdiff
|
diff to current
2016-09-21
cdumez@apple.com
Object.getOwnPropertyDescriptor() does not work correct...
blob
|
commitdiff
|
diff to current
2016-09-20
fpizlo@apple.com
Make MarkedBlock state tracking support overlapped...
blob
|
commitdiff
|
diff to current
2016-09-09
sbarati@apple.com
Make hasOwnProperty ALWAYS_INLINE
blob
|
commitdiff
|
diff to current
2016-09-08
cdumez@apple.com
Align proto getter / setter behavior with other browsers
blob
|
commitdiff
|
diff to current
2016-09-08
fpizlo@apple.com
Remove CopiedSpace and use MarkedSpace instead
blob
|
commitdiff
|
diff to current
2016-09-07
mark.lam@apple.com
Add CatchScope and force all exception checks to be...
blob
|
commitdiff
|
diff to current
2016-09-06
fpizlo@apple.com
Butterflies should be allocated in Auxiliary MarkedSpac...
blob
|
commitdiff
|
diff to current
2016-09-02
cdumez@apple.com
Unreviewed, roll out r205354 because it caused JSC...
blob
|
commitdiff
|
diff to current
2016-09-02
cdumez@apple.com
Align proto getter / setter behavior with other browsers
blob
|
commitdiff
|
diff to current
2016-08-30
mark.lam@apple.com
Introduce the ThrowScope and force every throw site...
blob
|
commitdiff
|
diff to current
2016-08-29
keith_miller@apple.com
Fix toStringName for Proxies and add support for normal...
blob
|
commitdiff
|
diff to current
2016-08-26
keith_miller@apple.com
toString called on proxies returns incorrect tag
blob
|
commitdiff
|
diff to current
2016-08-24
fpizlo@apple.com
Unreviewed, roll out r204901, r204897, r204866, r204856...
blob
|
commitdiff
|
diff to current
2016-08-23
fpizlo@apple.com
Butterflies should be allocated in Auxiliary MarkedSpac...
blob
|
commitdiff
|
diff to current
2016-08-08
mark.lam@apple.com
ASSERTION FAILED: hasInlineStorage() in JSFinalObject...
blob
|
commitdiff
|
diff to current
2016-07-18
fpizlo@apple.com
Object.preventExtensions/seal/freeze makes code much...
blob
|
commitdiff
|
diff to current
2016-07-08
cdumez@apple.com
Object.defineProperty() should maintain existing getter...
blob
|
commitdiff
|
diff to current
2016-07-07
benjamin@webkit.org
[JSC] Unify how we throw TypeError from C++
blob
|
commitdiff
|
diff to current
2016-07-05
commit-queue@webki...
[JSC] The prototype cycle checks throws the wrong error...
blob
|
commitdiff
|
diff to current
2016-06-16
keith_miller@apple.com
Add support for Symbol.isConcatSpreadable (round 2)
blob
|
commitdiff
|
diff to current
2016-06-14
barraclough@apple.com
JSBoundSlotBaseFunction no longer binds slot base
blob
|
commitdiff
|
diff to current
2016-06-09
barraclough@apple.com
JSObject::reifyAllStaticProperties cleanup
blob
|
commitdiff
|
diff to current
2016-06-08
barraclough@apple.com
Remove removeDirect
blob
|
commitdiff
|
diff to current
2016-06-07
mark.lam@apple.com
calculatedDisplayName() and friends actually need a...
blob
|
commitdiff
|
diff to current
2016-06-03
barraclough@apple.com
JSGlobalObject::addFunction should call deleteProperty...
blob
|
commitdiff
|
diff to current
2016-06-01
ggaren@apple.com
Dictionary property access should be fast
blob
|
commitdiff
|
diff to current
2016-05-27
barraclough@apple.com
Static table property lookup should not require getOwnP...
blob
|
commitdiff
|
diff to current
2016-05-24
ggaren@apple.com
REGRESSION (196374): deleting a global property is...
blob
|
commitdiff
|
diff to current
2016-05-20
ggaren@apple.com
reifyAllStaticProperties makes two copies of every...
blob
|
commitdiff
|
diff to current
2016-05-02
peavo@outlook.com
[Win] Clean up annoying compiler warnings
blob
|
commitdiff
|
diff to current
2016-03-25
keith_miller@apple.com
putByIndexBeyondVectorLengthWithoutAttributes should...
blob
|
commitdiff
|
diff to current
2016-03-17
msaboff@apple.com
[ES6] Getters and Setters should be prefixed appropriately
blob
|
commitdiff
|
diff to current
2016-03-16
utatane.tea@gmail.com
[ES6] Reflect.set with receiver
blob
|
commitdiff
|
diff to current
2016-03-15
fpizlo@apple.com
Remove the Baker barrier from JSC
blob
|
commitdiff
|
diff to current
2016-03-11
utatane.tea@gmail.com
[ES6] Implement Reflect.set without receiver support
blob
|
commitdiff
|
diff to current
2016-03-07
commit-queue@webki...
Heap Snapshot should include different Edge types and...
blob
|
commitdiff
|
diff to current
next