[es6] Implement spec compliant ToPrimitive in the runtime.
[platform/upstream/v8.git] / src / api.cc
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 mstarzingerMove runtime helper for ToName conversion onto Object.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 mstarzingerMove runtime helper for JSArrayBuffer onto objects.
2015-08-26 mstarzingerMove runtime helper for JSWeakCollection onto objects.
2015-08-26 mstarzingerMove runtime helper for JSSet and JSMap onto objects.
2015-08-26 mstarzinger[heap] Prevent direct access to ExternalStringTable.
2015-08-21 mstarzingerRemove obsolete static methods from V8 class.
2015-08-19 adamk[api] Relax CHECK for ArrayBuffer API abuse
2015-08-19 titzerRename ParserInfo::function() and CompilationInfo:...
2015-08-19 jkummerow[API] Check for NULL external data pointer in ArrayBuff...
2015-08-18 mlippautz[api,heap] Fix external GC callbacks.
2015-08-18 yangguoReland of move property loads from js builtins objects...
2015-08-18 yangguoRevert of Remove property loads from js builtins object...
2015-08-18 yangguoRemove property loads from js builtins objects from...
2015-08-17 hablichRevert of Remove property loads from js builtins object...
2015-08-17 yangguoRemove property loads from js builtins objects from...
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-14 domenicPut V8 extras into the snapshot
2015-08-14 yangguoClean up native context slots and add new ones.
2015-08-14 jkummerow[serializer] Move WeakFixedArray compaction to separate...
2015-08-14 vogelheimRework startup-data-util.
2015-08-13 mlippautz[api] Do not force external GCs when only trying to...
2015-08-12 adamk[api] Delete non-maybe version of CompileModule
2015-08-12 mstarzingerRemove inline header includes from non-inline headers...
2015-08-11 mstarzingerRemove several grab-bag includes from the v8.h header.
2015-08-10 mstarzinger[heap] Avoid overzealous inclusion of heap internal...
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-05 mlippautz[GC] Change behavior when reaching external allocation...
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-05 yangguoRevert of Remove serializer-specific hash table size...
2015-08-05 mstarzingerFully deprecate FixedArray::CopySize method.
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-04 yangguoRevert of Remove serializer-specific hash table size...
2015-08-04 yangguoRemove serializer-specific hash table size heuristic.
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 epertosoPass the kGCCallbackFlagForced flag when invoking Heap...
2015-07-17 jochenDelete APIs deprecated since last release
2015-07-16 epertosoTake the ScriptOrigin into account for CompileFunctionI...
2015-07-15 bmeurer[handles] Sanitize Handle and friends.
2015-07-15 machenbachRevert of [handles] Sanitize Handle and friends. (patch...
2015-07-15 bmeurer[handles] Sanitize Handle and friends.
2015-07-10 verwaestFix keyed access of primitive objects in the runtime.
2015-07-06 jochenMake v8::Handle as "deprecated soon"
2015-07-03 verwaestIncrement descriptor array slack for prototypes by...
2015-07-02 verwaestAvoid converting key to string for deleting of elements
2015-07-02 verwaestCleanup API property handling
2015-07-02 ishellRemove deprecated v8::Object::TurnOnAccessCheck() from...
2015-06-30 jochenRevert of Let GC select the collector when the external...
2015-06-25 vogelheimRemove obsolete options in ScriptCompiler::CompileOptions.
2015-06-23 adamkExpose Map/Set methods through the API
2015-06-23 ishellFixed exception handling in Realm.create().
2015-06-23 jochenLet GC select the collector when the external memory...
2015-06-17 verwaestMake sure to flatten names before lookup. Lookup using...
2015-06-17 verwaestSupport CreateDataProperty on JSObject in the runtime
2015-06-16 sejunhoFix compile warning [-Wtype-limits]
2015-06-15 jochenReland "Keep track of array buffers in new space separa...
2015-06-14 jochenRevert of Reland "Keep track of array buffers in new...
2015-06-13 verwaestAlso handle elements in *RealNamed* api methods
2015-06-12 verwaestIntroduce DefineOwnPropertyIgnoreAttributes and make...
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
2015-06-12 jochenReland "Keep track of array buffers in new space separa...
2015-06-12 bmeurerRevert of Keep track of array buffers in new space...
2015-06-12 jochenKeep track of array buffers in new space separately
2015-06-11 Toon VerwaestRestore ExecutableAccessorInfoHandling for now
2015-06-11 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-08 binjiAdd TypedArray constructors with SharedArrayBuffer...
2015-06-08 mbrandyFix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-05 ulanPrint and save JS stacktrace on OOM crash.
2015-06-03 adamkFlatten the Arrays returned and consumed by the v8...
2015-06-03 jochenRemove usage of to-be-deprecated APIs from v8 core
2015-06-02 verwaestUse LookupIterator for GetElementAttributes and friends
2015-06-02 verwaestUse GetProperty for getting elements.
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 jochenAlso expose DefineOwnProperty
2015-05-29 erikcorryEven without --trace-gc dump the last few GC messages...
2015-05-28 jochenUpdate all callsites of the TryCatch ctor to pass an...
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-26 jochenFix lookup iterator checks in GetRealNamedProperty...
2015-05-26 vogelheimImplement bookmarks for ExternalStreamingStream.
2015-05-22 jochenIntroduce a maybe-version of Function::New
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-22 yangguoUse conservative hash table capacity growth during...
2015-05-20 yangguoIntroduce extras export object.
2015-05-20 paul.lindFix another -Wsign-compare bug with GCC 4.9.2.
2015-05-19 jkummerowFix has_pending_exception logic in API's Array::CloneEl...
2015-05-19 ssidAdding api to get last gc object statistics for chrome...
next