git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
PropertyAttribute needs a CustomValue bit.
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
runtime
/
JSObjectInlines.h
2018-12-11
mark.lam@apple.com
PropertyAttribute needs a CustomValue bit.
blob
|
commitdiff
2018-10-26
mark.lam@apple.com
Fix missing edge cases with JSGlobalObjects having...
blob
|
commitdiff
|
diff to current
2018-10-01
keith_miller@apple.com
Create a RELEASE_AND_RETURN macro for ExceptionScopes
blob
|
commitdiff
|
diff to current
2018-06-23
utatane.tea@gmail.com
[WTF] Add user-defined literal for ASCIILiteral
blob
|
commitdiff
|
diff to current
2018-06-23
keith_miller@apple.com
unshift should zero unused property storage
blob
|
commitdiff
|
diff to current
2018-06-21
keith_miller@apple.com
flattenDictionaryStruture needs to zero inline storage.
blob
|
commitdiff
|
diff to current
2018-06-20
keith_miller@apple.com
Expand concurrent GC assertion to accept JSValue()...
blob
|
commitdiff
|
diff to current
2018-06-20
keith_miller@apple.com
Fix broken assertion on 32-bit
blob
|
commitdiff
|
diff to current
2018-06-18
keith_miller@apple.com
Properly zero unused property storage offsets
blob
|
commitdiff
|
diff to current
2018-05-31
utatane.tea@gmail.com
[JSC] Pass VM& parameter as much as possible
blob
|
commitdiff
|
diff to current
2018-05-22
keith_miller@apple.com
We should have a CoW storage for NewArrayBuffer arrays.
blob
|
commitdiff
|
diff to current
2018-05-17
utatane.tea@gmail.com
[JSC] Remove reifyPropertyNameIfNeeded
blob
|
commitdiff
|
diff to current
2018-05-16
utatane.tea@gmail.com
[JSC] Check TypeInfo first before calling getCallData...
blob
|
commitdiff
|
diff to current
2018-05-11
utatane.tea@gmail.com
[JSC] Object.assign for final objects should be faster
blob
|
commitdiff
|
diff to current
2018-05-08
msaboff@apple.com
Deferred firing of structure transition watchpoints...
blob
|
commitdiff
|
diff to current
2018-04-17
jfbastien@apple.com
A put is not an ExistingProperty put when we transition...
blob
|
commitdiff
|
diff to current
2018-04-08
utatane.tea@gmail.com
[JSC] Introduce op_get_by_id_direct
blob
|
commitdiff
|
diff to current
2018-04-01
fpizlo@apple.com
JSObject shouldn't do index masking
blob
|
commitdiff
|
diff to current
2018-03-30
ryanhaddad@apple.com
Unreviewed, rolling out r230102.
blob
|
commitdiff
|
diff to current
2018-03-30
rmorisset@apple.com
A stack overflow in the parsing of a builtin (called...
blob
|
commitdiff
|
diff to current
2017-12-16
keith_miller@apple.com
Indexing should only be computed when the new structure...
blob
|
commitdiff
|
diff to current
2017-11-16
jfbastien@apple.com
It should be easier to reify lazy property names
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-04
sbarati@apple.com
Implement polymorphic prototypes
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-09
commit-queue@webki...
Make JSC_validateExceptionChecks=1 succeed on JSTests...
blob
|
commitdiff
|
diff to current
2017-06-15
utatane.tea@gmail.com
[JSC] Implement Object.assign in C++
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-01-18
fpizlo@apple.com
Make opaque root scanning truly constraint-based
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
2016-12-08
fpizlo@apple.com
PerformanceTests:
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-18
fpizlo@apple.com
Concurrent GC should be able to run splay in debug...
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-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
ryanhaddad@apple.com
Unreviewed, rolling out r206522.
blob
|
commitdiff
|
diff to current
2016-09-28
commit-queue@webki...
Unreviewed, rolling out r206506.
blob
|
commitdiff
|
diff to current
2016-09-28
commit-queue@webki...
Adopt #pragma once in JavaScriptCore
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-20
sbarati@apple.com
Make HasOwnProperty faster
blob
|
commitdiff
|
diff to current
2016-09-09
sbarati@apple.com
Make hasOwnProperty ALWAYS_INLINE
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-01
mark.lam@apple.com
Move some JSObject and JSArray inline functions to...
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-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-03-16
utatane.tea@gmail.com
[ES6] Reflect.set with receiver
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
sbarati@apple.com
[[GetPrototypeOf]] should be a fully virtual method...
blob
|
commitdiff
|
diff to current
2016-03-06
commit-queue@webki...
Unreviewed, rolling out r197645.
blob
|
commitdiff
|
diff to current
2016-03-06
sbarati@apple.com
[[GetPrototypeOf]] should be a fully virtual method...
blob
|
commitdiff
|
diff to current
2016-02-25
sbarati@apple.com
[ES6] Implement Proxy.[[Set]]
blob
|
commitdiff
|
diff to current
2015-12-16
fpizlo@apple.com
Improve JSObject::put performance
blob
|
commitdiff
|
diff to current