#include "v8.h"
#include "execution.h"
#include "factory.h"
#include "jsregexp.h"
#include "platform.h"
#include "runtime.h"
#include "top.h"
#include "compilation-cache.h"
#include "third_party/jscre/pcre.h"
構成 | |
class | v8::internal::OffsetsVector |
ネームスペース | |
namespace | v8 |
namespace | v8::internal |
マクロ定義 | |
#define | CAPTURE_INDEX 0 |
#define | INTERNAL_INDEX 1 |
関数 | |
static void * | v8::internal::JSREMalloc (size_t size) |
static void | v8::internal::JSREFree (void *p) |
static JSRegExp::Flags | v8::internal::RegExpFlagsFromString (Handle< String > str) |
static Object * | v8::internal::DoCompile (String *pattern, JSRegExp::Flags flags, unsigned *number_of_captures, const char **error_message, JscreRegExp **code) |
void | v8::internal::CompileWithRetryAfterGC (Handle< String > pattern, JSRegExp::Flags flags, unsigned *number_of_captures, const char **error_message, JscreRegExp **code) |
変数 | |
static Failure * | v8::internal::malloc_failure |
unibrow::Predicate < unibrow::RegExpSpecialChar, 128 > | v8::internal::is_reg_exp_special_char |
#define CAPTURE_INDEX 0 |
jsregexp.cc の 49 行で定義されています。
参照元 v8::internal::RegExpImpl::JsreCapture(), と v8::internal::RegExpImpl::JsreCompile().
#define INTERNAL_INDEX 1 |
jsregexp.cc の 50 行で定義されています。
参照元 v8::internal::RegExpImpl::JsreCompile(), と v8::internal::RegExpImpl::JsreInternal().