haikuwebkit/LayoutTests/inspector/console/messageAdded-from-named-eva...

14 lines
660 B
Plaintext

CONSOLE MESSAGE: inside named-eval.js
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating '({}).x.x')
Console messages in named evaluations should have call frames with the correct name.
== Running test suite: Console.messageAdded.messageFromNamedEvaluations
-- Running test case: TriggerMessageFromNameEvaluation
PASS: Log ConsoleMessage top call frame should have sourceURL name.
-- Running test case: TriggerExceptionFromNameFunctionConstructorEvaluation
Uncaught exception in test page: TypeError: undefined is not an object (evaluating '({}).x.x') [undefined:3]
PASS: Exception ConsoleMessage top call frame should have sourceURL name.