Home
last modified time | relevance | path

Searched refs:constructorForTypeSlowCase (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerContextData.h83 return (!function.IsEmpty()) ? function : constructorForTypeSlowCase(type); in constructorForType()
101 v8::Local<v8::Function> constructorForTypeSlowCase(const WrapperTypeInfo*);
DV8PerContextData.cpp91 v8::Local<v8::Function> V8PerContextData::constructorForTypeSlowCase(const WrapperTypeInfo* type) in constructorForTypeSlowCase() function in WebCore::V8PerContextData