Lines Matching defs:hr
87 HRESULT hr =
89 if (FAILED(hr)) continue;
92 hr = sp_local_variables->GetKeyValue(L"currently_executing_jsfunction",
95 if (FAILED(hr)) continue;
102 hr = sp_local_variables->GetKeyValue(L"script_name", &sp_script_name,
104 if (SUCCEEDED(hr)) {
107 hr = sp_local_variables->GetKeyValue(L"script_source", &sp_script_source,
109 if (SUCCEEDED(hr)) {
112 hr = sp_local_variables->GetKeyValue(L"function_name", &sp_function_name,
114 if (SUCCEEDED(hr)) {
117 hr = sp_local_variables->GetKeyValue(
119 if (SUCCEEDED(hr)) {