![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <code-stubs.h>


Public Types | |
| enum | Type { READ_ELEMENT, NEW_SLOPPY_FAST, NEW_SLOPPY_SLOW, NEW_STRICT } |
Public Member Functions | |
| ArgumentsAccessStub (Type type) | |
Public Member Functions inherited from PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode (Isolate *isolate) |
| virtual Code::Kind | GetCodeKind () const |
Additional Inherited Members |
Definition at line 1562 of file code-stubs.h.
| enum Type |
| Enumerator | |
|---|---|
| READ_ELEMENT | |
| NEW_SLOPPY_FAST | |
| NEW_SLOPPY_SLOW | |
| NEW_STRICT | |
Definition at line 1564 of file code-stubs.h.
|
inlineexplicit |
Definition at line 1571 of file code-stubs.h.