Searched refs:sourceURLPropertyName (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DError.cpp40 static const char* sourceURLPropertyName = "sourceURL"; member in namespace:JSC
129 error->putWithAttributes(globalData, Identifier(globalData, sourceURLPropertyName), jsString(globalData, sourceURL), ReadOnly | DontDelete);
143 || error->hasProperty(exec, Identifier(exec, sourceURLPropertyName));

Completed in 37 milliseconds