![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include "allocation.h"

Go to the source code of this file.
Data Structures | |
| class | SimulatorStack |
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) (entry(p0, p1, p2, p3, p4)) |
| #define | CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) |
| #define | TRY_CATCH_FROM_ADDRESS(try_catch_address) reinterpret_cast<TryCatch*>(try_catch_address) |
Typedefs | |
| typedef int(* | arm_regexp_matcher )(String *, int, const byte *, const byte *, void *, int *, int, Address, int, Isolate *) |
| #define CALL_GENERATED_CODE | ( | entry, | |
| p0, | |||
| p1, | |||
| p2, | |||
| p3, | |||
| p4 | |||
| ) | (entry(p0, p1, p2, p3, p4)) |
Definition at line 48 of file simulator-arm.h.
| #define CALL_GENERATED_REGEXP_CODE | ( | entry, | |
| p0, | |||
| p1, | |||
| p2, | |||
| p3, | |||
| p4, | |||
| p5, | |||
| p6, | |||
| p7, | |||
| p8 | |||
| ) |
Definition at line 59 of file simulator-arm.h.
Referenced by NativeRegExpMacroAssembler::Execute().
| #define TRY_CATCH_FROM_ADDRESS | ( | try_catch_address | ) | reinterpret_cast<TryCatch*>(try_catch_address) |
Definition at line 63 of file simulator-arm.h.
Referenced by Isolate::Iterate().