projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[stubs] Also handle properties of the JSBuiltinsObject in the fast case.
[platform/upstream/v8.git]
/
src
/
runtime
/
runtime-object.cc
2015-07-28
bmeurer
[stubs] Also handle properties of the JSBuiltinsObject...
blob
|
commitdiff
|
raw
2015-07-28
bmeurer
[stubs] Don't pass name to Load/StoreGlobalViaContext...
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
ishell
Cross-script variables handling fixed. It was possible...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
bmeurer
[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
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 GetOwnPropertyNames on access-checked objects
blob
|
commitdiff
|
raw
|
diff to current
2015-07-17
verwaest
Fix getPrototypeOf for access checked objects
blob
|
commitdiff
|
raw
|
diff to current
2015-07-14
ishell
Follow-up for "Enable loads and stores to global vars...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
ishell
Loads and stores to global vars are now made via proper...
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-07
yangguo
Debugger: clear ICs on activating step-in to correctly...
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
Cleanup API property handling
blob
|
commitdiff
|
raw
|
diff to current
2015-07-02
ishell
Remove deprecated v8::Object::TurnOnAccessCheck() from...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-30
conradw
[strong] Implement strong property access semantics
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-23
verwaest
Move SetFastElementsCapacity into GrowCapacityAndConvert
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
conradw
Revert relanded strong property access CL
blob
|
commitdiff
|
raw
|
diff to current
2015-06-18
conradw
Revert of Revert of [strong] Implement strong mode...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-18
conradw
Revert of [strong] Implement strong mode restrictions...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-18
conradw
[strong] Implement strong mode restrictions on property...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
machenbach
Revert of Add %TypedArray% to proto chain (patchset...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-16
littledan
Add %TypedArray% to proto chain
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
verwaest
Introduce LookupIterator::PropertyOrElement which conve...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
verwaest
Reland of Replace SetObjectProperty / DefineObjectPrope...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Toon Verwaest
Restore ExecutableAccessorInfoHandling for now
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
ishell
Revert of Replace SetObjectProperty / DefineObjectPrope...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
verwaest
Replace SetObjectProperty / DefineObjectProperty with...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
verwaest
Use the LookupIterator for SetElement and friends
blob
|
commitdiff
|
raw
|
diff to current
2015-06-08
mbrandy
Fix uninitialized variable compiler errors [GCC 4.8.4]
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
verwaest
Remove Execution::CharAt
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
verwaest
Use LookupIterator for GetElementAttributes and friends
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
ishell
GlobalDictionary now stores PropertyDetails in Property...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
ishell
Starting using GlobalDictionary for global objects...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-27
jochen
Introduce v8::Object::CreateDataProperty
blob
|
commitdiff
|
raw
|
diff to current
2015-05-21
arv
[es6] Spread in array literals
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
erikcorry
Regularize namespace closing curlies
blob
|
commitdiff
|
raw
|
diff to current
2015-05-13
rossberg
[strong] Introduce strong bit
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
yangguo
Migrate error messages, part 10.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
yangguo
Revert of Migrate error messages, part 10. (patchset...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-12
yangguo
Migrate error messages, part 10.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
yangguo
Call builtin code wrapped in functions from the bootstr...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
mvstanton
Optimize the typeof operator.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-17
yangguo
Migrate error messages, part 3 (runtime.js).
blob
|
commitdiff
|
raw
|
diff to current
2015-03-24
svenpanne
Added %_HeapObjectGetMap and %_MapGetInstanceType intri...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
yangguo
Add debug checks to catch PropertyCell::cast failures.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-18
svenpanne
Tweak the TurboFan pipeline for stub compilation.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
svenpanne
Made the entries of the various *_FUNCTION_LISTs disjoint.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Sven Panne
Removed funky Maybe constructor and made fields private.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Sven Panne
Polish Maybe API a bit, removing useless creativity...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-26
verwaest
Remove internal use of v8::AccessType, always pass...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
mstarzinger
Fix representation for CompareIC in JSGenericLowering.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
dslomov
new classes: implement new.target passing to superclass...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
dslomov
Revert of new classes: implement new.target passing...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
dslomov
new classes: implement new.target passing to superclass...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
arv
Add macro for getting a PropertyAttributes for the...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
arv
Class methods should be non enumerable
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
marja
Introduce LanguageMode, drop StrictMode.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
dcarney
Add MEGAMORPHIC state support for KeyedLoadIC
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
dslomov
new classes: change semantics of super(...) call and...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-20
verwaest
Remove ForceDelete
blob
|
commitdiff
|
raw
|
diff to current
2015-01-19
ishell
Massive renaming of PropertyType values and other impli...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-15
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-12-17
machenbach
Revert of ES6 computed property names (patchset #1...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-17
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-12-16
arv
Revert of ES6 computed property names (patchset #1...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-16
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
jkummerow
Add infrastructure to keep track of references to proto...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
arv
Revert of ES6 computed property names (patchset #9...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
jkummerow
Add fast path for array indices to Runtime_HasOwnProperty
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
arv
ES6 computed property names
blob
|
commitdiff
|
raw
|
diff to current
2014-12-10
adamk
Optimize Object.seal and Object.preventExtensions
blob
|
commitdiff
|
raw
|
diff to current
2014-12-05
verwaest
Allow eval in detached contexts
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
adamk
Optimize testing for an index's existence in packed...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
ishell
PropertyDetails cleanup: NORMAL property type merged...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
arv@chromium.org
Classes: Add support for arguments in default constructor
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
arv@chromium.org
Revert "Classes: Add support for arguments in default...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
arv@chromium.org
Classes: Add support for arguments in default constructor
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
jkummerow@chromium.org
Reland "Avoid some unnecessary fast-properties map...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
ishell@chromium.org
Reland "In-object double fields unboxing (for 64-bit...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-10
verwaest@chromium.org
Revert "In-object double fields unboxing (for 64-bit...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-10
ishell@chromium.org
In-object double fields unboxing (for 64-bit only).
blob
|
commitdiff
|
raw
|
diff to current
2014-11-07
arv@chromium.org
Revert "Avoid some unnecessary fast-properties map...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-07
jkummerow@chromium.org
Avoid some unnecessary fast-properties map creations.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-07
jkummerow@chromium.org
Add FLAG_trace_maps
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
yangguo@chromium.org
Move some Runtime:: functions and remove runtime.h...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-14
yangguo@chromium.org
Catch exceptions thrown when enqueuing change records.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-10
yangguo@chromium.org
Split off remaining runtime functions in runtime.cc.
blob
|
commitdiff
|
raw
|
diff to current