HomeSort by relevance Sort by last modified time
    Searched refs:hMessage (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxjse/src/
context.cpp 75 v8::Local<v8::Message> hMessage = trycatch.Message();
90 hReturnValue->Set(1, hMessage->Get());
94 hReturnValue->Set(1, hMessage->Get());
97 hReturnValue->Set(3, v8::Integer::New(pIsolate, hMessage->GetLineNumber()));
98 hReturnValue->Set(4, hMessage->GetSourceLine());
100 v8::Integer::New(pIsolate, hMessage->GetStartColumn()));
101 hReturnValue->Set(6, v8::Integer::New(pIsolate, hMessage->GetEndColumn()));
value.cpp 246 v8::Local<v8::String> hMessage = v8::String::NewFromUtf8(
251 hError = v8::Exception::RangeError(hMessage);
253 hError = v8::Exception::ReferenceError(hMessage);
255 hError = v8::Exception::SyntaxError(hMessage);
257 hError = v8::Exception::TypeError(hMessage);
259 hError = v8::Exception::Error(hMessage);

Completed in 710 milliseconds