Searched refs:m_pJSRuntime (Results 1 – 5 of 5) sorted by relevance
25 : m_eType(VT_unknown), m_pJSRuntime(pRuntime) { in CJS_Value()29 : m_eType(t), m_pValue(pValue), m_pJSRuntime(pRuntime) { in CJS_Value()33 : m_pJSRuntime(pRuntime) { in CJS_Value()38 : m_pJSRuntime(pRuntime) { in CJS_Value()43 : m_pJSRuntime(pRuntime) { in CJS_Value()48 : m_pJSRuntime(pRuntime) { in CJS_Value()53 : m_pJSRuntime(pRuntime) { in CJS_Value()58 : m_pJSRuntime(pRuntime) { in CJS_Value()63 : m_pJSRuntime(pRuntime) { in CJS_Value()70 : m_pJSRuntime(pRuntime) { in CJS_Value()[all …]
83 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime()88 CJS_Runtime* m_pJSRuntime; variable141 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime()145 CJS_Runtime* m_pJSRuntime; variable194 CJS_Runtime* m_pJSRuntime; variable
93 IFXJS_Runtime* m_pJSRuntime; variable
370 if (!m_pJSRuntime) in GetJSRuntime()371 m_pJSRuntime.reset(IJS_Runtime::Create(this)); in GetJSRuntime()372 return m_pJSRuntime.get(); in GetJSRuntime()
474 std::unique_ptr<IJS_Runtime> m_pJSRuntime; variable