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

  /external/webkit/Source/JavaScriptCore/runtime/
Error.cpp 51 return ErrorInstance::create(&globalObject->globalData(), globalObject->evalErrorConstructor()->errorStructure(), message);
JSGlobalObject.h 175 NativeErrorConstructor* evalErrorConstructor() const { return m_evalErrorConstructor.get(); }

Completed in 76 milliseconds