v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Types | |
enum | SignatureType { kNoSignature, kSignatureOnReceiver, kSignatureOnPrototype } |
Public Member Functions | |
void | RunAll () |
void | Run (SignatureType signature_type, bool global, int key) |
Definition at line 21985 of file test-api.cc.
enum SignatureType |
Enumerator | |
---|---|
kNoSignature | |
kSignatureOnReceiver | |
kSignatureOnPrototype |
Definition at line 22007 of file test-api.cc.
|
inline |
Definition at line 22027 of file test-api.cc.
References ASSERT, Local< Object >::Cast(), CHECK_EQ, CcTest::isolate(), kNoSignature, kSignatureOnPrototype, kSignatureOnReceiver, Signature::New(), Context::New(), NULL, OS::SNPrintF(), and Vector< T >::start().
Referenced by RunAll().
|
inline |
Definition at line 22013 of file test-api.cc.
References ARRAY_SIZE, kNoSignature, kSignatureOnPrototype, kSignatureOnReceiver, and Run().
Referenced by TEST().