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

src/jsregexp.cc

#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
#define INTERNAL_INDEX   1
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義