構成 | Public 型 | Static Public メソッド

クラス v8::internal::Runtime

#include <runtime.h>

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

すべてのメンバ一覧

構成

struct  Function

Public 型

enum  FunctionId

Static Public メソッド

static ObjectCreateArrayLiteral (Arguments args)
static FunctionFunctionForId (FunctionId fid)
static FunctionFunctionForName (const char *name)
static int StringMatch (Handle< String > sub, Handle< String > pat, int index)
static ObjectGetElementOrCharAt (Handle< Object > object, uint32_t index)
static ObjectSetObjectProperty (Handle< Object > object, Handle< Object > key, Handle< Object > value, PropertyAttributes attr)
static ObjectGetObjectProperty (Handle< Object > object, Handle< Object > key)
static void PerformGC (Object *result)

説明

runtime.h313 行で定義されています。


列挙型

runtime.h315 行で定義されています。


関数

static Object* v8::internal::Runtime::CreateArrayLiteral ( Arguments  args  )  [static]
Runtime::Function * v8::internal::Runtime::FunctionForId ( FunctionId  fid  )  [static]
Runtime::Function * v8::internal::Runtime::FunctionForName ( const char *  name  )  [static]
Object * v8::internal::Runtime::GetElementOrCharAt ( Handle< Object object,
uint32_t  index 
) [static]
Object * v8::internal::Runtime::GetObjectProperty ( Handle< Object object,
Handle< Object key 
) [static]
void v8::internal::Runtime::PerformGC ( Object result  )  [static]
Object * v8::internal::Runtime::SetObjectProperty ( Handle< Object object,
Handle< Object key,
Handle< Object value,
PropertyAttributes  attr 
) [static]
int v8::internal::Runtime::StringMatch ( Handle< String sub,
Handle< String pat,
int  index 
) [static]

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