#include <ast.h>
v8::internal::Expressionを継承しています。
すべてのメンバ一覧
説明
ast.h の 1106 行で定義されています。
コンストラクタとデストラクタ
v8::internal::FunctionLiteral::FunctionLiteral |
( |
Handle< String > |
name, |
|
|
Scope * |
scope, |
|
|
ZoneList< Statement * > * |
body, |
|
|
int |
materialized_literal_count, |
|
|
bool |
contains_array_literal, |
|
|
int |
expected_property_count, |
|
|
int |
num_parameters, |
|
|
int |
start_position, |
|
|
int |
end_position, |
|
|
bool |
is_expression | |
|
) |
| | [inline] |
関数
virtual void v8::internal::FunctionLiteral::Accept |
( |
Visitor * |
v |
) |
[virtual] |
bool v8::internal::FunctionLiteral::AllowsLazyCompilation |
( |
|
) |
|
virtual FunctionLiteral* v8::internal::FunctionLiteral::AsFunctionLiteral |
( |
|
) |
[inline, virtual] |
bool v8::internal::FunctionLiteral::contains_array_literal |
( |
|
) |
[inline] |
int v8::internal::FunctionLiteral::end_position |
( |
|
) |
const [inline] |
int v8::internal::FunctionLiteral::expected_property_count |
( |
|
) |
[inline] |
int v8::internal::FunctionLiteral::function_token_position |
( |
|
) |
const [inline] |
bool v8::internal::FunctionLiteral::is_expression |
( |
|
) |
const [inline] |
int v8::internal::FunctionLiteral::materialized_literal_count |
( |
|
) |
[inline] |
Handle<String> v8::internal::FunctionLiteral::name |
( |
|
) |
const [inline] |
int v8::internal::FunctionLiteral::num_parameters |
( |
|
) |
[inline] |
Scope* v8::internal::FunctionLiteral::scope |
( |
|
) |
const [inline] |
void v8::internal::FunctionLiteral::set_function_token_position |
( |
int |
pos |
) |
[inline] |
int v8::internal::FunctionLiteral::start_position |
( |
|
) |
const [inline] |
変数
このクラスの説明は次のファイルから生成されました: