Lines Matching defs:message
886 * Schedules a v8::Exception::Error with the given message.
891 Local<Value> ThrowError(const char (&message)[N]) {
892 return ThrowError(String::NewFromUtf8Literal(this, message));
894 Local<Value> ThrowError(Local<String> message);
1537 * Adds a message listener (errors only).
1539 * The same message listener can be added more than once and in that
1540 * case it will be called more than once for each message.
1549 * Adds a message listener.
1551 * The same message listener can be added more than once and in that
1552 * case it will be called more than once for each message.
1564 * Remove all message listeners from the specified callback function.
1573 * and report it to the message listeners. The option is off by default.