Home
last modified time | relevance | path

Searched refs:notASequenceTypeProperty (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionMessages.cpp114 String ExceptionMessages::notASequenceTypeProperty(const String& propertyName) in notASequenceTypeProperty() function in blink::ExceptionMessages
DExceptionMessages.h127 static String notASequenceTypeProperty(const String& propertyName);
DDictionaryHelperForCore.cpp303 context.throwTypeError(ExceptionMessages::notASequenceTypeProperty(key)); in convert()
390 context.throwTypeError(ExceptionMessages::notASequenceTypeProperty(key)); in convert()
426 context.throwTypeError(ExceptionMessages::notASequenceTypeProperty(key)); in convert()
DV8Binding.h626 … exceptionState.throwTypeError(ExceptionMessages::notASequenceTypeProperty(propertyName));
675 … exceptionState.throwTypeError(ExceptionMessages::notASequenceTypeProperty(propertyName));