HomeSort by relevance Sort by last modified time
    Searched refs:incorrectPropertyType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionMessages.h 47 static String incorrectPropertyType(const String& property, const String& detail);
ExceptionMessages.cpp 63 String ExceptionMessages::incorrectPropertyType(const String& property, const String& detail)
Dictionary.h 301 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have type " + IntegralTypeTraits<T>::typeName() + "."));
320 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a " + context.typeName() + " type."));
Dictionary.cpp 196 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "is not of type 'double'."));
584 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a Dictionary type."));

Completed in 170 milliseconds