[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / json-parser.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-27 kozyatinskiy[V8] Report JSON parser script to DevTools
2015-08-24 mstarzingerMove StackGuard::InterruptRequested into StackLimitCheck.
2015-08-18 mstarzingerRemove grab-bag includes of v8.h from runtime entries.
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-06-12 verwaestIntroduce DefineOwnPropertyIgnoreAttributes and make...
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
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 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-02 conradw[strong] create strong array literals
2015-06-02 verwaestUse GetProperty for getting elements.
2015-05-15 yangguoMigrate error messages, part 11.
2015-05-05 ulanReduce the size of initial JSON string buffer.
2015-04-01 erikcorryReland: Fix JSON parser Handle leak (previous CL 104148...
2015-04-01 erikcorryRevert of Fix JSON parser Handle leak (patchset #3...
2015-03-30 erikcorryFix JSON parser Handle leak
2015-03-23 ulanAcquire a lock before checking for GC interrupt in...
2015-03-20 ulanCheck for GC interrupt in JSON parser.
2015-03-06 jkummerowReland: Simplify and compact transitions storage
2015-03-06 verwaestDon't double-allocate mutable heap numbers in the json...
2015-03-05 jkummerowRevert of Simplify and compact transitions storage...
2015-03-05 jkummerowSimplify and compact transitions storage
2015-03-05 verwaestUse faster IsDecimalDigit in the json parser
2015-02-24 yangguoNewError no longer returns a MaybeObject.
2015-02-23 verwaestRevert "The expected key is a valid identifier, which...
2015-02-18 verwaestThe expected key is a valid identifier, which is alread...
2015-01-23 dannoRemove the dependency of Zone on Isolate
2015-01-21 bmeurerRemove deprecated v8::base::OS::nan_value().
2014-11-13 ishell@chromium.orgAvoid fast short-cut in Map::GeneralizeRepresentation...
2014-10-23 ishell@chromium.orgFixed mutable heap numbers leak in JSON parser.
2014-09-22 verwaest@chromium.orgFix escaped index JSON parsing
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-08-05 svenpanne@chromium.orgEnable C++11. Synch toolchains with Chrome.
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-01 ishell@chromium.orgReland r22082 "Replace HeapNumber as doublebox with...
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-30 ishell@chromium.orgRevert "Replace HeapNumber as doublebox with an explici...
2014-06-30 ishell@chromium.orgReplace HeapNumber as doublebox with an explicit Mutabl...
2014-06-23 ishell@chromium.orgSeveral methods moved from JSObject to Map.
2014-06-10 danno@chromium.orgReland 21720: Introduce FieldIndex to unify and abstrac...
2014-06-10 danno@chromium.orgRevert 21720: "Introduce FieldIndex to unify and abstra...
2014-06-06 danno@chromium.orgIntroduce FieldIndex to unify and abstract property...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-22 rossberg@chromium.orgConsistently say 'own' property
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-28 jochen@chromium.orgMerge v8converions with conversions
2014-04-15 bmeurer@chromium.orgReland "Track field types.".
2014-04-14 jarin@chromium.orgRevert "Track field types."
2014-04-14 bmeurer@chromium.orgTrack field types.
2014-04-11 yangguo@chromium.orgImplement handlified String::Equals and Name::Equals.
2014-04-08 yangguo@chromium.orgImplement handlified String::Flatten.
2014-04-08 yangguo@chromium.orgReturn MaybeHandle from SetElement and DeleteElement.
2014-04-08 yangguo@chromium.orgHandlify LookupSingleCharacterStringFromCode.
2014-04-04 yangguo@chromium.orgReturn MaybeHandle from SetProperty.
2014-04-03 yangguo@chromium.orgReturn MaybeHandle from JsonParser.
2014-04-03 yangguo@chromium.orgReturn MaybeHandle from NewRaw???String.
2014-03-25 yangguo@chromium.orgReland "No longer OOM on invalid string length."
2014-03-24 yangguo@chromium.orgRevert "No longer OOM on invalid string length."
2014-03-24 yangguo@chromium.orgNo longer OOM on invalid string length.
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-03-04 verwaest@chromium.orgRemove all uses of field-tracking flags that do not...
2013-06-26 bmeurer@chromium.orgGet rid of ZoneScope completely.
2013-06-26 bmeurer@chromium.orgGet rid of the ZoneScopeMode.
2013-06-03 yangguo@chromium.orgMake assertion scopes thread safe.
2013-06-03 verwaest@chromium.orgRemove unnecessary code from the json-parser.
2013-05-08 verwaest@chromium.orgUse mutable heapnumbers to store doubles in fields.
2013-04-26 verwaest@chromium.orgTrack storage types of instance variables.
2013-04-09 verwaest@chromium.orgEagerly parse expected transitions in JSON.
2013-03-28 yangguo@chromium.orgImprove SeqString::Truncate for latest allocated strings.
2013-03-25 verwaest@chromium.orgCreate a new HandleScope for each JSON-parsed object...
2013-02-28 rossberg@chromium.orgRenamed "symbols" to "internalized strings" throughout...
2013-02-26 mstarzinger@chromi... Make __proto__ a foreign callback on Object.prototype.
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2013-01-09 yangguo@chromium.orgContinues Latin-1 support. All tests pass with ENABLE_L...
2013-01-09 yangguo@chromium.orgIntroduce ENABLE_LATIN_1 compile flag
2012-12-19 yangguo@chromium.orgReplace the use CharacterStreams in Heap::AllocateSymbo...
2012-12-17 yangguo@chromium.orgRename LookupSymbol calls to use Utf8 or OneByte in...
2012-11-15 yangguo@chromium.orgRename SeqAsciiString
2012-11-05 yangguo@chromium.orgImprove handle allocation in JSON.parse.
2012-10-29 yangguo@chromium.orgTreat leading zeros in JSON.parse correctly.
2012-10-25 yangguo@chromium.orgCatch stack overflow in JSON.parse.
2012-10-25 mstarzinger@chromi... Get rid of obsolete unchecked accessors.
2012-10-23 verwaest@chromium.orgPretenure JSON graph if the input string is larger...
2012-10-19 verwaest@chromium.orgMicro-optimizing the json parser
2012-10-19 verwaest@chromium.orgGet the target field index when transitioning.
2012-10-19 verwaest@chromium.orgFixed json regression
2012-10-18 verwaest@chromium.orgFixed error introduced in r12761.
2012-10-18 verwaest@chromium.orgAdding a fast path for parsing index keys.
2012-10-18 yangguo@chromium.orgMake sure the fast case of ScanJsonString bails out...
2012-10-18 verwaest@chromium.orgFix typo in fast path for scanning json strings.
2012-10-17 verwaest@chromium.orgEagerly follow transitions to existing maps while json...
2012-09-26 yangguo@chromium.orgFix probing in JSON.parse.
2012-09-25 yangguo@chromium.orgFix off-by-one error introduced in r12598.
next