Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8PerContextData.cpp131 && type->wrapperTypePrototype == WrapperTypeObjectPrototype) in constructorForTypeSlowCase()
134 if (type->wrapperTypePrototype == WrapperTypeErrorPrototype) in constructorForTypeSlowCase()
DWrapperTypeInfo.h149 const WrapperTypePrototype wrapperTypePrototype; member