Public メソッド | |
RevertToNumberStub (bool is_increment) | |
Private メソッド | |
Major | MajorKey () |
int | MinorKey () |
void | Generate (MacroAssembler *masm) |
Private 変数 | |
bool | is_increment_ |
codegen-ia32.cc の 3244 行で定義されています。
v8::internal::RevertToNumberStub::RevertToNumberStub | ( | bool | is_increment | ) | [inline, explicit] |
codegen-ia32.cc の 3246 行で定義されています。
void v8::internal::RevertToNumberStub::Generate | ( | MacroAssembler * | masm | ) | [private] |
codegen-ia32.cc の 4739 行で定義されています。
参照先 __, v8::internal::eax, v8::internal::ecx, v8::internal::Smi::FromInt(), is_increment_, と v8::internal::JUMP_FUNCTION.
Major v8::internal::RevertToNumberStub::MajorKey | ( | ) | [inline, private] |
codegen-ia32.cc の 3252 行で定義されています。
int v8::internal::RevertToNumberStub::MinorKey | ( | ) | [inline, private] |
codegen-ia32.cc の 3253 行で定義されています。
参照先 is_increment_.
bool v8::internal::RevertToNumberStub::is_increment_ [private] |
codegen-ia32.cc の 3250 行で定義されています。
参照元 Generate(), と MinorKey().