ネームスペース | マクロ定義 | 関数 | 変数

src/api.cc

#include "v8.h"
#include "api.h"
#include "bootstrapper.h"
#include "compiler.h"
#include "debug.h"
#include "execution.h"
#include "global-handles.h"
#include "platform.h"
#include "serialize.h"
#include "snapshot.h"

ソースコードを見る。

ネームスペース

namespace  v8
namespace  v8::internal

マクロ定義

#define LOG_API(expr)   LOG(ApiEntryCall(expr))
#define ON_BAILOUT(location, code)
#define EXCEPTION_PREAMBLE()
#define EXCEPTION_BAILOUT_CHECK(value)

関数

static void v8::DefaultFatalErrorHandler (const char *location, const char *message)
static FatalErrorCallback & v8::GetFatalErrorHandler ()
static bool v8::ApiCheck (bool condition, const char *location, const char *message)
static bool v8::ReportV8Dead (const char *location)
static bool v8::ReportEmptyHandle (const char *location)
static bool v8::IsDeadCheck (const char *location)
static bool v8::EmptyCheck (const char *location, v8::Handle< v8::Data > obj)
static bool v8::EmptyCheck (const char *location, v8::Data *obj)
static void v8::EnsureInitialized (const char *location)
v8::Handle< Value > v8::ThrowException (v8::Handle< v8::Value > value)
void v8::RegisterExtension (Extension *that)
v8::Handle< Primitive > v8::Undefined ()
v8::Handle< Primitive > v8::Null ()
v8::Handle< Boolean > v8::True ()
v8::Handle< Boolean > v8::False ()
bool v8::SetResourceConstraints (ResourceConstraints *constraints)
static void v8::InitializeTemplate (i::Handle< i::TemplateInfo > that, int type)
static void v8::InitializeFunctionTemplate (i::Handle< i::FunctionTemplateInfo > info)
static void v8::EnsureConstructor (ObjectTemplate *object_template)
static i::Handle< i::Object > v8::CallV8HeapFunction (const char *name, i::Handle< i::Object > recv, int argc, i::Object **argv[], bool *has_pending_exception)
static i::Handle< i::Object > v8::CallV8HeapFunction (const char *name, i::Handle< i::Object > data, bool *has_pending_exception)
static i::Handle
< i::FunctionTemplateInfo
v8::EnsureConstructor (i::Handle< i::ObjectTemplateInfo > templ)
static int v8::TwoByteStringLength (const uint16_t *data)
i::Handle< i::Stringv8::NewExternalStringHandle (v8::String::ExternalStringResource *resource)
i::Handle< i::Stringv8::NewExternalAsciiStringHandle (v8::String::ExternalAsciiStringResource *resource)
static void v8::DisposeExternalString (v8::Persistent< v8::Value > obj, void *parameter)
static void v8::DisposeExternalAsciiString (v8::Persistent< v8::Value > obj, void *parameter)

変数

static i::HandleScopeImplementer v8::thread_local
static bool v8::has_shut_down = false
static FatalErrorCallback v8::exception_behavior = NULL
static i::StringInputBuffer v8::write_input_buffer
static int v8::next_serial_number = 0

マクロ定義

#define EXCEPTION_BAILOUT_CHECK (   value  ) 
#define EXCEPTION_PREAMBLE (  ) 
#define LOG_API (   expr  )     LOG(ApiEntryCall(expr))
#define ON_BAILOUT (   location,
  code 
)
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義