Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSFunction.cpp102 static const char* StrictModeCallerAccessError = "Cannot access caller property of a strict mode fu… variable
217 throwTypeError(exec, StrictModeCallerAccessError); in getOwnPropertySlot()
254 createDescriptorForThrowingProperty(exec, descriptor, StrictModeCallerAccessError); in getOwnPropertyDescriptor()
296 throwTypeError(exec, StrictModeCallerAccessError); in put()