構成 | Static Public メソッド

クラス v8::internal::Bootstrapper

#include <bootstrapper.h>

v8::internal::AllStaticを継承しています。

すべてのメンバ一覧

構成

class  FixupFlagsArgumentsCount
class  FixupFlagsIsPCRelative

Static Public メソッド

static void Initialize (bool create_heap_objects)
static void TearDown ()
static Handle< ContextCreateEnvironment (Handle< Object > global_object, v8::Handle< v8::ObjectTemplate > global_template, v8::ExtensionConfiguration *extensions)
static void DetachGlobal (Handle< Context > env)
static void Iterate (ObjectVisitor *v)
static Handle< StringNativesSourceLookup (int index)
static bool NativesCacheLookup (Vector< const char > name, Handle< JSFunction > *handle)
static void NativesCacheAdd (Vector< const char > name, Handle< JSFunction > fun)
static void AddFixup (Code *code, MacroAssembler *masm)
static bool IsActive ()

説明

bootstrapper.h36 行で定義されています。


関数

void v8::internal::Bootstrapper::AddFixup ( Code code,
MacroAssembler masm 
) [static]
Handle< Context > v8::internal::Bootstrapper::CreateEnvironment ( Handle< Object global_object,
v8::Handle< v8::ObjectTemplate global_template,
v8::ExtensionConfiguration extensions 
) [static]

bootstrapper.cc332 行で定義されています。

参照元 v8::internal::Debug::Load(), と v8::Context::New().

void v8::internal::Bootstrapper::DetachGlobal ( Handle< Context env  )  [static]

bootstrapper.cc350 行で定義されています。

参照先 v8::internal::JSGlobalProxy::cast(), と v8::internal::SetObjectPrototype().

void v8::internal::Bootstrapper::Initialize ( bool  create_heap_objects  )  [static]

bootstrapper.cc123 行で定義されています。

参照先 v8::internal::extensions_cache(), と v8::internal::natives_cache().

bool v8::internal::Bootstrapper::IsActive (  )  [static]
void v8::internal::Bootstrapper::Iterate ( ObjectVisitor *  v  )  [static]
void v8::internal::Bootstrapper::NativesCacheAdd ( Vector< const char >  name,
Handle< JSFunction fun 
) [static]

bootstrapper.cc117 行で定義されています。

参照先 v8::internal::natives_cache().

bool v8::internal::Bootstrapper::NativesCacheLookup ( Vector< const char >  name,
Handle< JSFunction > *  handle 
) [static]

bootstrapper.cc111 行で定義されています。

参照先 v8::internal::natives_cache().

Handle< String > v8::internal::Bootstrapper::NativesSourceLookup ( int  index  )  [static]
void v8::internal::Bootstrapper::TearDown (  )  [static]

bootstrapper.cc129 行で定義されています。

参照先 v8::internal::extensions_cache(), と v8::internal::natives_cache().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義