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);
1552 * Adds a message listener (errors only).
1554 * The same message listener can be added more than once and in that
1555 * case it will be called more than once for each message.
1564 * Adds a message listener.
1566 * The same message listener can be added more than once and in that
1567 * case it will be called more than once for each message.
1579 * Remove all message listeners from the specified callback function.
1588 * and report it to the message listeners. The option is off by default.