Searched refs:constructorForTypeSlowCase (Results 1 – 2 of 2) sorted by relevance
83 return (!function.IsEmpty()) ? function : constructorForTypeSlowCase(type); in constructorForType()101 v8::Local<v8::Function> constructorForTypeSlowCase(const WrapperTypeInfo*);
91 v8::Local<v8::Function> V8PerContextData::constructorForTypeSlowCase(const WrapperTypeInfo* type) in constructorForTypeSlowCase() function in WebCore::V8PerContextData