projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[es6] Implement Date.prototype[@@toPrimitive] as C++ builtin.
[platform/upstream/v8.git]
/
src
/
objects.cc
2015-08-31
bmeurer
[es6] Implement Date.prototype[@@toPrimitive] as C...
blob
|
commitdiff
|
raw
2015-08-28
bmeurer
[es6] Implement spec compliant ToPrimitive in the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-27
mstarzinger
Move runtime helper for ToName conversion onto Object.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-27
mstarzinger
[heap] Limit friendship of the Heap class to essentials.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-27
rmcilroy
[interpreter] Add constant_pool() to BytecodeArray.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-27
rmcilroy
[Interpreter] Add support for parameter variables.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-27
mvstanton
Vector ICs: Stop iterating the heap to clear keyed...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-26
mstarzinger
Move runtime helper for JSArrayBuffer onto objects.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-26
mstarzinger
Move runtime helper for JSWeakCollection onto objects.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-26
mstarzinger
Move runtime helper for JSSet and JSMap onto objects.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-26
ishell
Do not inline array resize operations for outdated...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-24
rmcilroy
Add CompileInfo::GetDebugName()
blob
|
commitdiff
|
raw
|
diff to current
2015-08-21
rossberg
[es6] Parameter scopes for sloppy eval
blob
|
commitdiff
|
raw
|
diff to current
2015-08-21
yangguo
Introduce SharedFunctionInfo::Iterator and Script:...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-21
yangguo
Unify symbols sharing across native scripts and runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-20
yangguo
Keep track of script objects in a weak fixed array.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-20
mstarzinger
Remove grab-bag includes of v8.h from everywhere.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-19
yangguo
Do not compact weak fixed array when re-allocating...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-17
bmeurer
[runtime] Unify and fix the strict equality comparison.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-13
yangguo
Debugger: remove duplicate heap iterations.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
bmeurer
[runtime] Store constructor function index on primitive...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
mstarzinger
[heap] Avoid inclusion of objects-visiting-inl.h header.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
bmeurer
[stubs] Store typeof string on Oddballs.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
bmeurer
[simd.js] Single SIMD128_VALUE_TYPE for all Simd128Values.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
mstarzinger
[heap] Avoid overzealous inclusion of heap internal...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-08
jkummerow
Fasterify JSObject::UnregisterPrototypeUser
blob
|
commitdiff
|
raw
|
diff to current
2015-08-07
jkummerow
[IC] Make SeededNumberDictionary::UpdateMaxNumberKey...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
bbudge
V8: Add SIMD functions for Phase 1.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
mstarzinger
Fix stale entries in optimized code map.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
yangguo
Remove serializer-specific hash table size heuristic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
yangguo
Revert of Remove serializer-specific hash table size...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
mstarzinger
Fully deprecate FixedArray::CopySize method.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-05
yangguo
Remove serializer-specific hash table size heuristic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
mstarzinger
Introduce safe interface to "copy and grow" FixedArray.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
yangguo
Revert of Remove serializer-specific hash table size...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
yangguo
Remove serializer-specific hash table size heuristic.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
hpayer
AdjustLiveBytes and friends takes a heap object pointer...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
oth
[Interpreter] Consistency fixes.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
jochen
Check whether a typed array was neutered before writing...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
bbudge
SIMD.js Add the other SIMD Phase 1 types.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-03
oth
[Intepreter] BytecodeArrayBuilder and accumulator based...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
yangguo
Debugger: move implementation to a separate folder.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-30
oth
[Interpreter] Add more bytecode definitions and add...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
jkummerow
Fix prototype registration upon SlowToFast migration
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
jochen
Reland of "Remove ExternalArray, derived types, and...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-27
machenbach
Revert of Remove ExternalArray, derived types, and...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-27
bmeurer
[stubs] Properly handle read-only properties in StoreGl...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-27
jochen
Remove ExternalArray, derived types, and element kinds
blob
|
commitdiff
|
raw
|
diff to current
2015-07-27
ishell
Cross-script variables handling fixed. It was possible...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
rmcilroy
[interpreter] A couple of minor tweaks to BytecodeArray.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
oth
[Interpreter] Add BytecodeArray class and add to Shared...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
yangguo
Move Full-codegen into its own folder.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-23
jochen
Remove code for no longer present external array on...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-22
mstarzinger
Allow for optimized code map to have zero entries.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-20
yangguo
Debugger: prepare code for debugging on a per-function...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-20
adamk
Fix element enumeration on String wrappers with diction...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-17
verwaest
Properly fix enumerate / Object.keys wrt access checked...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-17
verwaest
Fix object enumeration wrt access checked objects
blob
|
commitdiff
|
raw
|
diff to current
2015-07-17
verwaest
Fix DefineOwnProperty for data properties wrt failed...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-17
verwaest
Fix GetOwnPropertyNames on access-checked objects
blob
|
commitdiff
|
raw
|
diff to current
2015-07-16
bbudge
Expose SIMD.Float32x4 type to Javascript.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-16
hablich
Revert of Expose SIMD.Float32x4 type to Javascript...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
bbudge
Expose SIMD.Float32x4 type to Javascript.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
verwaest
Cleanup element normalization logic
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
verwaest
Simplify PrepareForDataProperty in the IsElement case
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
verwaest
Fix non-standard element handling
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
yangguo
Debugger: use debug break slots to break at function...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
adamk
[es6] JSObject::GetOwnElementKeys should collect String...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
bbudge
V8: Add utility functions to check SameValue and SameVa...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
verwaest
Allow setting accessor infos over read-only but configu...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
verwaest
Remove duplicate flattening. Defining accessors doesn...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
verwaest
Replace Set*Callback with TransitionToAccessorPair
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
verwaest
Use the LookupIterator to transition to elements accessors
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
verwaest
Remove map-copying for global objects. This was an...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
verwaest
Remove temporary hack re deleting hidden properties
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
verwaest
Fix keyed element access wrt string wrappers
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
rmcilroy
Move SmartPointer to base.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
mstarzinger
Remove unused byte from Map::instance_sizes field.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
verwaest
Fix keyed access of primitive objects in the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
verwaest
Reload the map of typed arrays after performing ToNumber.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
bmeurer
Remove more uses of the deprecated EnumSet template...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-08
ishell
Fixed a couple of proxies-related unhandled exceptions.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-08
verwaest
Partially revert r29468
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
yangguo
Debugger: clear ICs on activating step-in to correctly...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-06
verwaest
Cleanup Delete backend implementation.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-06
jochen
Make v8::Handle as "deprecated soon"
blob
|
commitdiff
|
raw
|
diff to current
2015-07-03
verwaest
Increment descriptor array slack for prototypes by...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-02
verwaest
Avoid converting key to string for deleting of elements
blob
|
commitdiff
|
raw
|
diff to current
2015-07-02
verwaest
Distinguish slow from fast sloppy arguments
blob
|
commitdiff
|
raw
|
diff to current
2015-07-02
verwaest
Cleanup API property handling
blob
|
commitdiff
|
raw
|
diff to current
2015-06-30
conradw
[strong] Implement strong property access semantics
blob
|
commitdiff
|
raw
|
diff to current
2015-06-26
mstarzinger
[turbofan] Implement sharing of context-independent...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
yangguo
Serializer: commit new internalized strings after deser...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
verwaest
Back off normalizing on set length in sync with adding...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
verwaest
Move Add to the elements accessor for everything but...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
yangguo
Reland 2 "Keep a canonical list of shared function...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
verwaest
Move reconfiguration into the elements accessor
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
verwaest
Let AddDictionaryElement / AddFastElement purely add...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
yangguo
Revert of Reland "Keep a canonical list of shared funct...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
mstarzinger
Remove overzealous checking of --cache-optimized-code...
blob
|
commitdiff
|
raw
|
diff to current
next