[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / arguments.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-08-04 yangguoRemove some outdated/unused declarations.
2015-07-23 dannoUnify "runtime-style" IC functions with Runtime intrinsics
2015-07-06 jochenMake v8::Handle as "deprecated soon"
2015-01-23 dcarneyReland "Call directly to c callbacks in Invoke instead...
2014-11-27 dcarneyAdd interceptor support for symbols
2014-08-20 wingo@igalia.comSupport symbol-named properties in API
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-07 bmeurer@chromium.orgProperly seed the RNG for cctest/test-types.
2014-06-06 danno@chromium.orgField layout in class Arguments is incompatible w\...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-28 yangguo@chromium.orgForce inline runtime functions into its wrapper.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2013-11-22 ulan@chromium.orgRestore saved caller FP registers on stub failure
2013-10-01 marja@chromium.orgRefactor PropertyCallbackInfo & FunctionCallbackInfo...
2013-09-30 marja@chromium.orgRevert "Refactor PropertyCallbackInfo & FunctionCallbac...
2013-09-30 marja@chromium.orgRefactor PropertyCallbackInfo & FunctionCallbackInfo...
2013-09-26 marja@chromium.orgRefactoring PropertyCallbackInfo & FunctionCallbackInfo...
2013-09-17 dcarney@chromium.orgreland 16744: add context save for GenerateFastApiCall
2013-09-17 dcarney@chromium.orgrevert 16744 for breaking build
2013-09-17 dcarney@chromium.orgadd context save for GenerateFastApiCall
2013-09-12 mstarzinger@chromi... Refactoring PropertyCallbackInfo & FunctionCallbackInfo...
2013-09-12 mstarzinger@chromi... Revert "Refactoring PropertyCallbackInfo & FunctionCall...
2013-09-12 mstarzinger@chromi... Refactoring PropertyCallbackInfo & FunctionCallbackInfo...
2013-08-27 dcarney@chromium.orgremove old style callbacks
2013-06-10 mvstanton@chromium.orgArray access fix: g++ darwin 4.2.1 compiler clamped...
2013-06-10 dcarney@chromium.orgadd a default value for return value
2013-06-05 dcarney@chromium.orgCutover v8 to use new style callbacks internally
2013-05-21 dcarney@chromium.orgnew style of property/function callbacks
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-30 dslomov@chromium.orgRevert "Accurate function prototypes for native calls...
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-17 dslomov@chromium.orgRevert "Accurate function prototypes for native calls...
2013-04-11 ulan@chromium.orgAccurate function prototypes for native calls from...
2012-04-13 mstarzinger@chromi... Fix several ancient presubmit failures.
2012-04-13 mstarzinger@chromi... Add isolate accessor to AccessorInfo and Arguments.
2011-09-08 ricow@chromium.orgFix presubmit errors caused by updated depot tools
2011-06-10 svenpanne@chromium.orgAdded two convenience methods to access an int/double...
2011-05-06 svenpanne@chromium.orgA tiny contribution for the IWYU day: Include allocatio...
2011-03-30 vitalyr@chromium.orgClean up runtime functions.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-02-16 ager@chromium.orgHandle indexed properties on value objects correctly.
2010-11-01 serya@chromium.orgRefactoring of v8:Arguments similary we did with v8...
2010-03-25 vitalyr@chromium.orgSimplify passing of AccessorInfo to interceptors:
2009-11-12 erik.corry@gmail.comFix some style issues in the ARM code.
2009-10-01 sgjesse@chromium.orgFix lint errors.
2009-09-30 christian.plesner... Changed structure of accessor arguments passing to...
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-08-13 mads.s.agerImproved performance of garbage collection by changing...
2008-07-03 christian.plesner... Initial export.