Searched refs:lpArguments (Results 1 – 1 of 1) sorted by relevance
156 const CFXJSE_ArgumentsImpl* lpArguments = in GetRuntime() local159 lpArguments->m_pRetValue->GetIsolate()); in GetRuntime()162 const CFXJSE_ArgumentsImpl* lpArguments = in GetLength() local164 return lpArguments->m_pInfo->Length(); in GetLength()167 const CFXJSE_ArgumentsImpl* lpArguments = in GetValue() local171 lpArgValue->ForceSetValue((*lpArguments->m_pInfo)[index]); in GetValue()175 const CFXJSE_ArgumentsImpl* lpArguments = in GetBoolean() local177 return (*lpArguments->m_pInfo)[index]->BooleanValue(); in GetBoolean()180 const CFXJSE_ArgumentsImpl* lpArguments = in GetInt32() local182 return static_cast<int32_t>((*lpArguments->m_pInfo)[index]->NumberValue()); in GetInt32()[all …]