[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / assert-scope.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-08 mstarzinger[heap] Remove obsolete DisallowAllocationFailure scope.
2014-10-21 svenpanne@chromium.orgRemove v8stdint.h, it doesn't serve a purpose anymore.
2014-09-29 bmeurer@chromium.orgFix initialization of assert scopes.
2014-08-04 bmeurer@chromium.orgFix typo.
2014-07-16 yangguo@chromium.orgVerify that source string matches serialized code.
2014-06-30 jochen@chromium.orgMove platform abstraction to base library
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-28 bmeurer@chromium.orgIntroduce DisallowDeoptimization scope.
2014-03-19 yangguo@chromium.orgIntroduce API to trigger exception on JS execution.
2014-03-19 yangguo@chromium.orgIntroduce per-isolate assert scopes and API to guard...
2013-08-12 yangguo@chromium.orgFix regressions triggered by map invalidation during...
2013-06-13 yangguo@chromium.orgFix memory leak in assert scopes.
2013-06-05 yangguo@chromium.orgFree PerThreadAssertData when possible to avoid memory...
2013-06-03 yangguo@chromium.orgMake assertion scopes thread safe.