Home | History | Annotate | Download | only in src

Lines Matching refs:TypeSwitch

1064 Local<TypeSwitch> TypeSwitch::New(Handle<FunctionTemplate> type) {
1066 return TypeSwitch::New(1, types);
1070 Local<TypeSwitch> TypeSwitch::New(int argc, Handle<FunctionTemplate> types[]) {
1072 LOG_API(isolate, "TypeSwitch::New");
1086 int TypeSwitch::match(v8::Handle<Value> value) {
1088 LOG_API(isolate, "TypeSwitch::match");