[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / runtime / runtime-function.cc
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-08 bmeurerRevert of [builtins] Unify the various versions of...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-24 mstarzingerGet rid of CompilationInfo::GenerateCodeStub method.
2015-08-21 yangguoDo not use js builtins object to determine whether...
2015-08-18 mstarzingerRemove grab-bag includes of v8.h from runtime entries.
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-07-13 rmcilroyMove SmartPointer to base.
2015-07-09 arv[es6] Function bind should preserve [[Prototype]]
2015-07-06 mstarzinger[turbofan] Port initialization of new.target variable.
2015-07-06 jkummerowFix performance regression introduced in r28961
2015-06-25 yangguoReland 2 "Keep a canonical list of shared function...
2015-06-25 yangguoRevert of Reland "Keep a canonical list of shared funct...
2015-06-25 yangguoReland "Keep a canonical list of shared function infos."
2015-06-25 mstarzingerMake sure bound functions never make it into optimized...
2015-06-23 adamkRevert "Keep a canonical list of shared function infos."
2015-06-19 yangguoKeep a canonical list of shared function infos.
2015-06-17 machenbachRevert of Add %TypedArray% to proto chain (patchset...
2015-06-16 littledanAdd %TypedArray% to proto chain
2015-06-11 arvBound functions should also have configurable length
2015-06-10 bmeurer[deoptimizer] Basic support inlining based on SharedFun...
2015-06-08 jarinUnify decoding of deoptimization translations.
2015-05-20 dannoGeneralize builtins inlining flag to allow forced inlin...
2015-05-20 erikcorryRegularize namespace closing curlies
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-11 arv[strong] Check arity of functions
2015-05-06 verwaestRemove GetDefaultReceiver, pass in undefined to sloppy...
2015-05-04 yangguoSet inferred name of bound function to empty string.
2015-04-24 arv[es6] Map/Set size getter should have "get size" name
2015-04-23 arvRevert of [es6] Map/Set size getter should have "get...
2015-04-23 arv[es6] Map/Set size getter should have "get size" name
2015-03-05 svenpanneMade the entries of the various *_FUNCTION_LISTs disjoint.
2015-02-25 verwaestRemove NativeContext from Literal array, since we alway...
2015-02-20 loisloCpuProfiler: eliminate cpu-profiler dependency from...
2015-02-11 chunyang.daiCopy the corresponding opt_count_and_bailout_reason...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-19 caitpotter88Implement IsConstructor() abstract operation
2015-01-15 yangguoFix remaining issues in the custom snapshot.
2014-10-24 dslomov@chromium.orgAdd remaining @@toStringTag symbols to builtins
2014-10-20 yangguo@chromium.orgMove some Runtime:: functions and remove runtime.h...
2014-10-14 yangguo@chromium.orgCatch exceptions thrown when enqueuing change records.
2014-09-30 yangguo@chromium.orgSplit yet more runtime functions into separate files.