v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-representation.cc File Reference
#include "cctest.h"
#include "types.h"
#include "property-details.h"
Include dependency graph for test-representation.cc:

Go to the source code of this file.

Functions

void TestPairPositive (Representation more_general, Representation less_general)
 
void TestPairNegative (Representation more_general, Representation less_general)
 
 TEST (RepresentationMoreGeneralThan)
 

Function Documentation

void TestPairNegative ( Representation  more_general,
Representation  less_general 
)

Definition at line 41 of file test-representation.cc.

References CHECK, and Representation::is_more_general_than().

Referenced by TEST().

void TestPairPositive ( Representation  more_general,
Representation  less_general 
)

Definition at line 35 of file test-representation.cc.

References CHECK, and Representation::is_more_general_than().

Referenced by TEST().