[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / api.h
2010-07-02 ager@chromium.orgLanding for victorw@chromium.org.
2010-05-06 sgjesse@chromium.orgAdds C++ API for retrieving a stack trace without runni...
2010-03-25 antonm@chromium.orgAllow empty handles to escape handle scopes.
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2009-11-04 christian.plesner... Reverting 3174. Aka reapplying 3150, 3151 and 3159...
2009-10-29 sgjesse@chromium.orgReverting 3159, 3151 and 3150
2009-10-27 christian.plesner... Implemented specialized stubs for API getters. This...
2009-10-26 christian.plesner... Reverted 3130-3131 since they don't work on mac.
2009-10-26 christian.plesner... Implemented specialized stubs for API getters. This...
2009-09-28 erik.corry@gmail.comFix the last memory leak demonstrated by the test progr...
2009-09-28 erik.corry@gmail.com* Fix memory leaks caused by thread local data being...
2009-09-04 christian.plesner... Changed saved context stack to using direct pointers...
2009-08-26 christian.plesner... Api inlining. Made some core functionality available...
2009-07-13 kasperl@chromium.orgAdd support for tracking down leak of the hole value.
2009-03-23 iposva@chromium.orgAdd a new C++ pointer wrapping API to External to not...
2009-03-20 iposva@chromium.org- Do not allocate proxy objects if the pointer can...
2009-01-23 iposva@chromium.orgSplit handle scopes into an internal version and a...
2009-01-08 christian.plesner... Fixed lint.
2009-01-08 christian.plesner... Added more constness to the api. There are still some...
2008-10-21 feng@chromium.orgSplit window support from V8.
2008-10-03 erik.corry@gmail.comRecommit reverted change, now with fixes to make it...
2008-10-03 kasperl@chromium.orgRevert 428. Breaks 64-bit compilation.
2008-10-03 erik.corry@gmail.comAllow gcc to use strict-aliasing rules to control point...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-08-28 mads.s.ager@gmail.comImproved test support.
2008-07-25 kasper.lundFixed bug in JSObject::GetPropertyAttributePostIntercep...
2008-07-03 christian.plesner... Initial export.