Searched refs:pJSField (Results 1 – 3 of 3) sorted by relevance
80 auto* pJSField = in SourceField() local82 pJSField->AttachField(pJSDocument, m_pEventRecorder->SourceName()); in SourceField()83 return pJSField; in SourceField()105 auto* pJSField = in TargetField() local107 pJSField->AttachField(pJSDocument, m_pEventRecorder->TargetName()); in TargetField()108 return pJSField; in TargetField()
258 auto* pJSField = in getField() local260 if (!pJSField) in getField()263 pJSField->AttachField(this, wideName); in getField()264 return CJS_Result::Success(pJSField->ToV8Object()); in getField()
2396 auto* pJSField = in getArray() local2398 pJSField->AttachField(m_pJSDoc.Get(), *pStr); in getArray()2400 pJSField in getArray()2401 ? v8::Local<v8::Value>(pJSField->ToV8Object()) in getArray()