Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_context.cpp50 v8::Local<v8::Value> hException = trycatch.Exception(); in CreateReturnValue() local
52 if (hException->IsObject()) { in CreateReturnValue()
54 hValue = hException.As<v8::Object>()->Get( in CreateReturnValue()
61 hValue = hException.As<v8::Object>()->Get( in CreateReturnValue()
71 hReturnValue->Set(2, hException); in CreateReturnValue()