[runtime] Remove useless DELETE builtin.
[platform/upstream/v8.git] / test / cctest / test-api.cc
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-10 bmeurer[turbofan] Drop V8_TURBOFAN_BACKEND and V8_TURBOFAN_TAR...
2015-08-06 domenicRename "extras exports" to "extras binding"
2015-08-06 mlippautz[GC] Check for incremental marking when a GC is trigger...
2015-08-05 hpayerRetire StringTracker.
2015-08-05 yangguoIntroduce object visitor to estimate the size of a...
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 ulanFix idle notification for background tab.
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
2015-07-23 paul.lindFix a -Wsign-compare error under GCC 4.9.2.
2015-07-22 yangguoDebugger: fix crash when debugger is enabled between...
2015-07-21 dstencePPC: perf enhancement: Use larger heap page size on...
2015-07-17 binjiAtomics Futex API
2015-07-17 verwaestProperly fix enumerate / Object.keys wrt access checked...
2015-07-17 verwaestFix object enumeration wrt access checked objects
2015-07-17 verwaestFix GetOwnPropertyNames on access-checked objects
2015-07-17 verwaestFix getPrototypeOf for access checked objects
2015-07-15 adamk[api] Deprecate unused Map/Set FromArray factory methods
2015-07-15 verwaestCleanup element normalization logic
2015-07-15 epertosoLet the second pass phantom callbacks run in a separate...
2015-07-15 bmeurer[handles] Sanitize Handle and friends.
2015-07-13 rmcilroyMove SmartPointer to base.
2015-07-13 dannoCreate a internal native context used only for TF-gener...
2015-07-07 ulanReland "Replace reduce-memory mode in idle notification...
2015-07-07 jochenMove compatible receiver check from CompileHandler...
2015-07-06 fedorunicode-decoder: fix out-of-band write in utf16
2015-07-06 yangguoDo not truncate message strings.
2015-07-05 machenbachRevert of Replace reduce-memory mode in idle notificati...
2015-07-02 ulanReplace reduce-memory mode in idle notification with...
2015-07-02 conradw[strong] Add tests for loading from super, loading...
2015-07-02 ishellRemove deprecated v8::Object::TurnOnAccessCheck() from...
2015-07-01 verwaestMinor performance improvements to the LookupIterator
2015-06-30 machenbachRevert of [strong] Add tests for loading from proxy...
2015-06-30 conradw[strong] Add tests for loading from proxy, super, with...
2015-06-26 arv[es6] Remove harmony-classes flag
2015-06-26 arv[es6] Remove harmony-object-literal flag
2015-06-23 adamkExpose Map/Set methods through the API
2015-06-19 conradwRevert relanded strong property access CL
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-16 yangguoDebugger: require debugger to be active when dealing...
2015-06-15 yangguoAdd test for code caching API.
2015-06-11 verwaestReland of Use the LookupIterator in SetAccessor (patchs...
2015-06-11 Toon VerwaestRestore ExecutableAccessorInfoHandling for now
2015-06-11 ishellRevert of Use the LookupIterator in SetAccessor (patchs...
2015-06-11 verwaestUse the LookupIterator in SetAccessor
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-11 yangguoAdd extras test for calling into runtime.
2015-06-09 mstarzinger[turbofan] Make Runtime::kSetProperty have a frame...
2015-06-08 binjiAdd TypedArray constructors with SharedArrayBuffer...
2015-06-08 erikcorryRevert of Only record one in n line endings to save...
2015-06-08 erikcorryOnly record one in n line endings to save space.
2015-06-04 paul.lindFix more -Wsign-compare bugs with GCC 4.9.2.
2015-06-03 adamkFlatten the Arrays returned and consumed by the v8...
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-01 adamkFix Map/Set creation via the API with nosnap build
2015-06-01 conradw[strong] Implement per-object restrictions behaviour...
2015-06-01 jochenAlso expose DefineOwnProperty
2015-05-28 jochenUpdate all callsites of the TryCatch ctor to pass an...
2015-05-28 yangguoDo not eagerly convert exception to string when creatin...
2015-05-27 jochenIntroduce v8::Object::CreateDataProperty
2015-05-26 adamkAdd {Map,Set}::FromArray to the API
2015-05-26 adamkAdd {Map,Set}::AsArray to the API
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-22 jochenUpdate UTF-8 decoder to detect more special cases.
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 conradwMake delete API consistent for String objects
2015-05-22 jochenRemove v8::Private
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-20 yangguoIntroduce extras export object.
2015-05-19 horo[V8] Added Script::is_opaque flag for embedders
2015-05-18 machenbachRevert of [V8] Added Script::is_opaque flag for embedde...
2015-05-18 horo[V8] Added Script::is_opaque flag for embedders
2015-05-15 mvstantonNow that vector ics are established for load, keyed...
2015-05-11 arv[strong] Check arity of functions
2015-05-11 machenbachRevert of Add the concept of a V8 extras exports object...
2015-05-08 domenicAdd the concept of a V8 extras exports object
2015-05-07 kozyatinskiy[V8] Reland https://codereview.chromium.org/1121833003/
2015-05-06 benAdd ObjectTemplate::New() taking FunctionTemplate.
2015-05-06 machenbachRevert of [V8] Reland https://codereview.chromium.org...
2015-05-05 kozyatinskiy[V8] Reland https://codereview.chromium.org/1100993003/
2015-05-04 alphMake CPU profiler do not hog 100% of CPU.
2015-05-03 machenbachRevert of [V8] Use previous token location as EOS token...
2015-04-30 kozyatinskiy[V8] Use previous token location as EOS token location
2015-04-29 jochenPass ArrayBuffer::Allocator via Isolate::CreateParams
2015-04-29 jkummerowFix unobservable constructor replacement on prototype...
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 dcarneyprepare to deprecate non phantom weak callbacks
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 mvstantonEmpty Array prototype elements protection needs to...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-23 hpayerReland Force full GCwhenever CollectAllGarbage is meant...
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 machenbachRevert of Revert of Protect the emptiness of Array...
next