Searched refs:type_switch (Results 1 – 1 of 1) sorted by relevance
3899 v8::Handle<v8::TypeSwitch> type_switch = v8::TypeSwitch::New(3, templs); in THREADED_TEST() local3906 CHECK_EQ(0, type_switch->match(obj0)); in THREADED_TEST()3907 CHECK_EQ(1, type_switch->match(obj1)); in THREADED_TEST()3908 CHECK_EQ(2, type_switch->match(obj2)); in THREADED_TEST()3909 CHECK_EQ(3, type_switch->match(obj3)); in THREADED_TEST()3910 CHECK_EQ(3, type_switch->match(obj3)); in THREADED_TEST()3911 CHECK_EQ(2, type_switch->match(obj2)); in THREADED_TEST()3912 CHECK_EQ(1, type_switch->match(obj1)); in THREADED_TEST()3913 CHECK_EQ(0, type_switch->match(obj0)); in THREADED_TEST()