Searched refs:lpArgValue (Results 1 – 1 of 1) sorted by relevance
169 CFXJSE_Value* lpArgValue = CFXJSE_Value::Create(v8::Isolate::GetCurrent()); in GetValue() local170 ASSERT(lpArgValue); in GetValue()171 lpArgValue->ForceSetValue((*lpArguments->m_pInfo)[index]); in GetValue()172 return reinterpret_cast<FXJSE_HVALUE>(lpArgValue); in GetValue()