Lines Matching refs:Added
34 Added API call that identifies strings that are guaranteed only to
53 Added flag to always call DebugBreak on abort.
93 Added basic interface inference for modules (behind the --harmony flag).
95 Added Object.is, Number.isFinite, Number.isNaN.
123 Added code kind check before preparing for OSR. (issue 1900, 115073)
138 Added a new API where the host can supply a callback function. The
200 Added Navier-Stokes benchmark.
211 Added --call-graph-size option to tickprocessor. (issue 1937)
245 Added timestamp to --trace-gc output. (issue 1932)
260 Added 'dependencies_traverse': 1 to v8 GYP target.
464 Added NetBSD support for scons build.
492 Added initial gyp infrastructure for MIPS.
497 Added optimizations and stability improvements on all platforms.
582 Added flag --noclever-optimizations to disable some things that
585 Added flag --stress-compaction for testing.
587 Added flag --harmony to activate all experimental Harmony features.
592 Added a GC pause visualization tool.
594 Added presubmit=no and werror=no flags to Makefile.
630 API: Added an optional source length field to the Extension
633 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
636 Added "native" target to Makefile for the benefit of Linux distros.
668 Added "dependencies" target to top-level Makefile.
670 Added ability to turn profiler on/off in d8.
672 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
714 Added dependency of v8_base on WinSocket2 Windows library in
731 Added V8EXPORT attributes for v8::Array::CheckCast and
779 Added a preliminary implementation of ES Harmony weak maps. Weak
863 Added map check for COW elements to crankshaft array handling code
879 Added --prof profiling option to d8 shell.
903 Added debugger support for inspecting optimized frames (issue 1140).
931 Added support for debugger inspection of locals in optimized frames
956 Added API to set the property attributes for the prototype
976 Added ability to heap profiler to iterate over snapshot's node
1000 Added snapshot compression support and --stress-opt flag to d8.
1004 Several GYP-related changes: Added support for building Xcode project
1025 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
1064 Added DateTimeFormat to i18n API.
1115 Added DateTimeFormat class to experimental i18n API.
1125 Added basic support for polymorphic loads from JS and external
1134 Added MarkIndependent to the persistent handle API. Independent
1155 Added method IsCallable for Object to the API.
1163 Added check that receiver is JSObject on API calls.
1168 Added CallAsFunction method to the Object class in the API (Issue 1336).
1171 Added per-isolate locking and unlocking.
1185 Added GYP variables for ARM code generation:
1192 Added support for generating Visual Studio solution and project files
1198 Added Object::HasOwnProperty() to the API.
1200 Added support for compressing startup data to reduce binary size. This
1218 Added support Float64 WebGL arrays.
1259 Added GCMole to the repository, a simple static analysis tool that
1307 Added Crankshaft support for external arrays.
1314 Added isolates which allows several V8 instances in the same process.
1321 Added a number of commands to the ARM simulator and enhanced the ARM
1393 Added support for direct getter accessors calls on ARM.
1400 Added support for Cygwin (issue 64).
1404 Added Crankshaft support for stores to pixel arrays.
1413 Added GDB JIT support for ARM.
1447 Added support for the global object in Object.keys (issue 1150).
1472 Added better security checks when accessing properties via
1478 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
1503 Added support for strict mode parameter and object property
1514 Added support for strict mode octal literal verification.
1540 Added basic GDB JIT Interface integration.
1585 Added use_system_v8 option to gyp (off by default), to make it easier
1590 Added labelled thread names to help with debugging (on Linux).
1602 Added Date::ResetCache() to the API so that the cached values in the
1606 of objects. Added support for printing objects from release builds.
1617 Added experimental support for using gyp to generate build files
1630 Added support for an experimental internationalization API as an
1669 Added separate seeding on Windows of the random number generator
1711 Added missing failure check after expecting an identifier in
1717 Added support for VFP rounding modes to the ARM simulator.
1721 Added a limit for the amount of executable memory (issue 925).
1726 Added more aggressive GC of external objects in near out-of-memory
1774 Supported profiling using kernel perf_events on linux. Added ll_prof
1783 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
1795 Added "//@ sourceURL" information to the StackTrace API.
1813 Added Debug::CancelDebugBreak to the debugger API.
1855 Added heap snapshots to JSON format to API.
1879 Added the ability for an embedding application to receive a callback
1986 Added support for ES5 property names. Object initialisers and
1999 Added setting of global flags to debugger protocol.
2010 Added Number-letter (Nl) category to Unicode tables. These characters
2053 Added ES5 Object.seal and Object.isSealed.
2055 Added debugger API for scheduling debugger commands from a
2061 Added API for capturing stack traces for uncaught exceptions.
2069 Added ES5 Object.freeze and Object.isFrozen.
2090 Added ES5 Object.isExtensible and Object.preventExtensions.
2135 Added expose-externalize-string flag for testing extensions.
2148 Added API functions to retrieve information on indexed properties
2153 Added heap profiling to the API.
2173 Added support for more precise break points when debugging and
2181 Added an API to control the disposal of external string resources.
2183 Added missing initialization of a couple of variables which makes
2205 Added new scons flag unalignedaccesses for arm builds.
2230 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
2232 Added filtering of CPU profiles by security context.
2264 Added support for ES5 date time string format to Date.parse.
2271 Added "amd64" as recognized architecture in scons build script
2306 Added stack command and mem command to ARM simulator debugger.
2343 Added API support for reattaching a global object to a context.
2353 Added fine-grained garbage collection callbacks to the API.
2387 Added API method for context-disposal notifications.
2389 Added API method for accessing elements by integer index.
2391 Added missing implementation of Uint32::Value and Value::IsUint32
2394 Added IsExecutionTerminating API method.
2418 Added SetPrototype method in the public V8 API.
2420 Added GetScriptOrigin and GetScriptLineNumber methods to Function
2457 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
2483 Added ECMAScript 5 Object.create.
2512 Added commands to the debugger protocol for starting/stopping
2543 Added support for VFP on ARM.
2545 Added TryCatch::ReThrow method to the API.
2567 Added API method to get simple heap statistics.
2578 Added valgrind notification on code modification to the 64-bit version.
2590 Added missing null check in Context::GetCurrent.
2592 Added trim, trimLeft and trimRight methods to String
2600 Added String::Concat(Handle<String> left, Handle<String> right) to the
2616 Added GetRealNamedProperty to the API to lookup real properties
2631 Added a missing optimization in StringCharAt.
2669 Added Object::IsDirty in the API.
2676 [ES5] Added test suite adapter for the es5conform test suite.
2678 [ES5] Added Object.keys function.
2746 Added support for forceful termination of JavaScript execution.
2748 Added low memory notification to the API. The embedding host can signal
2771 Added context independent script compilation to the API.
2773 Added API call to get the stack trace for an exception.
2775 Added API for getting object mirrors.
2782 Added native code generation for RegExp to 64-bit version.
2784 Added JavaScript debugger support to 64-bit version.
2789 Added a readline() command to the d8 shell.
2793 Added idle notification to the API and reduced memory on idle
2801 Added .gitignore file similar to Chromium's one.
2810 Added api call to determine whether a string can be externalized.
2812 Added a write() command to d8.
2824 Added a new profiler control API to unify controlling various aspects
2834 Added support for capturing stack information on custom errors.
2836 Added support for morphing an object into a pixel array where its
2859 Added support for stepping into setters and getters in the
2870 Added an external allocation limit to avoid issues where small V8
2879 Added separate paged heap space for global property cells and
2897 Added support for breakpoint groups.
2906 Added stack traces collection to Error objects accessible through
2995 Added a histogram recording hit rates at different levels of the
2998 Added stack overflow check for the RegExp analysis phase. Previously a
3003 Added start/stop events to the profiler log.
3024 Added a script cache to the debugger.
3077 Added support for adding a soname when building a shared library
3093 Added EcmaScript 5 JSON object.
3102 Added a number of extensions to the debugger API.
3107 Added a "read" extension to the shell sample.
3109 Added support for Array.prototype.reduce and
3112 Added an option to the SCons build to control Microsoft Visual C++
3136 Added name inferencing for anonymous functions to facilitate
3154 Added workaround for crash bug, where external symbol table
3161 Added support for easily importing additional environment
3216 Added infrastructure for protecting the V8 heap from corruption
3272 Added support for using OProfile to profile generated code.
3274 Added remote debugging support to the D8 developer shell.
3281 Added support for running tests under Valgrind.
3325 Added support for morphing strings to external strings on demand
3356 Added -p option to the developer shell to run files in parallel
3391 Added command line debugger to D8 shell.
3424 Added experimental API support for allocating V8 symbols as
3436 Added platform support for FreeBSD.
3438 Added support for building V8 on Windows with either the shared or
3441 Added the v8::jscre namespace around the jscre functions to avoid
3444 Added support for calling a JavaScript function with the current
3454 Added support in the d8 developer shell for memory-mapped counters
3465 Added a --help option to the shell sample and to the d8 shell.
3467 Added visual studio project files for building the ARM simulator.
3487 Added support for API accessors that prohibit overwriting by
3514 Added missing initialization checks to debugger API.
3516 Added removing of unused maps during GC.
3521 Added caching of RegExp data in compilation cache.
3523 Added Visual Studio project file for d8 shell.
3540 Added GetPropertyNames functionality (issue 33) and extra Date
3553 Added development shell (d8) which includes counters and
3602 Added fast case code for extending the property storage array of
3677 Added utf-8 conversion support to the API (issue 57).
3682 Added Xcode project file.
3698 Added -f option to the shell sample for compatibility with other
3701 Added source info to TryCatches in the API.
3715 Added support for running tests on the ARM simulator.
3733 Added 'env' option to the SCons build scripts to support
3742 Added the V8 benchmark suite to the repository.
3753 library. Added visibility option on Linux build which makes the
3768 Added API call that implements this.
3770 Added load, quit and version functions to the shell sample so it's
3790 Added Visual Studio project files for the shell.cc and
3809 Added first version of Visual Studio project files.
3830 Added platform-nullos.cc to serve as the basis for new platform
3838 Added a few samples and support for building them. The samples
3843 Added source for lazily loaded scripts to snapshots and made
3858 they can be used by debugging and logging modules. Added
3873 Added support for storing JavaScript stack traces in a stack
3887 Added support for accessing the last entered context through the
3904 Added propagation of stack overflow exceptions that occur while