Home
last modified time | relevance | path

Searched refs:CreateMessage (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc526 static const google::protobuf::Message* CreateMessage(const char* message_type) { in CheckAndGetInteger() function
763 const google::protobuf::Message* message = CreateMessage(message_type); in CheckAndGetInteger()
/external/v8/src/
Disolate.h739 Handle<JSMessageObject> CreateMessage(Handle<Object> exception,
Disolate.cc1026 Handle<Object> message_obj = CreateMessage(exception_handle, location); in Throw()
1367 Handle<JSMessageObject> Isolate::CreateMessage(Handle<Object> exception, in CreateMessage() function in v8::internal::Isolate
Dapi.cc7715 Local<Message> Exception::CreateMessage(Isolate* isolate, in DEFINE_ERROR()
7722 scope.CloseAndEscape(i_isolate->CreateMessage(obj, NULL))); in DEFINE_ERROR()
7726 Local<Message> Exception::CreateMessage(Local<Value> exception) { in CreateMessage() function in v8::Exception
7730 return CreateMessage(reinterpret_cast<Isolate*>(isolate), exception); in CreateMessage()
/external/v8/include/
Dv8.h4957 static Local<Message> CreateMessage(Isolate* isolate, Local<Value> exception);
4959 static Local<Message> CreateMessage(Local<Value> exception));
/external/v8/
DChangeLog1712 Add explicit Isolate parameter to Exception::CreateMessage() (Chromium
5764 Rename v8::Exception::GetMessage to CreateMessage.
/external/v8/test/cctest/
Dtest-api.cc8637 v8::Exception::CreateMessage(context->GetIsolate(), error); in THREADED_TEST()
8671 message = v8::Exception::CreateMessage(context->GetIsolate(), error); in THREADED_TEST()
16634 v8::Local<v8::Message> message = v8::Exception::CreateMessage( in PromiseRejectCallback()