Home | History | Annotate | Download | only in src

Lines Matching refs:TypeSwitch

983 Local<TypeSwitch> TypeSwitch::New(Handle<FunctionTemplate> type) {
985 return TypeSwitch::New(1, types);
989 Local<TypeSwitch> TypeSwitch::New(int argc, Handle<FunctionTemplate> types[]) {
991 EnsureInitializedForIsolate(isolate, "v8::TypeSwitch::New()");
992 LOG_API(isolate, "TypeSwitch::New");
1006 int TypeSwitch::match(v8::Handle<Value> value) {
1008 LOG_API(isolate, "TypeSwitch::match");