|
V8 Project
|
#include <natives.h>
Collaboration diagram for v8::internal::NativesCollection< type >:Static Public Member Functions | |
| static int | GetBuiltinsCount () |
| static int | GetDebuggerCount () |
| static int | GetIndex (const char *name) |
| static int | GetRawScriptsSize () |
| static Vector< const char > | GetRawScriptSource (int index) |
| static Vector< const char > | GetScriptName (int index) |
| static Vector< const byte > | GetScriptsSource () |
| static void | SetRawScriptsSource (Vector< const char > raw_source) |
|
static |
Definition at line 149 of file natives-external.cc.
References v8::internal::NativesHolder< type >::get(), and v8::internal::NativesStore::GetBuiltinsCount().
Referenced by v8::internal::Heap::CreateInitialObjects(), v8::internal::Deserializer::Deserialize(), main(), and v8::internal::Serializer::ObjectSerializer::VisitExternalOneByteString().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 154 of file natives-external.cc.
References v8::internal::NativesHolder< type >::get(), and v8::internal::NativesStore::GetDebuggerCount().
Here is the call graph for this function:
|
static |
Definition at line 159 of file natives-external.cc.
References v8::internal::NativesHolder< type >::get(), v8::internal::NativesStore::GetIndex(), and name.
Referenced by v8::Shell::InstallUtilityScript(), and v8::internal::Debug::Load().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 169 of file natives-external.cc.
References v8::internal::NativesHolder< type >::get(), and v8::internal::NativesStore::GetRawScriptSource().
Referenced by v8::Shell::InstallUtilityScript(), and v8::internal::Deserializer::ReadChunk().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 164 of file natives-external.cc.
References v8::internal::NativesHolder< type >::get(), and v8::internal::NativesStore::GetRawScriptsSize().
Referenced by v8::V8::GetCompressedStartupData(), and v8::V8::SetDecompressedStartupData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 174 of file natives-external.cc.
References v8::internal::NativesHolder< type >::get(), and v8::internal::NativesStore::GetScriptName().
Referenced by v8::internal::Debug::CompileDebuggerScript(), and v8::Shell::InstallUtilityScript().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 179 of file natives-external.cc.
References v8::internal::NativesHolder< type >::get(), and v8::internal::NativesStore::GetScriptsSource().
Referenced by v8::V8::GetCompressedStartupData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 184 of file natives-external.cc.
References CHECK.
Referenced by v8::V8::SetDecompressedStartupData().
Here is the caller graph for this function: