Lines Matching refs:Error
515 // We only hit this path for error messages and throw statements, which don't have a specific failure position
516 // So we just give the full range of the error/throw statement.
3725 Constructs a new Error instance using the original
3735 callFrame->r(dst) = JSValue(Error::create(callFrame, (ErrorType)type, callFrame->r(message).jsValue().toString(callFrame), codeBlock->lineNumberForBytecodeOffset(callFrame, vPC - codeBlock->instructions().begin()), codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL()));