V8 Project
runtime-collections.cc File Reference
#include "src/v8.h"
#include "src/arguments.h"
#include "src/runtime/runtime.h"
#include "src/runtime/runtime-utils.h"
+ Include dependency graph for runtime-collections.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Functions

 v8::internal::RUNTIME_FUNCTION (Runtime_SetInitialize)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetAdd)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetHas)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetDelete)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetClear)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetGetSize)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetIteratorInitialize)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetIteratorNext)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapInitialize)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapGet)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapHas)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapDelete)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapClear)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapSet)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapGetSize)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapIteratorInitialize)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_GetWeakMapEntries)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_MapIteratorNext)
 
static Handle< JSWeakCollection > v8::internal::WeakCollectionInitialize (Isolate *isolate, Handle< JSWeakCollection > weak_collection)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_WeakCollectionInitialize)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_WeakCollectionGet)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_WeakCollectionHas)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_WeakCollectionDelete)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_WeakCollectionSet)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_GetWeakSetValues)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_ObservationWeakMapCreate)