Searched refs:hException (Results 1 – 1 of 1) sorted by relevance
69 v8::Local<v8::Value> hException = trycatch->Exception(); in CreateReturnValue() local70 if (hException->IsObject()) { in CreateReturnValue()75 hException.As<v8::Object>()->Get(context, hNameStr).ToLocalChecked(); in CreateReturnValue()89 hException.As<v8::Object>()->Get(context, hMessageStr).ToLocalChecked(); in CreateReturnValue()101 hReturnValue->Set(context, 2, hException).FromJust(); in CreateReturnValue()