• Home
  • Raw
  • Download

Lines Matching refs:API

15         Added SetPrototype method in the public V8 API.
18 objects in the API.
107 callbacks registered through the API.
114 Changed the API to only allow strings to be set as data objects on
142 Added TryCatch::ReThrow method to the API.
164 Added API method to get simple heap statistics.
168 Fixed the implementation of the resource constraint API so it
173 Optimized calls to API getters.
197 Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API.
212 Added GetRealNamedProperty to the API to lookup real properties
216 Fix the stack limits setting API to work correctly with threads. The
265 Added Object::IsDirty in the API.
306 Optimized API operations by inlining more in the API.
344 Add low memory notification to the API. The embedding host can signal
347 Changed the handling of global handles (persistent handles in the API
367 Added context independent script compilation to the API.
369 Added API call to get the stack trace for an exception.
371 Added API for getting object mirrors.
389 Added idle notification to the API and reduced memory on idle
401 API: added function to find instance of template in prototype
420 Added a new profiler control API to unify controlling various aspects
443 More fine grained control of profiling aspects through the API.
445 Optimized the called as constructor check for API calls.
585 Introduced API for forcing the deletion of a property ignoring
626 Exposed the calling JavaScript context through the static API
680 Allowed API call-as-function handlers to be called as
698 Added a number of extensions to the debugger API.
830 Exposed object cloning through the API.
833 hash for objects through the API.
971 Made most methods in the API const.
1013 Changed the API for creating object groups used during garbage
1020 Added experimental API support for allocating V8 symbols as
1083 Added support for API accessors that prohibit overwriting by
1110 Added missing initialization checks to debugger API.
1137 functions (issue 77) to the API.
1273 Added utf-8 conversion support to the API (issue 57).
1297 Added source info to TryCatches in the API.
1364 Added API call that implements this.
1484 API and renamed Context::Current to Context::GetCurrent and
1507 SetInternalField in the API and moved InternalFieldCount and