#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::String > | v8::NewExternalStringHandle (v8::String::ExternalStringResource *resource) |
i::Handle< i::String > | v8::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 | ) |
do { \ thread_local.DecrementCallDepth(); \ if (has_pending_exception) { \ if (thread_local.CallDepthIsZero() && i::Top::is_out_of_memory()) { \ if (!thread_local.IgnoreOutOfMemory()) \ i::V8::FatalProcessOutOfMemory(NULL); \ } \ bool call_depth_is_zero = thread_local.CallDepthIsZero(); \ i::Top::optional_reschedule_exception(call_depth_is_zero); \ return value; \ } \ } while (false)
参照元 v8::Function::Call(), v8::Script::Compile(), v8::Value::Equals(), v8::Object::Get(), v8::Message::GetEndColumn(), v8::FunctionTemplate::GetFunction(), v8::Message::GetLineNumber(), v8::Message::GetSourceLine(), v8::Message::GetStartColumn(), v8::Value::Int32Value(), v8::Value::IntegerValue(), v8::Date::New(), v8::ObjectTemplate::NewInstance(), v8::Function::NewInstance(), v8::Value::NumberValue(), v8::Script::Run(), v8::Object::Set(), v8::Value::ToArrayIndex(), v8::Value::ToDetailString(), v8::Value::ToInt32(), v8::Value::ToInteger(), v8::Value::ToNumber(), v8::Value::ToObject(), v8::Value::ToString(), v8::Value::ToUint32(), と v8::Value::Uint32Value().
#define EXCEPTION_PREAMBLE | ( | ) |
thread_local.IncrementCallDepth(); \ ASSERT(!i::Top::external_caught_exception()); \ bool has_pending_exception = false
参照元 v8::Function::Call(), v8::Script::Compile(), v8::Value::Equals(), v8::Object::Get(), v8::Message::GetEndColumn(), v8::FunctionTemplate::GetFunction(), v8::Message::GetLineNumber(), v8::Message::GetSourceLine(), v8::Message::GetStartColumn(), v8::Value::Int32Value(), v8::Value::IntegerValue(), v8::Date::New(), v8::ObjectTemplate::NewInstance(), v8::Function::NewInstance(), v8::Value::NumberValue(), v8::Script::Run(), v8::Object::Set(), v8::Value::ToArrayIndex(), v8::Value::ToDetailString(), v8::Value::ToInt32(), v8::Value::ToInteger(), v8::Value::ToNumber(), v8::Value::ToObject(), v8::Value::ToString(), v8::Value::ToUint32(), と v8::Value::Uint32Value().
#define LOG_API | ( | expr | ) | LOG(ApiEntryCall(expr)) |
参照元 v8::Value::BooleanValue(), v8::Function::Call(), v8::V8::ClearWeak(), v8::Script::Compile(), v8::V8::DisposeGlobal(), v8::Value::Equals(), v8::Exception::Error(), v8::FunctionTemplate::GetFunction(), v8::V8::GlobalizeReference(), v8::Value::Int32Value(), v8::Value::IntegerValue(), v8::V8::IsGlobalNearDeath(), v8::V8::IsGlobalWeak(), v8::V8::MakeWeak(), v8::TypeSwitch::match(), v8::Array::New(), v8::Date::New(), v8::Object::New(), v8::String::New(), v8::External::New(), v8::Context::New(), v8::ObjectTemplate::New(), v8::TypeSwitch::New(), v8::Signature::New(), v8::FunctionTemplate::New(), v8::String::NewExternal(), v8::ObjectTemplate::NewInstance(), v8::Function::NewInstance(), v8::String::NewSymbol(), v8::String::NewUndetectable(), v8::Date::NumberValue(), v8::Value::NumberValue(), v8::Exception::RangeError(), v8::HandleScope::RawClose(), v8::Exception::ReferenceError(), v8::Script::Run(), v8::Value::StrictEquals(), v8::Exception::SyntaxError(), v8::Value::ToArrayIndex(), v8::Value::ToBoolean(), v8::Value::ToDetailString(), v8::Value::ToInt32(), v8::Value::ToInteger(), v8::Value::ToNumber(), v8::Value::ToObject(), v8::Value::ToString(), v8::Value::ToUint32(), v8::Exception::TypeError(), v8::Value::Uint32Value(), v8::String::Write(), v8::String::WriteAscii(), と v8::String::WriteUtf8().
#define ON_BAILOUT | ( | location, | ||
code | ||||
) |
if (IsDeadCheck(location)) { \ code; \ UNREACHABLE(); \ }
参照元 v8::Debug::AddDebugEventListener(), v8::V8::AddMessageListener(), v8::Function::Call(), v8::Script::Compile(), v8::Object::Delete(), v8::Exception::Error(), v8::Object::Get(), v8::Message::Get(), v8::FunctionTemplate::GetFunction(), v8::Message::GetLineNumber(), v8::Object::GetPropertyNames(), v8::Object::GetPrototype(), v8::Object::GetRealNamedPropertyInPrototypeChain(), v8::Message::GetSourceLine(), v8::Object::Has(), v8::Object::HasIndexedLookupInterceptor(), v8::FunctionTemplate::HasInstance(), v8::Object::HasNamedLookupInterceptor(), v8::Object::HasRealIndexedProperty(), v8::Object::HasRealNamedCallbackProperty(), v8::Object::HasRealNamedProperty(), v8::Context::New(), v8::ObjectTemplate::NewInstance(), v8::Function::NewInstance(), v8::Object::ObjectProtoToString(), v8::Exception::RangeError(), v8::Exception::ReferenceError(), v8::Debug::RemoveDebugEventListener(), v8::V8::RemoveMessageListeners(), v8::Script::Run(), v8::Object::Set(), v8::Exception::SyntaxError(), v8::Object::TurnOnAccessCheck(), と v8::Exception::TypeError().