v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <heap.h>
Public Types | |
enum | Type { ACOS, ASIN, ATAN, COS, EXP, LOG, SIN, TAN, kNumberOfCaches } |
Public Member Functions | |
STATIC_ASSERT ((1<< kTranscendentalTypeBits) >=kNumberOfCaches) | |
MUST_USE_RESULT MaybeObject * | Get (Type type, double input) |
void | Clear () |
Static Public Attributes | |
static const int | kTranscendentalTypeBits = 3 |
Friends | |
class | Isolate |
class | TranscendentalCacheStub |
class | ExternalReference |
enum Type |
void Clear | ( | ) |
Definition at line 7174 of file heap.cc.
References TranscendentalCache::kNumberOfCaches, and v8::internal::NULL.
Referenced by Heap::GarbageCollectionPrologue().
|
inline |
Definition at line 663 of file heap-inl.h.
References v8::internal::NULL.
STATIC_ASSERT | ( | (1<< kTranscendentalTypeBits) >= | kNumberOfCaches | ) |
|
friend |