.. |
runtime-array.cc
|
Reland "Initial switch to Chromium-style CHECK_* and DCHECK_* macros.".
|
2015-01-30 09:29:41 +00:00 |
runtime-classes.cc
|
new classes: assert that constructors are not callable and rewrite 'return;'
|
2015-02-06 10:35:13 +00:00 |
runtime-collections.cc
|
Add NativeWeakMap to v8.h
|
2015-02-05 09:40:27 +00:00 |
runtime-compiler.cc
|
Introduce LanguageMode, drop StrictMode.
|
2015-02-04 09:34:26 +00:00 |
runtime-date.cc
|
Profiler improvements
|
2015-01-20 16:06:09 +00:00 |
runtime-debug.cc
|
Introduce LanguageMode, drop StrictMode.
|
2015-02-04 09:34:26 +00:00 |
runtime-function.cc
|
Introduce LanguageMode, drop StrictMode.
|
2015-02-04 09:34:26 +00:00 |
runtime-generator.cc
|
Leaving a generator via an exception causes it to close
|
2014-11-12 14:29:22 +00:00 |
runtime-i18n.cc
|
Move the contents of api-natives.js to c++
|
2015-02-04 13:01:44 +00:00 |
runtime-internal.cc
|
Clear pending exception on stack overflow in the parser
|
2015-02-03 06:22:36 +00:00 |
runtime-json.cc
|
Move some Runtime:: functions and remove runtime.h as include when unnecessary.
|
2014-10-20 12:07:45 +00:00 |
runtime-literals.cc
|
MapCache simplification. It is now a FixedArray that maps number of properties to a WeakCell with a Map.
|
2014-11-10 18:04:17 +00:00 |
runtime-liveedit.cc
|
Move some Runtime:: functions and remove runtime.h as include when unnecessary.
|
2014-10-20 12:07:45 +00:00 |
runtime-maths.cc
|
Allocate typed array for rempio2 result.
|
2015-02-06 09:55:07 +00:00 |
runtime-numbers.cc
|
Remove deprecated v8::base::OS::nan_value().
|
2015-01-21 14:38:58 +00:00 |
runtime-object.cc
|
Add macro for getting a PropertyAttributes for the runtime functions
|
2015-02-04 18:22:36 +00:00 |
runtime-observe.cc
|
Allow stepping into Object.observe handlers.
|
2014-11-19 15:16:40 +00:00 |
runtime-proxy.cc
|
Move some Runtime:: functions and remove runtime.h as include when unnecessary.
|
2014-10-20 12:07:45 +00:00 |
runtime-regexp.cc
|
Split --harmony-unicode and --harmony-unicode-regexps.
|
2015-02-05 14:17:09 +00:00 |
runtime-scopes.cc
|
Introduce LanguageMode, drop StrictMode.
|
2015-02-04 09:34:26 +00:00 |
runtime-strings.cc
|
Abstract string building in JSON-stringifier into IncrementalStringBuilder.
|
2014-11-12 08:05:15 +00:00 |
runtime-symbol.cc
|
Move some Runtime:: functions and remove runtime.h as include when unnecessary.
|
2014-10-20 12:07:45 +00:00 |
runtime-test.cc
|
Remove overzealous check from %OptimizeFunctionOnNextCall.
|
2015-01-19 15:52:00 +00:00 |
runtime-typedarray.cc
|
Fix remaining issues in the custom snapshot.
|
2015-01-15 11:22:17 +00:00 |
runtime-uri.cc
|
Force inline Stirng::GetCharVector<>.
|
2014-11-25 15:30:03 +00:00 |
runtime-utils.h
|
Add macro for getting a PropertyAttributes for the runtime functions
|
2015-02-04 18:22:36 +00:00 |
runtime.cc
|
Drop TODO that no longer applies after refactoring.
|
2015-01-21 14:24:11 +00:00 |
runtime.h
|
new classes: assert that constructors are not callable and rewrite 'return;'
|
2015-02-06 10:35:13 +00:00 |