[runtime] Replace %to_string_fun with %_ToString.
[platform/upstream/v8.git] / src / proxy.js
2015-09-23 bmeurer[runtime] Replace %to_string_fun with %_ToString.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-24 yangguoNative context: alpha sort slots and remove boilerplate.
2015-08-14 yangguoDo not export natives to runtime via js builtins object.
2015-05-26 yangguoRevert of Revert of Hook up more import/exports in...
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-21 yangguoUse shared container to manage imports/exports.
2015-05-20 jkummerowRevert of Use shared container to manage imports/export...
2015-05-20 yangguoUse shared container to manage imports/exports.
2015-05-11 yangguoCall builtin code wrapped in functions from the bootstr...
2015-05-06 yangguoMigrate error messages, part 8.
2015-05-05 yangguoReland #2 "Wrap v8natives.js into a function."
2015-05-04 machenbachRevert of Reland "Wrap v8natives.js into a function...
2015-05-04 yangguoReland "Wrap v8natives.js into a function."
2015-04-30 machenbachRevert of Wrap v8natives.js into a function. (patchset...
2015-04-30 yangguoWrap v8natives.js into a function.
2015-04-21 yangguoMigrate error messages, part 4 (v8natives.js).
2015-04-20 yangguoSmall polishing changes to the native js.
2015-04-10 yangguoWrap proxy.js in a function.
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-01-17 mvstanton@chromium.orgFix logic error in assert in IsUndeclaredGlobal()
2013-10-17 yangguo@chromium.orgCosmetic: Add macros for NaN, undefined and Infinity...
2013-07-19 rossberg@chromium.orgProxies: Make 'with' work, plus minor other fixes
2013-04-11 mstarzinger@chromi... Move global code for builtins into setup functions.
2013-03-06 rossberg@chromium.orgES6 symbols: filter symbols form for-in loops and Objec...
2013-03-04 mstarzinger@chromi... Make sure builtin functions don't rely on __proto__.
2013-03-04 rossberg@chromium.orgES6 symbols: Allow symbols as property names
2012-10-25 rossberg@chromium.orgSet up Proxy methods the proper way.
2012-10-25 rossberg@chromium.orgInitial JS stub implementation of Object.observe. Adds...
2012-02-20 rossberg@chromium.orgMake built-ins strict mode conforming, and support...
2011-10-24 rossberg@chromium.orgAdapt to latest spec changes for Proxy.create[Function].
2011-10-24 rossberg@chromium.orgImplement for-in loop for proxies.
2011-10-04 rossberg@chromium.orgRemove two left-over uses of Function.prototype.apply...
2011-09-16 rossberg@chromium.orgMake function proxies work as constructors.
2011-09-13 rossberg@chromium.orgImplement function proxies (except for their use as...
2011-07-21 rossberg@chromium.orgImplement Object.prototype.{hasOwnProperty, propertyIsE...
2011-07-13 rossberg@chromium.orgImplement Object.keys for proxies.
2011-06-03 ager@chromium.orgReapply: "Make instanceof and Object.getPrototypeOf...
2011-06-02 ager@chromium.orgRevert "Make instanceof and Object.getPrototypeOf work...
2011-06-01 rossberg@chromium.orgMake instanceof and Object.getPrototypeOf work for...
2011-05-31 rossberg@chromium.orgImplement set trap for proxies, and revamp class hierar...
2011-05-18 rossberg@chromium.orgMove derived get trap from builtins to global context.
2011-05-13 rossberg@chromium.orgA first skeleton for introducing Harmony proxies.
2011-04-15 ager@chromium.orgIntroduce experimental natives that are enabled by...